kex0/batch-face-swap

Incompatibility with vladmandic / automatic

iamsomeonesomething opened this issue · 1 comments

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'

Fixed, pulled new vlad update