Initial commit

This commit is contained in:
2025-02-15 10:46:27 +01:00
commit 3a942fc050
19 changed files with 1892 additions and 0 deletions

BIN
Content/Conceptor.uasset Normal file

Binary file not shown.

View File

@@ -0,0 +1,187 @@
{
"3": {
"inputs": {
"seed": 149575965170234,
"steps": 20,
"cfg": 6,
"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": "dreamshaper_8.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": "control_v11p_sd15_openpose.safetensors"
},
"class_type": "ControlNetLoader",
"_meta": {
"title": "Load ControlNet Model"
}
},
"23": {
"inputs": {
"strength": 1,
"start_percent": 0,
"end_percent": 1,
"positive": [
"7",
0
],
"negative": [
"6",
0
],
"control_net": [
"14",
0
],
"image": [
"45",
0
]
},
"class_type": "ControlNetApplyAdvanced",
"_meta": {
"title": "Apply ControlNet"
}
},
"24": {
"inputs": {
"image": "D:\\WORK\\ConceptSD\\Saved\\Screenshots\\screenshot.png"
},
"class_type": "LoadImageFromPath",
"_meta": {
"title": "Load Image From Path"
}
},
"27": {
"inputs": {
"pixels": [
"24",
0
],
"vae": [
"4",
2
]
},
"class_type": "VAEEncode",
"_meta": {
"title": "VAE Encode"
}
},
"45": {
"inputs": {
"detect_hand": "enable",
"detect_body": "enable",
"detect_face": "disable",
"resolution": 512,
"scale_stick_for_xinsr_cn": "disable",
"image": [
"46",
0
]
},
"class_type": "OpenposePreprocessor",
"_meta": {
"title": "OpenPose Pose"
}
},
"46": {
"inputs": {
"resolution": 512,
"image": [
"24",
0
]
},
"class_type": "Zoe-DepthMapPreprocessor",
"_meta": {
"title": "Zoe Depth Map"
}
}
}

View 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"
}
}
}

View File

@@ -0,0 +1,91 @@
{
"clientId": 0,
"prompt": {
"1": {
"inputs": {
"image": "imagepath"
},
"class_type": "LoadImageFromPath",
"_meta": {
"title": "Load Image From Path"
}
},
"2": {
"inputs": {
"ckpt_name": "modelname"
},
"class_type": "CheckpointLoaderSimple",
"_meta": {
"title": "Load Checkpoint"
}
},
"3": {
"inputs": {
"pixels": ["1", 0],
"vae": ["2", 2]
},
"class_type": "VAEEncode",
"_meta": {
"title": "VAE Encode"
}
},
"4": {
"inputs": {
"seed": 0,
"steps": "stepsnum",
"cfg": "cfgnum",
"sampler_name": "euler",
"scheduler": "normal",
"denoise": "denoisenum",
"model": ["2", 0],
"positive": ["5", 0],
"negative": ["6", 0],
"latent_image": ["3", 0]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"5": {
"inputs": {
"text": "positiveprompt",
"clip": ["2", 1]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"6": {
"inputs": {
"text": "negativeprompt",
"clip": ["2", 1]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"7": {
"inputs": {
"samples": ["4", 0],
"vae": ["2", 2]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"8": {
"inputs": {
"filename_prefix": "Conceptor",
"images": ["7", 0]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.