| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- {
- "6": {
- "inputs": {
- "text": "make it a drawing",
- "clip": [
- "42",
- 0
- ]
- },
- "class_type": "CLIPTextEncode",
- "_meta": {
- "title": "Positive"
- }
- },
- "7": {
- "inputs": {
- "text": "low quality, blurry, distorted",
- "clip": [
- "42",
- 0
- ]
- },
- "class_type": "CLIPTextEncode",
- "_meta": {
- "title": "Negative"
- }
- },
- "8": {
- "inputs": {
- "samples": [
- "54",
- 0
- ],
- "vae": [
- "43",
- 0
- ]
- },
- "class_type": "VAEDecode",
- "_meta": {
- "title": "VAE Decode"
- }
- },
- "9": {
- "inputs": {
- "filename_prefix": "ComfyUI",
- "images": [
- "8",
- 0
- ]
- },
- "class_type": "SaveImage",
- "_meta": {
- "title": "Save Image"
- }
- },
- "13": {
- "inputs": {
- "image": "flux_dev_example.png"
- },
- "class_type": "LoadImage",
- "_meta": {
- "title": "Load Image"
- },
- "is_changed": [
- "d5e3882ab9a701e15de1c67a89b859c71b2387c4fbc1325724f5203ea4e89037"
- ]
- },
- "41": {
- "inputs": {
- "unet_name": "hidream_e1_1_bf16.safetensors",
- "weight_dtype": "default"
- },
- "class_type": "UNETLoader",
- "_meta": {
- "title": "Load Diffusion Model"
- }
- },
- "42": {
- "inputs": {
- "clip_name1": "clip_g_hidream.safetensors",
- "clip_name2": "clip_l_hidream.safetensors",
- "clip_name3": "t5xxl_fp8_e4m3fn_scaled.safetensors",
- "clip_name4": "llama_3.1_8b_instruct_fp8_scaled.safetensors"
- },
- "class_type": "QuadrupleCLIPLoader",
- "_meta": {
- "title": "QuadrupleCLIPLoader"
- }
- },
- "43": {
- "inputs": {
- "vae_name": "ae.safetensors"
- },
- "class_type": "VAELoader",
- "_meta": {
- "title": "Load VAE"
- }
- },
- "45": {
- "inputs": {
- "upscale_method": "area",
- "megapixels": 1.0,
- "image": [
- "13",
- 0
- ]
- },
- "class_type": "ImageScaleToTotalPixels",
- "_meta": {
- "title": "Scale Image to Total Pixels"
- }
- },
- "46": {
- "inputs": {
- "sampler_name": "euler"
- },
- "class_type": "KSamplerSelect",
- "_meta": {
- "title": "KSamplerSelect"
- }
- },
- "47": {
- "inputs": {
- "noise_seed": 712422729595905
- },
- "class_type": "RandomNoise",
- "_meta": {
- "title": "RandomNoise"
- }
- },
- "49": {
- "inputs": {
- "scheduler": "simple",
- "steps": 20,
- "denoise": 1.0,
- "model": [
- "55",
- 0
- ]
- },
- "class_type": "BasicScheduler",
- "_meta": {
- "title": "BasicScheduler"
- }
- },
- "52": {
- "inputs": {
- "positive": [
- "6",
- 0
- ],
- "negative": [
- "7",
- 0
- ],
- "vae": [
- "43",
- 0
- ],
- "pixels": [
- "45",
- 0
- ]
- },
- "class_type": "InstructPixToPixConditioning",
- "_meta": {
- "title": "InstructPixToPixConditioning"
- }
- },
- "53": {
- "inputs": {
- "cfg_conds": 3.0,
- "cfg_cond2_negative": 1.5,
- "style": "nested",
- "model": [
- "55",
- 0
- ],
- "cond1": [
- "52",
- 0
- ],
- "cond2": [
- "52",
- 1
- ],
- "negative": [
- "6",
- 0
- ]
- },
- "class_type": "DualCFGGuider",
- "_meta": {
- "title": "DualCFGGuider"
- }
- },
- "54": {
- "inputs": {
- "noise": [
- "47",
- 0
- ],
- "guider": [
- "53",
- 0
- ],
- "sampler": [
- "46",
- 0
- ],
- "sigmas": [
- "49",
- 0
- ],
- "latent_image": [
- "52",
- 2
- ]
- },
- "class_type": "SamplerCustomAdvanced",
- "_meta": {
- "title": "SamplerCustomAdvanced"
- }
- },
- "55": {
- "inputs": {
- "strength": 1.0,
- "model": [
- "41",
- 0
- ]
- },
- "class_type": "CFGNorm",
- "_meta": {
- "title": "CFGNorm"
- }
- }
- }
|