kabachuha / sd-webui-text2video

Auto1111 extension implementing text2video diffusion models (like ModelScope or VideoCrafter) using only Auto1111 webui dependencies
Other
1.28k stars 106 forks source link

Prepend submodule imports with `script.` #146

Closed netux closed 1 year ago

netux commented 1 year ago

Fixes #105

Not sure why my Automatic1111 install loads extensions with the root directory set to the root of the extension instead of the extension's script folder. I'd like someone who's install was working fine before to test this and report whether it causes the extension to fail to load.

If not, hopefully this can be merged and no one has to reinstall their entire webui just to get this extension working.

hithereai commented 1 year ago

Seems to be working for me

kabachuha commented 1 year ago

We don't add script. because we rely on subenvironment in src both here and it deforum or it will harm extending the structure with newer modules.

To solve the problem, make a complete reinstall of the webui