light-and-ray/sd-webui-replacer

The problem of the image being black after the clothes are redrawn has always existed. What caused this,

Closed this issue · 7 comments

The problem of the image being black after the clothes are redrawn has always existed. What caused this,
QQ截图20240515193805
258

[

output_2.mp4_1167265782_1715771990.mp4

](url)

Does it is in single image mode (also with controlnet inpainting module on)? Send your full console log, and which other extensions you use

Not single image mode, single image is normal, and multiple images are also normal. I am using video, but the video is not normal

Please send me your full console log

*** Error running before_process_batch: F:\ai\sd-webui-aki-v4.7\extensions\sd-webui-animatediff\scripts\animatediff.py
Traceback (most recent call last):
File "F:\ai\sd-webui-aki-v4.7\modules\scripts.py", line 833, in before_process_batch
script.before_process_batch(p, *script_args, **kwargs)
File "F:\ai\sd-webui-aki-v4.7\extensions\sd-webui-animatediff\scripts\animatediff.py", line 79, in before_process_batch
AnimateDiffI2VLatent().randomize(p, params)
File "F:\ai\sd-webui-aki-v4.7\extensions\sd-webui-animatediff\scripts\animatediff_latent.py", line 84, in randomize
p.init_latent = p.init_latent * init_alpha + p.rng.next() * (1 - init_alpha)
RuntimeError: The size of tensor a (12) must match the size of tensor b (5) at non-singleton dimension 0


After turning off semi precision optimization, it went back to normal