Closed LIQUIDMIND111 closed 11 months ago
please always add --no-half-vae to your command line arguments. I always do this. If you meet furthur error, post here and re-open this issue.
please always add --no-half-vae to your command line arguments. I always do this. If you meet furthur error, post here and re-open this issue.
ok i have tried that --no half vae, but then i get CUDA memory error on my 6GB VRAM GPU......
Is there an existing issue for this?
Have you read FAQ on README?
What happened?
When using regularly, i have no issues. But when trying a VIDEO INPUT with CONTROL NET tile model, i get this error:
Steps to reproduce the problem
What should have happened?
Generate a regular video.
Commit where the problem happens
webui: version: [v1.6.0] • python: 3.10.9 • torch: 2.0.1+cu118 • xformers: 0.0.20 • gradio: 3.41.2 • checkpoint: [399a00a7b5]
animatediff 1.12.1
What browsers do you use to access the UI ?
CHROME
Command Line Arguments
Console logs
Additional information
IT WILL DO ALL THE STEPS, but then get a NAN error:
THIS IS BEFORE THE ERROR:
2023-11-23 23:57:46,961 - AnimateDiff - INFO - Injecting motion module mm_sd_v15_v2.safetensors into SD1.5 UNet middle block. 2023-11-23 23:57:46,961 - AnimateDiff - INFO - Injecting motion module mm_sd_v15_v2.safetensors into SD1.5 UNet input blocks. 2023-11-23 23:57:46,962 - AnimateDiff - INFO - Injecting motion module mm_sd_v15_v2.safetensors into SD1.5 UNet output blocks. 2023-11-23 23:57:46,963 - AnimateDiff - INFO - Setting DDIM alpha. 2023-11-23 23:57:46,965 - AnimateDiff - INFO - Injection finished. 2023-11-23 23:57:46,966 - AnimateDiff - INFO - Hacking loral to support motion lora 2023-11-23 23:57:46,966 - AnimateDiff - INFO - Hacking CFGDenoiser forward function. 2023-11-23 23:57:46,966 - AnimateDiff - INFO - Hacking ControlNet. 2023-11-23 23:57:47,450 - ControlNet - INFO - Loading model: control_v11f1e_sd15_tile [a371b31b] 2023-11-23 23:58:02,285 - ControlNet - INFO - Loaded state_dict from [C:\TEMP\StableDiff2\stable-diffusion-webui\extensions\sd-webui-controlnet\models\control_v11f1e_sd15_tile.pth] 2023-11-23 23:58:02,286 - ControlNet - INFO - controlnet_default_config 2023-11-23 23:58:04,562 - ControlNet - INFO - ControlNet model control_v11f1e_sd15_tile [a371b31b] loaded. 2023-11-23 23:58:04,801 - ControlNet - INFO - Loading preprocessor: none 2023-11-23 23:58:04,843 - ControlNet - INFO - preprocessor resolution = 512 2023-11-23 23:58:05,190 - ControlNet - INFO - ControlNet Hooked - Time = 17.90124773979187 100%|██████████████████████████████████████████████████████████████████████████████████| 10/10 [15:48<00:00, 94.86s/it]
No response