continue-revolution / sd-webui-animatediff

AnimateDiff for AUTOMATIC1111 Stable Diffusion WebUI
Other
3.11k stars 258 forks source link

[Bug]: #228

Closed michaeltran33 closed 1 year ago

michaeltran33 commented 1 year ago

Is there an existing issue for this?

Have you read FAQ on README?

What happened?

doesnt work at all in img2img, "** Error running postprocess: D:\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py Traceback (most recent call last): File "D:\stable-diffusion-webui\modules\scripts.py", line 651, in postprocess script.postprocess(p, processed, script_args) TypeError: AnimateDiffScript.postprocess() missing 1 required positional argument: 'params'"

Steps to reproduce the problem

  1. sent img to img2img
  2. enable animetediff
  3. generated - nothing

What should have happened?

gif generated

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: [f90fa41d65] extension: animatediff - f89913c4

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

set COMMANDLINE_ARGS=--xformers --medvram --api --no-half-vae

Console logs

*** Error running postprocess: D:\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py
    Traceback (most recent call last):
      File "D:\stable-diffusion-webui\modules\scripts.py", line 651, in postprocess
        script.postprocess(p, processed, *script_args)
    TypeError: AnimateDiffScript.postprocess() missing 1 required positional argument: 'params'

Additional information

No response

michaeltran33 commented 1 year ago

found that it does work with mov2mov, turned mov2mov off, it it works fine.