kabachuha / sd-webui-text2video

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

[Bug]: Missing configuration.json #18

Closed mykeehu closed 1 year ago

mykeehu commented 1 year ago

Is there an existing issue for this?

Are you using the latest version of the extension?

What happened?

I just wanted to generate a video and I got this error. The folder did not exist in the requested location, but neither did the json.

[Errno 2] No such file or directory: 'H:\\Stable-Diffusion-Automatic\\stable-diffusion-webui\\models/ModelScope/t2v/configuration.json'

Steps to reproduce the problem

Generate a video.

What should have happened?

Make folder and json file by default.

WebUI and Deforum extension Commit IDs

webui commit id: a9fed7c3 txt2vid commit id: eed8524

What GPU were you using for launching?

NVIDIA RTX 3060 12 GB

On which platform are you launching the webui backend with the extension?

Local PC setup (Windows)

Settings

image

Console logs

ModelScope text2video extension for auto1111 webui
Git commit: eed8524d (Mon Mar 20 15:00:12 2023)
Starting text2video
Pipeline setup
Exception occured
[Errno 2] No such file or directory: 'H:\\Stable-Diffusion-Automatic\\stable-diffusion-webui\\models/ModelScope/t2v/configuration.json'

Additional information

No response

mykeehu commented 1 year ago

Ok, I was blind, I did not install the models. Sorry!

lalamax3d commented 1 year ago

@mykeehu, where exactly you copied models?? in extension/annotator/ckpts or sd/models/somefolder?? thanks in advance... stuck at same point

mykeehu commented 1 year ago

Just copy the downloaded models into this folder: stable-diffusion-webui\models\ModelScope\t2v

If you don't have such a folder, create it first