Skip to content
New issue

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

TypeError: match_histograms() got an unexpected keyword argument 'multichannel' #808

Closed
3 tasks done
darkdddddd1 opened this issue Jul 5, 2023 · 5 comments
Closed
3 tasks done
Assignees
Labels
bug Something isn't working

Comments

@darkdddddd1
Copy link

Have you read the latest version of the FAQ?

  • I have visited the FAQ page right now and my issue is not present there

Is there an existing issue for this?

  • 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 Deforum extension?

  • I have Deforum updated to the lastest version and I still have the issue.

What happened?

TypeError: match_histograms() got an unexpected keyword argument 'multichannel'

Steps to reproduce the problem

When I use the Deforum , it will show me :

TypeError: match_histograms() got an unexpected keyword argument 'multichannel'

What should have happened/how would you fix it?

No response

Torch version

version: v1.4.0  •  python: 3.10.11  •  torch: 2.0.1+cu118  •  xformers: 0.0.19  •  gradio: 3.32.0  •  checkpoint:

On which platform are you launching the webui with the extension?

No response

Deforum settings

It is too long

Webui core settings

It is too long

Console logs

Traceback (most recent call last):
      File "M:\sd-webui-aki-v4\modules\call_queue.py", line 55, in f
        res = list(func(*args, **kwargs))
      File "M:\sd-webui-aki-v4\modules\call_queue.py", line 35, in f
        res = func(*args, **kwargs)
      File "M:\sd-webui-aki-v4\extensions\deforum-for-automatic1111-webui\scripts\deforum.py", line 91, in run_deforum
        render_animation(args, anim_args, video_args, parseq_args, loop_args, root.animation_prompts, root)
      File "M:\sd-webui-aki-v4/extensions/deforum-for-automatic1111-webui/scripts\deforum_helpers\render.py", line 307, in render_animation
        prev_img = maintain_colors(prev_img, color_match_sample, anim_args.color_coherence)
      File "M:\sd-webui-aki-v4/extensions/deforum-for-automatic1111-webui/scripts\deforum_helpers\colors.py", line 15, in maintain_colors
        matched_lab = match_histograms(prev_img_lab, color_match_lab, multichannel=True)
      File "M:\sd-webui-aki-v4\py310\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'

Additional information

No response

@darkdddddd1 darkdddddd1 added the bug Something isn't working label Jul 5, 2023
@M4CC
Copy link

M4CC commented Jul 7, 2023

I'm getting this error too... tried already to use the base settings and multiple others. Help appreciated!

@M4CC
Copy link

M4CC commented Jul 16, 2023

@darkdddddd1 did you manage to find a walkaround for this?

@Limbicnation
Copy link

I'm experiencing the same issue as well while running locally on Ubuntu 22.04.

@kabachuha kabachuha self-assigned this Aug 16, 2023
@kabachuha
Copy link
Member

What is your scikit-image version?

@M4CC
Copy link

M4CC commented Dec 7, 2023

This still hasn't been fixed? When will you release a new version of the addon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants