[X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui
Are you using the latest version of the extension?
[X] I have the modelscope text2video extension updated to the lastest version and I still have the issue.
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
Go to ....
Press ....
...
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
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'
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
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
Console logs
Additional information
No response