Eji-Sensei14's picture
Upload folder using huggingface_hub
c6535db verified
{
"id": "01d66ae9-78be-4a8d-b737-24eee5e1d447",
"revision": 0,
"last_node_id": 75,
"last_link_id": 165,
"nodes": [
{
"id": 8,
"type": "VAEDecode",
"pos": [
1340,
-20
],
"size": [
210,
46
],
"flags": {},
"order": 11,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 160
},
{
"name": "vae",
"type": "VAE",
"link": 107
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"slot_index": 0,
"links": [
51
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.34",
"Node name for S&R": "VAEDecode"
},
"widgets_values": []
},
{
"id": 55,
"type": "VAELoader",
"pos": [
1010,
290
],
"size": [
310,
60
],
"flags": {},
"order": 0,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "VAE",
"type": "VAE",
"links": [
107
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.34",
"Node name for S&R": "VAELoader"
},
"widgets_values": [
"ae.safetensors"
]
},
{
"id": 54,
"type": "QuadrupleCLIPLoader",
"pos": [
80,
50
],
"size": [
400,
130
],
"flags": {},
"order": 1,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"slot_index": 0,
"links": [
111,
112
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.34",
"Node name for S&R": "QuadrupleCLIPLoader"
},
"widgets_values": [
"clip_l_hidream.safetensors",
"clip_g_hidream.safetensors",
"t5xxl_fp8_e4m3fn_scaled.safetensors",
"llama_3.1_8b_instruct_fp8_scaled.safetensors"
],
"color": "#223",
"bgcolor": "#335"
},
{
"id": 53,
"type": "EmptySD3LatentImage",
"pos": [
620,
340
],
"size": [
315,
106
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"slot_index": 0,
"links": [
100
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.34",
"Node name for S&R": "EmptySD3LatentImage"
},
"widgets_values": [
1024,
1024,
1
]
},
{
"id": 9,
"type": "SaveImage",
"pos": [
1570,
-20
],
"size": [
966.615966796875,
1025.3206787109375
],
"flags": {},
"order": 12,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 51
}
],
"outputs": [],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.34",
"Node name for S&R": "SaveImage"
},
"widgets_values": [
"ComfyUI"
]
},
{
"id": 73,
"type": "Note",
"pos": [
230,
-220
],
"size": [
250,
88
],
"flags": {},
"order": 3,
"mode": 0,
"inputs": [],
"outputs": [],
"properties": {},
"widgets_values": [
"You can try changing the weight_dtype to fp8 if you are running out of memory."
],
"color": "#432",
"bgcolor": "#653"
},
{
"id": 70,
"type": "ModelSamplingSD3",
"pos": [
750,
-90
],
"size": [
210,
58
],
"flags": {},
"order": 9,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 165
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
163
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.34",
"Node name for S&R": "ModelSamplingSD3"
},
"widgets_values": [
3.0000000000000004
]
},
{
"id": 3,
"type": "KSampler",
"pos": [
1010,
-20
],
"size": [
310,
262
],
"flags": {},
"order": 10,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 163
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 21
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 114
},
{
"name": "latent_image",
"type": "LATENT",
"link": 100
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"slot_index": 0,
"links": [
160
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.34",
"Node name for S&R": "KSampler"
},
"widgets_values": [
147638433643733,
"fixed",
16,
1,
"euler",
"simple",
1
]
},
{
"id": 72,
"type": "MarkdownNote",
"pos": [
1010,
430
],
"size": [
300,
450
],
"flags": {},
"order": 4,
"mode": 0,
"inputs": [],
"outputs": [],
"title": "Sampling Settings",
"properties": {},
"widgets_values": [
"## Official sampling settings\n\nProvided for reference, my workflows may have slightly different settings.\n\n### HiDream Full\n\n* hidream_i1_full_fp16.safetensors\n* shift: 3.0\n* steps: 50\n* sampler: uni_pc\n* scheduler: simple\n* cfg: 5.0\n\n### HiDream Dev\n\n* hidream_i1_dev_bf16.safetensors\n* shift: 6.0\n* steps: 28\n* sampler: lcm\n* scheduler: normal\n* cfg: 1.0 (no negative prompt)\n\n### HiDream Fast\n\n* hidream_i1_fast_bf16.safetensors\n* shift: 3.0\n* steps: 16\n* sampler: lcm\n* scheduler: normal\n* cfg: 1.0 (no negative prompt)\n"
],
"color": "#432",
"bgcolor": "#653"
},
{
"id": 40,
"type": "CLIPTextEncode",
"pos": [
530,
260
],
"size": [
432,
192
],
"flags": {
"collapsed": true
},
"order": 7,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 112
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"slot_index": 0,
"links": [
114
]
}
],
"title": "Negative Prompt",
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.34",
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"bad ugly jpeg artifacts",
[
false,
true
]
],
"color": "#322",
"bgcolor": "#533"
},
{
"id": 69,
"type": "UNETLoader",
"pos": [
80,
-90
],
"size": [
400,
82
],
"flags": {},
"order": 5,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
164
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.34",
"Node name for S&R": "UNETLoader"
},
"widgets_values": [
"hidream_i1_fast_bf16.safetensors",
"default"
],
"color": "#223",
"bgcolor": "#335"
},
{
"id": 75,
"type": "TeaCache",
"pos": [
514.7156982421875,
-313.3928527832031
],
"size": [
270,
154
],
"flags": {},
"order": 8,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 164
}
],
"outputs": [
{
"name": "model",
"type": "MODEL",
"links": [
165
]
}
],
"properties": {
"aux_id": "welltop-cn/ComfyUI-TeaCache",
"ver": "bf45cdf6d6c447fc59333d409d25a76beab1205d",
"Node name for S&R": "TeaCache"
},
"widgets_values": [
"hidream_i1_fast",
1.5000000000000002,
0,
0.9000000000000001,
"cuda"
]
},
{
"id": 16,
"type": "CLIPTextEncode",
"pos": [
530,
20
],
"size": [
432,
192
],
"flags": {},
"order": 6,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 111
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"slot_index": 0,
"links": [
21
]
}
],
"title": "Positive Prompt",
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.34",
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"anime girl with massive fennec ears and a big fluffy fox tail with long wavy blonde hair and blue eyes wearing a pink sweater a large oversized black winter coat and a long blue maxi skirt and large winter boots and a red scarf and large gloves sitting in a sled sledding fast down a snow mountain",
[
false,
true
]
],
"color": "#232",
"bgcolor": "#353"
}
],
"links": [
[
21,
16,
0,
3,
1,
"CONDITIONING"
],
[
51,
8,
0,
9,
0,
"IMAGE"
],
[
100,
53,
0,
3,
3,
"LATENT"
],
[
107,
55,
0,
8,
1,
"VAE"
],
[
111,
54,
0,
16,
0,
"CLIP"
],
[
112,
54,
0,
40,
0,
"CLIP"
],
[
114,
40,
0,
3,
2,
"CONDITIONING"
],
[
160,
3,
0,
8,
0,
"LATENT"
],
[
163,
70,
0,
3,
0,
"MODEL"
],
[
164,
69,
0,
75,
0,
"MODEL"
],
[
165,
75,
0,
70,
0,
"MODEL"
]
],
"groups": [],
"config": {},
"extra": {
"ds": {
"scale": 1.0152559799477088,
"offset": [
-67.90198114729031,
395.30166540121894
]
},
"frontendVersion": "1.19.9",
"ue_links": [],
"VHS_latentpreview": false,
"VHS_latentpreviewrate": 0,
"VHS_MetadataImage": true,
"VHS_KeepIntermediate": true
},
"version": 0.4
}