hako-mikan / sd-webui-traintrain

LoRA training extention for Stable Diffusion Web-UI
GNU Affero General Public License v3.0
142 stars 5 forks source link

Extension fails to load #2

Closed Lumabrik closed 8 months ago

Lumabrik commented 8 months ago

after installing and rebooting there is this error .......

** Error executing callback app_started_callback for C:\StableDiffusion\stable-diffusion-webui\extensions\sd-webui-traintrain\scripts\traintrain.py Traceback (most recent call last): File "C:\StableDiffusion\stable-diffusion-webui\modules\script_callbacks.py", line 142, in app_started_callback c.callback(demo, app) File "C:\StableDiffusion\stable-diffusion-webui\extensions\sd-webui-traintrain\scripts\traintrain.py", line 497, in get_params_components inputs=[gr.Checkbox(value=False, visible=False), prompts[0], prompts[2], txt2img_params], TypeError: 'NoneType' object is not subscriptable

strawberrymelonpanda commented 8 months ago

Same, using the latest Dev build of WebUI.

strawberrymelonpanda commented 8 months ago

Just double-checked: it works for me on the latest master build, but not on Dev.

Lumabrik commented 8 months ago

Yes, that was my issue ... just realised I was also on the dev branch

strawberrymelonpanda commented 8 months ago

👍 Still worth keeping the issue open in my opinion, as the dev build contains a lot of improvements.

hako-mikan commented 8 months ago

maybe fixed