stable diffusion 局部重绘 reference-only api 接口调试

webUI api payload 插件生成的接口参数不准确,reference-only 的image不是对象,就是不同字符串字段,直接传,不是套image。

综上,那个插件参数不确定,应直接看插件的源码,看它接受什么参数

复制代码
错误:"image":
    {
        "image": None,
        "mask": None
    },

正确 "image":xxxxxx

看 stable diffusion 控制台输出,说用上了reference-only

如果 image 传岔劈了,控制台不会提示用了这个插件

请求参数-局部重绘

复制代码
{
    "prompt": "",
    "negative_prompt": "",
    "batch_size": 1,
    "n_iter": 2,  # "n_iter": 1,
    "seed": "-1",
    "steps": 30,
    "cfg_scale": 7,
    "sampler_name": "DPM++ 2M Karras",
    "width": 768,
    "height": 1152,  # fact_num
    "init_images": [],
    # 控制图像变化的程度,如果=0,没有任何变化,如果=1,则新图像不会跟随输入图像,0.75是个很好的起点
    "denoising_strength": 0.9,
    "resize_mode": 0,  # "resize_mode": 2,
    "mask": None,
    "inpainting_fill": 1,  # mask content
    "inpaint_full_res": 0,  # inpaint area
    "inpaint_full_res_padding": 32,
    "alwayson_scripts": {
        "ControlNet": {
            "args": [
                {
                    "advanced_weighting": None,
                    "batch_images": "",
                    "control_mode": "ControlNet is more important",
                    "enabled": True,
                    "guidance_end": 1,
                    "guidance_start": 0,
                    "hr_option": "Both",
                    "image": None,
                    #"image": 
                        #{
                            #"image": None,
                            #"mask": None
                        #},
                    "inpaint_crop_input_image": True,
                    "input_mode": "simple",
                    "is_ui": True,
                    "loopback": False,
                    "low_vram": False,
                    "model": "None",
                    "module": "reference_only",
                    "output_dir": "",
                    "pixel_perfect": True,
                    "processor_res": -1,
                    "resize_mode": "Crop and Resize",
                    "save_detected_map": True,
                    "threshold_a": 1,
                    "threshold_b": -1,
                    "weight": 2
                },
                {
                    "advanced_weighting": None,
                    "batch_images": "",
                    "control_mode": "Balanced",
                    "enabled": True,
                    "guidance_end": 1,
                    "guidance_start": 0,
                    "hr_option": "Both",
                    "image":
                        {
                            "image": None,
                            "mask": None
                        },
                    "inpaint_crop_input_image": True,
                    "input_mode": "simple",
                    "is_ui": True,
                    "loopback": False,
                    "low_vram": False,
                    "model": "control_v11p_sd15_openpose [cab727d4]",
                    "module": "openpose_full",
                    "output_dir": "",
                    "pixel_perfect": True,
                    "processor_res": 512,
                    "resize_mode": "Crop and Resize",
                    "save_detected_map": True,
                    "threshold_a": -1,
                    "threshold_b": -1,
                    "weight": 1
                }
            ]
        }
    }
}
相关推荐
sculida2 天前
秋叶sd-webui频繁出现生成后无反应的问题
stable diffusion
HORSE RUNNING WILD6 天前
【物理与机器学习】从非平衡热力学到扩散模型
人工智能·学习·机器学习·stable diffusion
取不好名字=7 天前
【ComfyUI学习笔记01】下载安装 | 运行第一个工作流 | 学习思路
笔记·学习·ai作画·stable diffusion
qq_3988989319 天前
【简单三步】Stable diffusion Webai本地部署无法加载模型并报openai/clip-vit-large-patch14错误的解决方法
stable diffusion
ai_xiaogui19 天前
AIStarter用户与创作者模式详解:一键管理Stable Diffusion项目!
人工智能·stable diffusion·一键发布ai项目·熊哥aistarter教程·开发者必备aistarter
一禅(OneZen)19 天前
「Windows/Mac OS」AIGC图片生成视频 ,webui + stable-diffusion环境部署教程
windows·stable diffusion
ai_xiaogui21 天前
一键部署AI工具!用AIStarter快速安装ComfyUI与Stable Diffusion
人工智能·stable diffusion·部署ai工具·ai应用市场教程·sd快速部署·comfyui一键安装
sigmoidAndRELU22 天前
读Vista
笔记·stable diffusion·世界模型
修炼室1 个月前
Stable Diffusion WebUI 本地部署完整教程
stable diffusion
NetX行者1 个月前
Stable Diffusion:开启AI图像生成新纪元
人工智能·stable diffusion