Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with vladmandic / automatic #57

Closed
iamsomeonesomething opened this issue May 14, 2023 · 1 comment
Closed

Incompatibility with vladmandic / automatic #57

iamsomeonesomething opened this issue May 14, 2023 · 1 comment

Comments

@iamsomeonesomething
Copy link

iamsomeonesomething commented May 14, 2023

Tried installing on the hot new Automatic1111 spinoff, https://github.com/vladmandic/automatic
but got an error

ERROR Calling script: H:\automatic\extensions\batch-face-swap\scripts\batch_face_swap.py/ui: AttributeError
╭───────────────────────────────────────────────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────────────────────────────────────────────╮
│ H:\automatic\modules\scripts.py:245 in wrap_call │
│ │
│ 244 │ try: │
│ ❱ 245 │ │ res = func(*args, **kwargs) │
│ 246 │ │ return res │
│ │
│ H:\automatic\extensions\batch-face-swap\scripts\batch_face_swap.py:749 in ui │
│ │
│ 748 │ │ │ │ │ │ │ │ │ │ │ available_models = modules.sd_models.checkpo │
│ ❱ 749 │ │ │ │ │ │ │ │ │ │ │ sd_model = gr.Dropdown(label="SD Model", cho │
│ 750 │ │ │ │ │ │ │ │ │ │ │ modules.ui.create_refresh_button(sd_model, m │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
AttributeError: 'NoneType' object has no attribute 'sd_checkpoint_info'
16:08:50-736468 ERROR Calling script: H:\automatic\extensions\batch-face-swap\scripts\batch_face_swap.py/ui: AttributeError
╭───────────────────────────────────────────────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────────────────────────────────────────────╮
│ H:\automatic\modules\scripts.py:245 in wrap_call │
│ │
│ 244 │ try: │
│ ❱ 245 │ │ res = func(*args, **kwargs) │
│ 246 │ │ return res │
│ │
│ H:\automatic\extensions\batch-face-swap\scripts\batch_face_swap.py:749 in ui │
│ │
│ 748 │ │ │ │ │ │ │ │ │ │ │ available_models = modules.sd_models.checkpo │
│ ❱ 749 │ │ │ │ │ │ │ │ │ │ │ sd_model = gr.Dropdown(label="SD Model", cho │
│ 750 │ │ │ │ │ │ │ │ │ │ │ modules.ui.create_refresh_button(sd_model, m │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
AttributeError: 'NoneType' object has no attribute 'sd_checkpoint_info'

@iamsomeonesomething iamsomeonesomething changed the title Compatibility with vladmandic / automatic Incompatibility with vladmandic / automatic May 14, 2023
@iamsomeonesomething
Copy link
Author

Fixed, pulled new vlad update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant