We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
Fixed, pulled new vlad update
Sorry, something went wrong.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: