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

Add scripts/ directory, relative to api_t2v.py, to os.path #182

Closed netux closed 1 year ago

netux commented 1 year ago

Same as #172, but for the API.

Without this, the extension would crash before loading once on start, but reloading the UI would fix it because the paths were already added from having run text2vid.py during the first attempt at starting the extension.