-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abe62d1
commit d1a4cd8
Showing
2 changed files
with
149 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
{ | ||
"3": { | ||
"inputs": { | ||
"seed": 1, | ||
"steps": 20, | ||
"cfg": 7, | ||
"sampler_name": "euler", | ||
"scheduler": "normal", | ||
"denoise": 1, | ||
"model": [ | ||
"14", | ||
0 | ||
], | ||
"positive": [ | ||
"10", | ||
0 | ||
], | ||
"negative": [ | ||
"7", | ||
0 | ||
], | ||
"latent_image": [ | ||
"5", | ||
0 | ||
] | ||
}, | ||
"class_type": "KSampler", | ||
"_meta": { | ||
"title": "KSampler" | ||
} | ||
}, | ||
"5": { | ||
"inputs": { | ||
"width": 1024, | ||
"height": 1024, | ||
"batch_size": 1 | ||
}, | ||
"class_type": "EmptyLatentImage", | ||
"_meta": { | ||
"title": "Empty Latent Image" | ||
} | ||
}, | ||
"6": { | ||
"inputs": { | ||
"text": "a beautiful anime drawing of a smiling blonde girl with blue eyes, anthropomorphic fennec fox girl, smiling, centerscreen, blue eyes, big fluffy fennec ears, in a field", | ||
"clip": [ | ||
"14", | ||
1 | ||
] | ||
}, | ||
"class_type": "CLIPTextEncode", | ||
"_meta": { | ||
"title": "CLIP Text Encode (Prompt)" | ||
} | ||
}, | ||
"7": { | ||
"inputs": { | ||
"text": "", | ||
"clip": [ | ||
"14", | ||
1 | ||
] | ||
}, | ||
"class_type": "CLIPTextEncode", | ||
"_meta": { | ||
"title": "CLIP Text Encode (Prompt)" | ||
} | ||
}, | ||
"8": { | ||
"inputs": { | ||
"samples": [ | ||
"3", | ||
0 | ||
], | ||
"vae": [ | ||
"14", | ||
2 | ||
] | ||
}, | ||
"class_type": "VAEDecode", | ||
"_meta": { | ||
"title": "VAE Decode" | ||
} | ||
}, | ||
"9": { | ||
"inputs": { | ||
"filename_prefix": "ComfyUI", | ||
"images": [ | ||
"8", | ||
0 | ||
] | ||
}, | ||
"class_type": "SaveImage", | ||
"_meta": { | ||
"title": "Save Image" | ||
} | ||
}, | ||
"10": { | ||
"inputs": { | ||
"strength": 0.6, | ||
"conditioning": [ | ||
"6", | ||
0 | ||
], | ||
"control_net": [ | ||
"12", | ||
0 | ||
], | ||
"image": [ | ||
"11", | ||
0 | ||
] | ||
}, | ||
"class_type": "ControlNetApply", | ||
"_meta": { | ||
"title": "Apply ControlNet" | ||
} | ||
}, | ||
"11": { | ||
"inputs": { | ||
"image": "input_scribble_example.png", | ||
"upload": "image" | ||
}, | ||
"class_type": "LoadImage", | ||
"_meta": { | ||
"title": "Load Image" | ||
} | ||
}, | ||
"12": { | ||
"inputs": { | ||
"control_net_name": "control-lora-sketch-rank128-metadata.safetensors" | ||
}, | ||
"class_type": "ControlNetLoader", | ||
"_meta": { | ||
"title": "Load ControlNet Model" | ||
} | ||
}, | ||
"14": { | ||
"inputs": { | ||
"ckpt_name": "sd_xl_base_1.0.safetensors" | ||
}, | ||
"class_type": "CheckpointLoaderSimple", | ||
"_meta": { | ||
"title": "Load Checkpoint" | ||
} | ||
} | ||
} |