ComfyUI/tests/inference/workflows/omnigen2-0.json

295 lines
4.9 KiB
JSON

{
"6": {
"inputs": {
"text": "the anime girl with massive fennec ears is wearing cargo pants while sitting on a log in the woods biting into a sandwitch beside a beautiful alpine lake",
"clip": [
"10",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Positive Prompt)"
}
},
"7": {
"inputs": {
"text": "deformed, blurry, over saturation, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra_limb, ugly, poorly drawn hands, fused fingers, messy drawing, broken legs censor, censored, censor_bar",
"clip": [
"10",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Negative Prompt)"
}
},
"8": {
"inputs": {
"samples": [
"28",
0
],
"vae": [
"13",
0
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"9": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"8",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"10": {
"inputs": {
"clip_name": "qwen_2.5_vl_fp16.safetensors",
"type": "omnigen2",
"device": "default"
},
"class_type": "CLIPLoader",
"_meta": {
"title": "Load CLIP"
}
},
"11": {
"inputs": {
"width": [
"32",
0
],
"height": [
"32",
1
],
"batch_size": 1
},
"class_type": "EmptySD3LatentImage",
"_meta": {
"title": "EmptySD3LatentImage"
}
},
"12": {
"inputs": {
"unet_name": "omnigen2_fp16.safetensors",
"weight_dtype": "default"
},
"class_type": "UNETLoader",
"_meta": {
"title": "Load Diffusion Model"
}
},
"13": {
"inputs": {
"vae_name": "ae.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE"
}
},
"14": {
"inputs": {
"pixels": [
"17",
0
],
"vae": [
"13",
0
]
},
"class_type": "VAEEncode",
"_meta": {
"title": "VAE Encode"
}
},
"15": {
"inputs": {
"conditioning": [
"6",
0
],
"latent": [
"14",
0
]
},
"class_type": "ReferenceLatent",
"_meta": {
"title": "ReferenceLatent"
}
},
"16": {
"inputs": {
"value": "https://raw.githubusercontent.com/comfyanonymous/ComfyUI_examples/master/chroma/fennec_girl_sing.png"
},
"class_type": "LoadImageFromURL",
"_meta": {
"title": "Load Image"
}
},
"17": {
"inputs": {
"upscale_method": "area",
"megapixels": 1.0,
"image": [
"16",
0
]
},
"class_type": "ImageScaleToTotalPixels",
"_meta": {
"title": "Scale Image to Total Pixels"
}
},
"20": {
"inputs": {
"sampler_name": "euler"
},
"class_type": "KSamplerSelect",
"_meta": {
"title": "KSamplerSelect"
}
},
"21": {
"inputs": {
"noise_seed": 832350079790627
},
"class_type": "RandomNoise",
"_meta": {
"title": "RandomNoise"
}
},
"23": {
"inputs": {
"scheduler": "simple",
"steps": 20,
"denoise": 1.0,
"model": [
"12",
0
]
},
"class_type": "BasicScheduler",
"_meta": {
"title": "BasicScheduler"
}
},
"27": {
"inputs": {
"cfg_conds": 5.0,
"cfg_cond2_negative": 2.0,
"model": [
"12",
0
],
"cond1": [
"15",
0
],
"cond2": [
"29",
0
],
"negative": [
"7",
0
]
},
"class_type": "DualCFGGuider",
"_meta": {
"title": "DualCFGGuider"
}
},
"28": {
"inputs": {
"noise": [
"21",
0
],
"guider": [
"27",
0
],
"sampler": [
"20",
0
],
"sigmas": [
"23",
0
],
"latent_image": [
"11",
0
]
},
"class_type": "SamplerCustomAdvanced",
"_meta": {
"title": "SamplerCustomAdvanced"
}
},
"29": {
"inputs": {
"conditioning": [
"7",
0
],
"latent": [
"14",
0
]
},
"class_type": "ReferenceLatent",
"_meta": {
"title": "ReferenceLatent"
}
},
"32": {
"inputs": {
"image": [
"17",
0
]
},
"class_type": "GetImageSize",
"_meta": {
"title": "Get Image Size"
}
},
"39": {
"inputs": {
"cfg": 5,
"model": [
"12",
0
],
"positive": [
"15",
0
],
"negative": [
"7",
0
]
},
"class_type": "CFGGuider",
"_meta": {
"title": "CFGGuider"
}
}
}