Initial commit
This commit is contained in:
122
Content/Data/DepthGuided.json
Normal file
122
Content/Data/DepthGuided.json
Normal file
@@ -0,0 +1,122 @@
|
||||
{
|
||||
"3": {
|
||||
"inputs": {
|
||||
"seed": 701662395817332,
|
||||
"steps": 5,
|
||||
"cfg": 2,
|
||||
"sampler_name": "dpmpp_sde",
|
||||
"scheduler": "karras",
|
||||
"denoise": 1,
|
||||
"model": ["4", 0],
|
||||
"positive": ["23", 0],
|
||||
"negative": ["23", 1],
|
||||
"latent_image": ["27", 0]
|
||||
},
|
||||
"class_type": "KSampler",
|
||||
"_meta": {
|
||||
"title": "KSampler"
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"inputs": {
|
||||
"ckpt_name": "dreamshaperXLTurbo.safetensors"
|
||||
},
|
||||
"class_type": "CheckpointLoaderSimple",
|
||||
"_meta": {
|
||||
"title": "Load Checkpoint"
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"inputs": {
|
||||
"text": "negativeprompt",
|
||||
"clip": ["4", 1]
|
||||
},
|
||||
"class_type": "CLIPTextEncode",
|
||||
"_meta": {
|
||||
"title": "CLIP Text Encode (Prompt)"
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"inputs": {
|
||||
"text": "positiveprompt",
|
||||
"clip": ["4", 1]
|
||||
},
|
||||
"class_type": "CLIPTextEncode",
|
||||
"_meta": {
|
||||
"title": "CLIP Text Encode (Prompt)"
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"inputs": {
|
||||
"samples": ["3", 0],
|
||||
"vae": ["4", 2]
|
||||
},
|
||||
"class_type": "VAEDecode",
|
||||
"_meta": {
|
||||
"title": "VAE Decode"
|
||||
}
|
||||
},
|
||||
"9": {
|
||||
"inputs": {
|
||||
"filename_prefix": "ComfyUI",
|
||||
"images": ["8", 0]
|
||||
},
|
||||
"class_type": "SaveImage",
|
||||
"_meta": {
|
||||
"title": "Save Image"
|
||||
}
|
||||
},
|
||||
"14": {
|
||||
"inputs": {
|
||||
"control_net_name": "diffusion_pytorch_model.fp16.safetensors"
|
||||
},
|
||||
"class_type": "ControlNetLoader",
|
||||
"_meta": {
|
||||
"title": "Load ControlNet Model"
|
||||
}
|
||||
},
|
||||
"21": {
|
||||
"inputs": {
|
||||
"resolution": 512,
|
||||
"image": ["24", 0]
|
||||
},
|
||||
"class_type": "Zoe-DepthMapPreprocessor",
|
||||
"_meta": {
|
||||
"title": "Zoe Depth Map"
|
||||
}
|
||||
},
|
||||
"23": {
|
||||
"inputs": {
|
||||
"strength": 1,
|
||||
"start_percent": 0,
|
||||
"end_percent": 1,
|
||||
"positive": ["7", 0],
|
||||
"negative": ["6", 0],
|
||||
"control_net": ["14", 0],
|
||||
"image": ["21", 0]
|
||||
},
|
||||
"class_type": "ControlNetApplyAdvanced",
|
||||
"_meta": {
|
||||
"title": "Apply ControlNet"
|
||||
}
|
||||
},
|
||||
"24": {
|
||||
"inputs": {
|
||||
"image": "imagepath"
|
||||
},
|
||||
"class_type": "LoadImageFromPath",
|
||||
"_meta": {
|
||||
"title": "Load Image From Path"
|
||||
}
|
||||
},
|
||||
"27": {
|
||||
"inputs": {
|
||||
"pixels": ["24", 0],
|
||||
"vae": ["4", 2]
|
||||
},
|
||||
"class_type": "VAEEncode",
|
||||
"_meta": {
|
||||
"title": "VAE Encode"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user