volotat / SD-CN-Animation

This script allows to automate video stylization task using StableDiffusion and ControlNet.
MIT License
807 stars 61 forks source link

txt2vid doesn't work at all #209

Open Troceleng opened 1 month ago

Troceleng commented 1 month ago

I put in settings, click "Generate" and after two frames, I get this:

An exception occurred while trying to process the frame: 'NoneType' object has no attribute 'width' Traceback (most recent call last): File "G:\PORTABLE_SOFTWARE\AI\stable-diffusion-webui-forge\webui\extensions\SD-CN-Animation\scripts\base_ui.py", line 146, in process yield from txt2vid.start_process(*args) File "G:\PORTABLE_SOFTWARE\AI\stable-diffusion-webui-forge\webui\extensions\SD-CN-Animation\scripts\core\txt2vid.py", line 199, in start_process processedframes, , , = utils.img2img(args_dict) File "G:\PORTABLE_SOFTWARE\AI\stable-diffusion-webui-forge\webui\extensions\SD-CN-Animation\scripts\core\utils.py", line 319, in img2img generated_images = process_img(p, image, None, '', args.script_inputs) File "G:\PORTABLE_SOFTWARE\AI\stable-diffusion-webui-forge\webui\extensions\SD-CN-Animation\scripts\core\utils.py", line 203, in process_img proc = process_images(p) File "G:\PORTABLE_SOFTWARE\AI\stable-diffusion-webui-forge\webui\modules\processing.py", line 749, in process_images res = process_images_inner(p) File "G:\PORTABLE_SOFTWARE\AI\stable-diffusion-webui-forge\webui\modules\processing.py", line 1010, in process_images_inner original_denoised_image = uncrop(original_denoised_image, (overlay_image.width, overlay_image.height), p.paste_to) AttributeError: 'NoneType' object has no attribute 'width'

No help found online to tell me what the actual problem is and more importantly, how to fix it.

Johnnyprim3 commented 2 weeks ago

I'm using it right now... To get it to work, switch back to Web UI version: v1.7.0

KintCark commented 1 day ago

I did but it's still not working