sd-webui-image-sequence-toolkit
sd-webui-image-sequence-toolkit copied to clipboard
Extension for AUTOMATIC111's WebUI
Error completing request Arguments: ('task(q82jkxax1hxqc96)', 0, 'a medieval man standing in the medieval forest with beautiful sunlight and shadow and a lot of apple trees, detailed , hyper realistic ',...
 如图,应该区别很明显了 脚本跑出来的第一帧,相同参数下手动跑出来的第一帧完全不一样,但是第二帧开始就正常了 不知道是ContrlNET更新的问题还是脚本的问题
在多帧重绘脚本第三列图片加一个选项可以指定为某一个图片,可以用gradio上传。 这样方便接着上一次的风格画
https://github.com/OedoSoldier/sd-webui-image-sequence-toolkit/blob/main/scripts/multi_frame_rendering.py#L425 是不是少了msk.append(m)
Is this using multi frame render? https://www.bilibili.com/video/BV14o4y1A7Pe/
## Summary When trying to **Enhanced img2img** process images with the **Loopback** setting enabled, the following error message is displayed: ```bash RuntimeError: bad number of images passed: 2; expecting 1...
sry, maybe i did something wrong? i installed the extension, and i can see the multi frame script, but i don´t have the enhanced img2img like the image from the...
### Issue Description When attempting to run the famous [V1111 fork](https://github.com/vladmandic/automatic) of the Automatic1111, I encountered an error with the deepdanbooru attribute in the enhanced_img2img.py module. The setup.log displayed the...
用webui界面去调用的时候是没有问题的 用api去调用的时候就报一个mask读取失败的错误,导致controlnet 没有效果 api的请求参数如下: ` `` res = api.img2img(images=[input_img],inpainting_fill=1,mask_blur=4,mask_image=None,inpaint_full_res=0,inpaint_full_res_padding=32 ,prompt=words,negative_prompt=data["negative_prompt"],seed=data["seed"], cfg_scale=data["cfg_scale"],denoising_strength=data["denoising_strength"] ,restore_faces=True,width=w,height=h,steps=data["steps"],sampler_name=data["sampler_name"],batch_size=1,controlnet_units=[unit1,unit2] ,script_name="multi-frame rendering",script_args=[ 'None', input_path, output_path, '', data["denoising_strength"], "FirstGen", True, False, "Current", False, '1 2 3 \r\n 0', False,...