kabachuha / sd-webui-text2video

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

[Bug]: #188

Closed fanverseio closed 1 year ago

fanverseio commented 1 year ago

Is there an existing issue for this?

Are you using the latest version of the extension?

What happened?

I installed my text2video but whenever I tried to run under the modelscope option, the terminal outputs this:

Git commit: 6d07e609 Starting text2video Pipeline setup Traceback (most recent call last): File "C:\AI\SD_Automatic1111\stable-diffusion-webui/extensions/sd-webui-text2video/scripts\t2v_helpers\render.py", line 37, in run vids_pack = process_modelscope(args_dict) File "C:\AI\SD_Automatic1111\stable-diffusion-webui/extensions/sd-webui-text2video/scripts\modelscope\process_modelscope.py", line 59, in process_modelscope pipe = setup_pipeline() File "C:\AI\SD_Automatic1111\stable-diffusion-webui/extensions/sd-webui-text2video/scripts\modelscope\process_modelscope.py", line 30, in setup_pipeline return TextToVideoSynthesis(ph.models_path + '/ModelScope/t2v') File "C:\AI\SD_Automatic1111\stable-diffusion-webui/extensions/sd-webui-text2video/scripts\modelscope\t2v_pipeline.py", line 63, in init with open(model_dir+'/configuration.json', 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: 'C:\AI\SD_Automatic1111\stable-diffusion-webui\models/ModelScope/t2v/configuration.json' Exception occurred: [Errno 2] No such file or directory: 'C:\AI\SD_Automatic1111\stable-diffusion-webui\models/ModelScope/t2v/configuration.json'

Does anyone know what happened to it? VideoCraft (WIP) works fine and outputs videos.

Steps to reproduce the problem

  1. Go to ....
  2. Press ....
  3. ...

What should have happened?

No response

WebUI and Deforum extension Commit IDs

webui commit id - b6af0a3809ea869fb180633f9affcae4b199ffcf txt2vid commit id -6d07e609

Torch version

1.12.1

What GPU were you using for launching?

RTX3090

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

Local PC setup (Windows)

Settings

Screenshot 2023-06-06 001212

Console logs

text2video — The model selected is:  ModelScope
 text2video extension for auto1111 webui
Git commit: 6d07e609
Starting text2video
Pipeline setup
Traceback (most recent call last):
  File "C:\AI\SD_Automatic1111\stable-diffusion-webui/extensions/sd-webui-text2video/scripts\t2v_helpers\render.py", line 37, in run
    vids_pack = process_modelscope(args_dict)
  File "C:\AI\SD_Automatic1111\stable-diffusion-webui/extensions/sd-webui-text2video/scripts\modelscope\process_modelscope.py", line 59, in process_modelscope
    pipe = setup_pipeline()
  File "C:\AI\SD_Automatic1111\stable-diffusion-webui/extensions/sd-webui-text2video/scripts\modelscope\process_modelscope.py", line 30, in setup_pipeline
    return TextToVideoSynthesis(ph.models_path + '/ModelScope/t2v')
  File "C:\AI\SD_Automatic1111\stable-diffusion-webui/extensions/sd-webui-text2video/scripts\modelscope\t2v_pipeline.py", line 63, in __init__
    with open(model_dir+'/configuration.json', 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\AI\\SD_Automatic1111\\stable-diffusion-webui\\models/ModelScope/t2v/configuration.json'
Exception occurred: [Errno 2] No such file or directory: 'C:\\AI\\SD_Automatic1111\\stable-diffusion-webui\\models/ModelScope/t2v/configuration.json'

Additional information

No response

github-actions[bot] commented 1 year ago

This issue has been closed due to incorrect formatting. Please address the following mistakes and reopen the issue: