SHI-Labs / Text2Video-Zero-sd-webui

Other
79 stars 16 forks source link

can't be used with local stable diffusion models? #5

Open vt-idiot opened 1 year ago

vt-idiot commented 1 year ago

I've already got a sizeable amount of checkpoints/models, a lot of them aren't available on huggingface. why is it limited to the list shown in the UI? is there a technical reason for this?

ericlormul commented 1 year ago

The text2video model list has extended to include most of compatible models.

vt-idiot commented 1 year ago

That doesn't change the fact that the default/expected behavior is downloading a model. Is there a technical reason one cannot use a model they already have downloaded?

Dixeran commented 1 year ago

Seems like this 'extension' has nothing to do with sd-webui, since it's using a huggingface diffusers pipeline internally. It's just an independent gradio app wrapped into the sd-webui.