| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- {
- "5": {
- "inputs": {
- "width": 1024,
- "height": 1024,
- "batch_size": 1
- },
- "class_type": "EmptyLatentImage"
- },
- "6": {
- "inputs": {
- "text": "a bottle with a beautiful rainbow galaxy inside it on top of a wooden table in the middle of a modern kitchen beside a plate of vegetables and mushrooms and a wine glasse that contains a planet earth with a plate with a half eaten apple pie on it",
- "clip": [
- "11",
- 0
- ]
- },
- "class_type": "CLIPTextEncode"
- },
- "8": {
- "inputs": {
- "samples": [
- "13",
- 0
- ],
- "vae": [
- "10",
- 0
- ]
- },
- "class_type": "VAEDecode"
- },
- "9": {
- "inputs": {
- "filename_prefix": "ComfyUI",
- "images": [
- "8",
- 0
- ]
- },
- "class_type": "SaveImage"
- },
- "10": {
- "inputs": {
- "vae_name": "ae.safetensors"
- },
- "class_type": "VAELoader"
- },
- "11": {
- "inputs": {
- "clip_name1": "t5xxl_fp16.safetensors",
- "clip_name2": "clip_l.safetensors",
- "type": "flux"
- },
- "class_type": "DualCLIPLoader"
- },
- "12": {
- "inputs": {
- "unet_name": "flux1-schnell.safetensors",
- "weight_dtype": "default"
- },
- "class_type": "UNETLoader"
- },
- "13": {
- "inputs": {
- "noise": [
- "25",
- 0
- ],
- "guider": [
- "22",
- 0
- ],
- "sampler": [
- "16",
- 0
- ],
- "sigmas": [
- "17",
- 0
- ],
- "latent_image": [
- "5",
- 0
- ]
- },
- "class_type": "SamplerCustomAdvanced"
- },
- "16": {
- "inputs": {
- "sampler_name": "euler"
- },
- "class_type": "KSamplerSelect"
- },
- "17": {
- "inputs": {
- "scheduler": "simple",
- "steps": 4,
- "denoise": 1.0,
- "model": [
- "12",
- 0
- ]
- },
- "class_type": "BasicScheduler"
- },
- "22": {
- "inputs": {
- "model": [
- "12",
- 0
- ],
- "conditioning": [
- "6",
- 0
- ]
- },
- "class_type": "BasicGuider"
- },
- "25": {
- "inputs": {
- "noise_seed": 112298569477003
- },
- "class_type": "RandomNoise"
- }
- }
|