We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I receive an error every time I attempt to use a LoRA model in the webui. It was trained using the Text-to-Video-Finetuning repo.
The video should have been generated using the LoRA.
webui commit id - 447faa5248 txt2vid commit id - 01e41fd4
2.1.0
RTX 3090, 24GB
Local PC setup (Windows)
Git commit: 01e41fd4 Starting text2video Pipeline setup config namespace(framework='pytorch', task='text-to-video-synthesis', model={'type': 'latent-text-to-video-synthesis', 'model_args': {'ckpt_clip': 'open_clip_pytorch_model.bin', 'ckpt_unet': 'text2video_pytorch_model.pth', 'ckpt_autoencoder': 'VQGAN_autoencoder.pth', 'max_frames': 16, 'tiny_gpu': 1}, 'model_cfg': {'unet_in_dim': 4, 'unet_dim': 320, 'unet_y_dim': 768, 'unet_context_dim': 1024, 'unet_out_dim': 4, 'unet_dim_mult': [1, 2, 4, 4], 'unet_num_heads': 8, 'unet_head_dim': 64, 'unet_res_blocks': 2, 'unet_attn_scales': [1, 0.5, 0.25], 'unet_dropout': 0.1, 'temporal_attention': 'True', 'num_timesteps': 1000, 'mean_type': 'eps', 'var_type': 'fixed_small', 'loss_type': 'mse'}}, pipeline={'type': 'latent-text-to-video-synthesis'}) Traceback (most recent call last): File "C:\Users\redacted\stable-diffusion-webui/extensions/sd-webui-text2video/scripts\t2v_helpers\render.py", line 30, in run vids_pack = process_modelscope(args_dict, args) File "C:\Users\redacted\stable-diffusion-webui/extensions/sd-webui-text2video/scripts\modelscope\process_modelscope.py", line 71, in process_modelscope stable_lora_processor.process(pipe, *stable_lora_args) File "C:\Users\redacted\stable-diffusion-webui\venv\lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) File "C:\Users\redacted\stable-diffusion-webui/extensions/sd-webui-text2video/scripts\stable_lora\scripts\lora_webui.py", line 190, in process lora_files_list = self.load_loras_from_list(lora_files) File "C:\Users\redacted\stable-diffusion-webui/extensions/sd-webui-text2video/scripts\stable_lora\stable_utils\lora_processor.py", line 169, in load_loras_from_list lora_model = load_method(LORA_PATH) File "C:\Users\redacted\stable-diffusion-webui\venv\lib\site-packages\safetensors\torch.py", line 259, in load_file with safe_open(filename, framework="pt", device=device) as f: FileNotFoundError: No such file or directory: "C:\\Users\\redacted\\stable-diffusion-webui\\models\\Lora/C:\\Users\\redacted\\stable-diffusion-webui\\models\\Lora\\webui_10000_lora_text_to_video.safetensors" Exception occurred: No such file or directory: "C:\\Users\\redacted\\stable-diffusion-webui\\models\\Lora/C:\\Users\\redacted\\stable-diffusion-webui\\models\\Lora\\webui_10000_lora_text_to_video.safetensors"
No response
The text was updated successfully, but these errors were encountered:
Did you figure out how to correct this error??
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Are you using the latest version of the extension?
What happened?
I receive an error every time I attempt to use a LoRA model in the webui. It was trained using the Text-to-Video-Finetuning repo.
Steps to reproduce the problem
What should have happened?
The video should have been generated using the LoRA.
WebUI and Deforum extension Commit IDs
webui commit id - 447faa5248
txt2vid commit id - 01e41fd4
Torch version
2.1.0
What GPU were you using for launching?
RTX 3090, 24GB
On which platform are you launching the webui backend with the extension?
Local PC setup (Windows)
Settings
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: