HelixNGC7293 / DeforumStableDiffusionLocal

Local version of Deforum Stable Diffusion, supports txt settings file input and animation features!
MIT License
713 stars 115 forks source link

multichannel argument #57

Closed pscott-kd closed 1 year ago

pscott-kd commented 1 year ago

Hello,

I've been looking through the web as well as trying to modify py code but since there are not reported issues, I must be doing something wrong. When I run

python run.py --enable_animation_mode --settings "./runSettings_Template.txt" --model "v1-5-pruned-emaonly.ckpt"

It hits an error soon after

File "E:\stable-diffusion\DeforumStableDiffusionLocal-main\run.py", line 488, in main() File "E:\stable-diffusion\DeforumStableDiffusionLocal-main\run.py", line 404, in main render_animation(args, anim_args, animation_prompts, root) File "E:\stable-diffusion\DeforumStableDiffusionLocal-main\deforum-stable-diffusion\helpers\render.py", line 396, in render_animation prev_img = maintain_colors(prev_img, color_match_sample, anim_args.color_coherence) File "E:\stable-diffusion\DeforumStableDiffusionLocal-main\deforum-stable-diffusion\helpers\colors.py", line 15, in maintain_colors matched_lab = match_histograms(prev_img_lab, color_match_lab, multichannel=True) File "C:\Users\Pete Scott.conda\envs\dsd\lib\site-packages\skimage_shared\utils.py", line 326, in fixed_func return func(*args, **kwargs) TypeError: match_histograms() got an unexpected keyword argument 'multichannel'

I've tried installing everything from scratch and still hit this issue.

Any suggestions?

Thanks,

Pete

pscott-kd commented 1 year ago

Nevermind ...