|
3 | 3 | {
|
4 | 4 | "name": "basic_test",
|
5 | 5 | "input": {
|
| 6 | + "images": [ |
| 7 | + { |
| 8 | + "name": "test.png", |
| 9 | + "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAMklEQVR4nGI5ZdXAQEvARFPTRy0YtWDUglELRi0YtWDUglELRi0YtWDUAioCQAAAAP//E24Bx3jUKuYAAAAASUVORK5CYII=" |
| 10 | + } |
| 11 | + ], |
6 | 12 | "workflow": {
|
7 |
| - "3": { |
| 13 | + "6": { |
8 | 14 | "inputs": {
|
9 |
| - "seed": 234234, |
10 |
| - "steps": 20, |
11 |
| - "cfg": 8, |
12 |
| - "sampler_name": "euler", |
13 |
| - "scheduler": "normal", |
14 |
| - "denoise": 1, |
15 |
| - "model": ["4", 0], |
16 |
| - "positive": ["6", 0], |
17 |
| - "negative": ["7", 0], |
18 |
| - "latent_image": ["5", 0] |
| 15 | + "text": "anime cat with massive fluffy fennec ears and a big fluffy tail blonde messy long hair blue eyes wearing a construction outfit placing a fancy black forest cake with candles on top of a dinner table of an old dark Victorian mansion lit by candlelight with a bright window to the foggy forest and very expensive stuff everywhere there are paintings on the walls", |
| 16 | + "clip": ["30", 1] |
19 | 17 | },
|
20 |
| - "class_type": "KSampler" |
| 18 | + "class_type": "CLIPTextEncode", |
| 19 | + "_meta": { |
| 20 | + "title": "CLIP Text Encode (Positive Prompt)" |
| 21 | + } |
21 | 22 | },
|
22 |
| - "4": { |
| 23 | + "8": { |
23 | 24 | "inputs": {
|
24 |
| - "ckpt_name": "sd_xl_base_1.0.safetensors" |
| 25 | + "samples": ["31", 0], |
| 26 | + "vae": ["30", 2] |
25 | 27 | },
|
26 |
| - "class_type": "CheckpointLoaderSimple" |
| 28 | + "class_type": "VAEDecode", |
| 29 | + "_meta": { |
| 30 | + "title": "VAE Decode" |
| 31 | + } |
27 | 32 | },
|
28 |
| - "5": { |
| 33 | + "9": { |
| 34 | + "inputs": { |
| 35 | + "filename_prefix": "ComfyUI", |
| 36 | + "images": ["8", 0] |
| 37 | + }, |
| 38 | + "class_type": "SaveImage", |
| 39 | + "_meta": { |
| 40 | + "title": "Save Image" |
| 41 | + } |
| 42 | + }, |
| 43 | + "27": { |
29 | 44 | "inputs": {
|
30 | 45 | "width": 512,
|
31 | 46 | "height": 512,
|
32 | 47 | "batch_size": 1
|
33 | 48 | },
|
34 |
| - "class_type": "EmptyLatentImage" |
| 49 | + "class_type": "EmptySD3LatentImage", |
| 50 | + "_meta": { |
| 51 | + "title": "EmptySD3LatentImage" |
| 52 | + } |
35 | 53 | },
|
36 |
| - "6": { |
| 54 | + "30": { |
37 | 55 | "inputs": {
|
38 |
| - "text": "beautiful scenery nature glass bottle landscape, purple galaxy bottle,", |
39 |
| - "clip": ["4", 1] |
| 56 | + "ckpt_name": "flux1-dev-fp8.safetensors" |
40 | 57 | },
|
41 |
| - "class_type": "CLIPTextEncode" |
| 58 | + "class_type": "CheckpointLoaderSimple", |
| 59 | + "_meta": { |
| 60 | + "title": "Load Checkpoint" |
| 61 | + } |
42 | 62 | },
|
43 |
| - "7": { |
| 63 | + "31": { |
44 | 64 | "inputs": {
|
45 |
| - "text": "text, watermark", |
46 |
| - "clip": ["4", 1] |
| 65 | + "seed": 243057879077961, |
| 66 | + "steps": 10, |
| 67 | + "cfg": 1, |
| 68 | + "sampler_name": "euler", |
| 69 | + "scheduler": "simple", |
| 70 | + "denoise": 1, |
| 71 | + "model": ["30", 0], |
| 72 | + "positive": ["35", 0], |
| 73 | + "negative": ["33", 0], |
| 74 | + "latent_image": ["27", 0] |
47 | 75 | },
|
48 |
| - "class_type": "CLIPTextEncode" |
| 76 | + "class_type": "KSampler", |
| 77 | + "_meta": { |
| 78 | + "title": "KSampler" |
| 79 | + } |
49 | 80 | },
|
50 |
| - "8": { |
| 81 | + "33": { |
51 | 82 | "inputs": {
|
52 |
| - "samples": ["3", 0], |
53 |
| - "vae": ["4", 2] |
| 83 | + "text": "", |
| 84 | + "clip": ["30", 1] |
54 | 85 | },
|
55 |
| - "class_type": "VAEDecode" |
| 86 | + "class_type": "CLIPTextEncode", |
| 87 | + "_meta": { |
| 88 | + "title": "CLIP Text Encode (Negative Prompt)" |
| 89 | + } |
56 | 90 | },
|
57 |
| - "9": { |
| 91 | + "35": { |
| 92 | + "inputs": { |
| 93 | + "guidance": 3.5, |
| 94 | + "conditioning": ["6", 0] |
| 95 | + }, |
| 96 | + "class_type": "FluxGuidance", |
| 97 | + "_meta": { |
| 98 | + "title": "FluxGuidance" |
| 99 | + } |
| 100 | + }, |
| 101 | + "38": { |
| 102 | + "inputs": { |
| 103 | + "images": ["8", 0] |
| 104 | + }, |
| 105 | + "class_type": "PreviewImage", |
| 106 | + "_meta": { |
| 107 | + "title": "Preview Image" |
| 108 | + } |
| 109 | + }, |
| 110 | + "40": { |
58 | 111 | "inputs": {
|
59 |
| - "filename_prefix": "ComfyUI/test", |
| 112 | + "filename_prefix": "ComfyUI", |
60 | 113 | "images": ["8", 0]
|
61 | 114 | },
|
62 |
| - "class_type": "SaveImage" |
| 115 | + "class_type": "SaveImage", |
| 116 | + "_meta": { |
| 117 | + "title": "Save Image" |
| 118 | + } |
63 | 119 | }
|
64 | 120 | }
|
65 | 121 | },
|
|
75 | 131 | "value": "false"
|
76 | 132 | }
|
77 | 133 | ],
|
78 |
| - "allowedCudaVersions": [ |
79 |
| - "12.7", |
80 |
| - "12.6" |
81 |
| - ] |
| 134 | + "allowedCudaVersions": ["12.7", "12.6"] |
82 | 135 | }
|
83 | 136 | }
|
0 commit comments