comyui如何实现对图片局部重绘?
网友回复
这个工作流就是comyui图片局部重绘工作流,先保存为json文件,再在comyui中打开
{ "last_node_id": 72, "last_link_id": 26, "nodes": [ { "id": 63, "type": "VAELoader", "pos": [ 120, 630 ], "size": { "0": 315, "1": 58 }, "flags": {}, "order": 0, "mode": 0, "outputs": [ { "name": "VAE", "type": "VAE", "links": [ 14, 17 ], "shape": 3, "slot_index": 0 } ], "properties": { "Node name for S&R": "VAELoader" }, "widgets_values": [ "vae-ft-mse-840000-ema-pruned.safetensors" ], "_widget_cache_map": {}, "category": "Primitive Nodes" }, { "id": 65, "type": "VAEEncodeForInpaint", "pos": [ 508, 629 ], "size": { "0": 226.8000030517578, "1": 98 }, "flags": {}, "order": 8, "mode": 0, "inputs": [ { "name": "pixels", "type": "IMAGE", "link": 16, "label": "图像" }, { "name": "vae", "type": "VAE", "link": 17, "label": "VAE" }, { "name": "mask", "type": "MASK", "link": 18, "label": "遮罩" } ], "outputs": [ { "name": "LATENT", "type": "LATENT", "links": [ 12 ], "shape": 3, "slot_index": 0, "label": "Latent" } ], "properties": { "Node name for S&R": "VAEEncodeForInpaint" }, "widgets_values": [ 12 ], "_widget_cache_map": {}, "category": "Primitive Nodes" }, { "id": 6, "type": "CLIPTextEncode", "pos": [ 441, 90 ], "size": { "0": 370, "1": 160 }, "flags": {}, "order": 6, "mode": 0, "inputs": [ { "name": "clip", "type": "CLIP", "link": 3, "label": "CLIP" } ], "outputs": [ { "name": "CONDITIONING", "type": "CONDITIONING", "links": [ 20, 23 ], "slot_index": 0, "label": "条件" } ], "properties": { "Node name for S&R": "CLIPTextEncode" }, "widgets_values": [ "beautiful scenery nature glass bottle landscape, , purple galaxy bottle," ], "_widget_cache_map": {}, "color": "#232", "bgcolor": "#353", "category": "Primitive Nodes" }, { "id": 7, "type": "CLIPTextEncode", "pos": [ 438, 301 ], "size": { "0": 370, "1": 160 }, "flags": {}, "order": 7, "mode": 0, "inputs": [ { "name": "clip", "type": "CLIP", "link": 5, "label": "CLIP" } ], "outputs": [ { "name": "CONDITIONING", "type": "CONDITIONING", "links": [ 21, 24 ], "slot_index": 0, "label": "条件" } ], "properties": { "Node name for S&R": "CLIPTextEncode" }, "widgets_values": [ "text, watermark,horror,zombie, nsfw," ], "_widget_cache_map": {}, "color": "#322", "bgcolor": "#533", "category": "Primitive Nodes" }, { "id": 59, "type": "KSampler", "pos": [ 836, 92 ], "size": { "0": 300, "1": 474 }, "flags": {}, "order": 9, "mode": 0, "inputs": [ { "name": "model", "type": "MODEL", "link": 22, "label": "模型" }, { "name": "positive", "type": "CONDITIONING", "link": 20, "label": "正面条件" }, { "name": "negative", "type": "CONDITIONING", "link": 21, "label": "负面条件" }, { "name": "latent_image", "type": "LATENT", "link": 12, "label": "Latent" } ], "outputs": [ { ...
点击查看剩余70%
为啥所有的照片分辨率提升工具都会修改照片上的图案细节?
js如何在浏览器中将webm视频的声音分离为单独音频?
微信小程序如何播放第三方域名url的mp4视频?
ai多模态大模型能实时识别视频中的手语为文字吗?
如何远程调试别人的chrome浏览器获取调试信息?
为啥js打开新网页window.open设置窗口宽高无效?
浏览器中js的navigator.mediaDevices.getDisplayMedia屏幕录像无法录制SpeechSynthesisUtterance产生的说话声音?
js中mediaRecorder如何录制window.speechSynthesis声音音频并下载?
python如何直接获取抖音短视频的音频文件url?
js在浏览器中如何使用MediaStream与MediaRecorder实现声音音频多轨道混流?