Spaces:
Running
Running
{ | |
"last_node_id": 40, | |
"last_link_id": 48, | |
"nodes": [ | |
{ | |
"id": 28, | |
"type": "Sampler Selector", | |
"pos": [ | |
548, | |
-10 | |
], | |
"size": { | |
"0": 263.46875, | |
"1": 58 | |
}, | |
"flags": { | |
"collapsed": true | |
}, | |
"order": 0, | |
"mode": 0, | |
"outputs": [ | |
{ | |
"name": "sampler_name", | |
"type": [ | |
"euler", | |
"euler_ancestral", | |
"heun", | |
"dpm_2", | |
"dpm_2_ancestral", | |
"lms", | |
"dpm_fast", | |
"dpm_adaptive", | |
"dpmpp_2s_ancestral", | |
"dpmpp_sde", | |
"dpmpp_sde_gpu", | |
"dpmpp_2m", | |
"dpmpp_2m_sde", | |
"dpmpp_2m_sde_gpu", | |
"dpmpp_3m_sde", | |
"dpmpp_3m_sde_gpu", | |
"ddim", | |
"uni_pc", | |
"uni_pc_bh2" | |
], | |
"links": [ | |
20, | |
41 | |
], | |
"shape": 3 | |
} | |
], | |
"properties": { | |
"Node name for S&R": "Sampler Selector" | |
}, | |
"widgets_values": [ | |
"euler_ancestral" | |
] | |
}, | |
{ | |
"id": 29, | |
"type": "Int Literal", | |
"pos": [ | |
608, | |
33 | |
], | |
"size": { | |
"0": 210, | |
"1": 58 | |
}, | |
"flags": { | |
"collapsed": true | |
}, | |
"order": 1, | |
"mode": 0, | |
"outputs": [ | |
{ | |
"name": "INT", | |
"type": "INT", | |
"links": [ | |
21, | |
38 | |
], | |
"shape": 3 | |
} | |
], | |
"title": "Steps", | |
"properties": { | |
"Node name for S&R": "Int Literal" | |
}, | |
"widgets_values": [ | |
20 | |
] | |
}, | |
{ | |
"id": 30, | |
"type": "Cfg Literal", | |
"pos": [ | |
586, | |
73 | |
], | |
"size": { | |
"0": 210, | |
"1": 58 | |
}, | |
"flags": { | |
"collapsed": true | |
}, | |
"order": 2, | |
"mode": 0, | |
"outputs": [ | |
{ | |
"name": "FLOAT", | |
"type": "FLOAT", | |
"links": [ | |
22, | |
39 | |
], | |
"shape": 3 | |
} | |
], | |
"properties": { | |
"Node name for S&R": "Cfg Literal" | |
}, | |
"widgets_values": [ | |
7 | |
] | |
}, | |
{ | |
"id": 3, | |
"type": "KSampler", | |
"pos": [ | |
863, | |
186 | |
], | |
"size": { | |
"0": 315, | |
"1": 262 | |
}, | |
"flags": {}, | |
"order": 14, | |
"mode": 0, | |
"inputs": [ | |
{ | |
"name": "model", | |
"type": "MODEL", | |
"link": 1 | |
}, | |
{ | |
"name": "positive", | |
"type": "CONDITIONING", | |
"link": 4 | |
}, | |
{ | |
"name": "negative", | |
"type": "CONDITIONING", | |
"link": 6 | |
}, | |
{ | |
"name": "latent_image", | |
"type": "LATENT", | |
"link": 2 | |
}, | |
{ | |
"name": "seed", | |
"type": "INT", | |
"link": 15, | |
"widget": { | |
"name": "seed", | |
"config": [ | |
"INT", | |
{ | |
"default": 0, | |
"min": 0, | |
"max": 18446744073709552000 | |
} | |
] | |
} | |
}, | |
{ | |
"name": "sampler_name", | |
"type": "euler,euler_ancestral,heun,dpm_2,dpm_2_ancestral,lms,dpm_fast,dpm_adaptive,dpmpp_2s_ancestral,dpmpp_sde,dpmpp_sde_gpu,dpmpp_2m,dpmpp_2m_sde,dpmpp_2m_sde_gpu,dpmpp_3m_sde,dpmpp_3m_sde_gpu,ddim,uni_pc,uni_pc_bh2", | |
"link": 20, | |
"widget": { | |
"name": "sampler_name", | |
"config": [ | |
[ | |
"euler", | |
"euler_ancestral", | |
"heun", | |
"dpm_2", | |
"dpm_2_ancestral", | |
"lms", | |
"dpm_fast", | |
"dpm_adaptive", | |
"dpmpp_2s_ancestral", | |
"dpmpp_sde", | |
"dpmpp_sde_gpu", | |
"dpmpp_2m", | |
"dpmpp_2m_sde", | |
"dpmpp_2m_sde_gpu", | |
"dpmpp_3m_sde", | |
"dpmpp_3m_sde_gpu", | |
"ddim", | |
"uni_pc", | |
"uni_pc_bh2" | |
] | |
] | |
}, | |
"slot_index": 5 | |
}, | |
{ | |
"name": "steps", | |
"type": "INT", | |
"link": 21, | |
"widget": { | |
"name": "steps", | |
"config": [ | |
"INT", | |
{ | |
"default": 20, | |
"min": 1, | |
"max": 10000 | |
} | |
] | |
}, | |
"slot_index": 6 | |
}, | |
{ | |
"name": "cfg", | |
"type": "FLOAT", | |
"link": 22, | |
"widget": { | |
"name": "cfg", | |
"config": [ | |
"FLOAT", | |
{ | |
"default": 8, | |
"min": 0, | |
"max": 100 | |
} | |
] | |
}, | |
"slot_index": 7 | |
}, | |
{ | |
"name": "scheduler", | |
"type": "normal,karras,exponential,sgm_uniform,simple,ddim_uniform", | |
"link": 23, | |
"widget": { | |
"name": "scheduler", | |
"config": [ | |
[ | |
"normal", | |
"karras", | |
"exponential", | |
"sgm_uniform", | |
"simple", | |
"ddim_uniform" | |
] | |
] | |
}, | |
"slot_index": 8 | |
} | |
], | |
"outputs": [ | |
{ | |
"name": "LATENT", | |
"type": "LATENT", | |
"links": [ | |
7 | |
], | |
"slot_index": 0 | |
} | |
], | |
"properties": { | |
"Node name for S&R": "KSampler" | |
}, | |
"widgets_values": [ | |
72524088949694, | |
"randomize", | |
20, | |
7, | |
"dpmpp_sde", | |
"karras", | |
1 | |
] | |
}, | |
{ | |
"id": 31, | |
"type": "Scheduler Selector", | |
"pos": [ | |
539, | |
113 | |
], | |
"size": { | |
"0": 210, | |
"1": 58 | |
}, | |
"flags": { | |
"collapsed": true | |
}, | |
"order": 3, | |
"mode": 0, | |
"outputs": [ | |
{ | |
"name": "scheduler", | |
"type": [ | |
"normal", | |
"karras", | |
"exponential", | |
"sgm_uniform", | |
"simple", | |
"ddim_uniform" | |
], | |
"links": [ | |
23, | |
42 | |
], | |
"shape": 3 | |
} | |
], | |
"properties": { | |
"Node name for S&R": "Scheduler Selector" | |
}, | |
"widgets_values": [ | |
"normal" | |
] | |
}, | |
{ | |
"id": 7, | |
"type": "CLIPTextEncode", | |
"pos": [ | |
580, | |
345 | |
], | |
"size": { | |
"0": 425.27801513671875, | |
"1": 180.6060791015625 | |
}, | |
"flags": { | |
"collapsed": true | |
}, | |
"order": 13, | |
"mode": 0, | |
"inputs": [ | |
{ | |
"name": "clip", | |
"type": "CLIP", | |
"link": 5 | |
}, | |
{ | |
"name": "text", | |
"type": "STRING", | |
"link": 17, | |
"widget": { | |
"name": "text", | |
"config": [ | |
"STRING", | |
{ | |
"multiline": true | |
} | |
] | |
}, | |
"slot_index": 1 | |
} | |
], | |
"outputs": [ | |
{ | |
"name": "CONDITIONING", | |
"type": "CONDITIONING", | |
"links": [ | |
6 | |
], | |
"slot_index": 0 | |
} | |
], | |
"properties": { | |
"Node name for S&R": "CLIPTextEncode" | |
}, | |
"widgets_values": [ | |
"lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature, multiple people, 2 or more people, more than 1 person" | |
] | |
}, | |
{ | |
"id": 6, | |
"type": "CLIPTextEncode", | |
"pos": [ | |
583, | |
293 | |
], | |
"size": { | |
"0": 422.84503173828125, | |
"1": 164.31304931640625 | |
}, | |
"flags": { | |
"collapsed": true | |
}, | |
"order": 12, | |
"mode": 0, | |
"inputs": [ | |
{ | |
"name": "clip", | |
"type": "CLIP", | |
"link": 3 | |
}, | |
{ | |
"name": "text", | |
"type": "STRING", | |
"link": 16, | |
"widget": { | |
"name": "text", | |
"config": [ | |
"STRING", | |
{ | |
"multiline": true | |
} | |
] | |
}, | |
"slot_index": 1 | |
} | |
], | |
"outputs": [ | |
{ | |
"name": "CONDITIONING", | |
"type": "CONDITIONING", | |
"links": [ | |
4 | |
], | |
"slot_index": 0 | |
} | |
], | |
"properties": { | |
"Node name for S&R": "CLIPTextEncode" | |
}, | |
"widgets_values": [ | |
"Sexy girl wandering alone, Lost in thought, scenic advanced alien mega city, seeking solace, wearing sexy deep pink bra, Finding peace within | centered | stunning visual | intricate | highly detailed| breathtaking beauty| precise lineart| vibrant| comprehensive cinematic| anna dittman, full perfect body, dynamic pose, best quality, 8k, clean focus, carne griffths, beautiful lighting, 1 person, close up portrait, hyperrealistic, hyperrealism, full body view, necklace, daylight" | |
] | |
}, | |
{ | |
"id": 17, | |
"type": "Seed Generator", | |
"pos": [ | |
551, | |
-54 | |
], | |
"size": { | |
"0": 275.2265625, | |
"1": 82 | |
}, | |
"flags": { | |
"collapsed": true | |
}, | |
"order": 4, | |
"mode": 0, | |
"outputs": [ | |
{ | |
"name": "INT", | |
"type": "INT", | |
"links": [ | |
15, | |
43 | |
], | |
"shape": 3, | |
"slot_index": 0 | |
} | |
], | |
"properties": { | |
"Node name for S&R": "Seed Generator" | |
}, | |
"widgets_values": [ | |
479566252427468, | |
"randomize" | |
] | |
}, | |
{ | |
"id": 4, | |
"type": "CheckpointLoaderSimple", | |
"pos": [ | |
164, | |
478 | |
], | |
"size": { | |
"0": 315, | |
"1": 98 | |
}, | |
"flags": { | |
"collapsed": true | |
}, | |
"order": 11, | |
"mode": 0, | |
"inputs": [ | |
{ | |
"name": "ckpt_name", | |
"type": "epicrealism_pureEvolutionV5.safetensors", | |
"link": 28, | |
"widget": { | |
"name": "ckpt_name", | |
"config": [ | |
[ | |
"epicrealism_pureEvolutionV5.safetensors" | |
] | |
] | |
} | |
} | |
], | |
"outputs": [ | |
{ | |
"name": "MODEL", | |
"type": "MODEL", | |
"links": [ | |
1 | |
], | |
"slot_index": 0 | |
}, | |
{ | |
"name": "CLIP", | |
"type": "CLIP", | |
"links": [ | |
3, | |
5 | |
], | |
"slot_index": 1 | |
}, | |
{ | |
"name": "VAE", | |
"type": "VAE", | |
"links": [ | |
8 | |
], | |
"slot_index": 2 | |
} | |
], | |
"properties": { | |
"Node name for S&R": "CheckpointLoaderSimple" | |
}, | |
"widgets_values": [ | |
"epicrealism_pureEvolutionV5.safetensors" | |
] | |
}, | |
{ | |
"id": 22, | |
"type": "String Literal", | |
"pos": [ | |
79, | |
295 | |
], | |
"size": { | |
"0": 400.109375, | |
"1": 108.55078125 | |
}, | |
"flags": {}, | |
"order": 5, | |
"mode": 0, | |
"outputs": [ | |
{ | |
"name": "STRING", | |
"type": "STRING", | |
"links": [ | |
17, | |
45 | |
], | |
"shape": 3 | |
} | |
], | |
"title": "Negative", | |
"properties": { | |
"Node name for S&R": "String Literal" | |
}, | |
"widgets_values": [ | |
"(worst quality, low quality, illustration, 3d, 2d), open mouth, tooth,ugly face, old face, abnormal hands, watermark, abnormal fingers, extra limbs, ugly eyes, ugly face," | |
], | |
"color": "#233", | |
"bgcolor": "#355" | |
}, | |
{ | |
"id": 19, | |
"type": "String Literal", | |
"pos": [ | |
79, | |
53 | |
], | |
"size": { | |
"0": 400, | |
"1": 200 | |
}, | |
"flags": {}, | |
"order": 6, | |
"mode": 0, | |
"outputs": [ | |
{ | |
"name": "STRING", | |
"type": "STRING", | |
"links": [ | |
16, | |
44 | |
], | |
"shape": 3 | |
} | |
], | |
"title": "Positive", | |
"properties": { | |
"Node name for S&R": "String Literal" | |
}, | |
"widgets_values": [ | |
"masterpiece,best quality, renaissance style girl,dark Silver Long waves hair,Bare shoulder,beautiful Bollywood actresse, light skin,DayGlo green translucent saree sari, perty, beauty face, . realistic, perspective, light and shadow, religious or mythological themes, highly detailed, a beautiful painting of the pinnacles, domes and towers of the ancient mayan jungle city, with the night sky with stars above, intricate, elegant, highly detailed, digital painting, artstation, concept art, by krenz cushart and artem demura and alphonse mucha, (colorful) by james jean and by artgerm, by ross tran, ultradetailed, charachter design, concept art, trending on artstation" | |
], | |
"color": "#233", | |
"bgcolor": "#355" | |
}, | |
{ | |
"id": 5, | |
"type": "EmptyLatentImage", | |
"pos": [ | |
650, | |
446 | |
], | |
"size": { | |
"0": 210, | |
"1": 78 | |
}, | |
"flags": { | |
"collapsed": true | |
}, | |
"order": 10, | |
"mode": 0, | |
"inputs": [ | |
{ | |
"name": "width", | |
"type": "INT", | |
"link": 18, | |
"widget": { | |
"name": "width", | |
"config": [ | |
"INT", | |
{ | |
"default": 512, | |
"min": 64, | |
"max": 8192, | |
"step": 8 | |
} | |
] | |
}, | |
"slot_index": 0 | |
}, | |
{ | |
"name": "height", | |
"type": "INT", | |
"link": 19, | |
"widget": { | |
"name": "height", | |
"config": [ | |
"INT", | |
{ | |
"default": 512, | |
"min": 64, | |
"max": 8192, | |
"step": 8 | |
} | |
] | |
}, | |
"slot_index": 1 | |
} | |
], | |
"outputs": [ | |
{ | |
"name": "LATENT", | |
"type": "LATENT", | |
"links": [ | |
2 | |
], | |
"slot_index": 0 | |
} | |
], | |
"properties": { | |
"Node name for S&R": "EmptyLatentImage" | |
}, | |
"widgets_values": [ | |
512, | |
768, | |
1 | |
] | |
}, | |
{ | |
"id": 27, | |
"type": "Width/Height Literal", | |
"pos": [ | |
506, | |
406 | |
], | |
"size": { | |
"0": 315, | |
"1": 58 | |
}, | |
"flags": { | |
"collapsed": true | |
}, | |
"order": 7, | |
"mode": 0, | |
"outputs": [ | |
{ | |
"name": "INT", | |
"type": "INT", | |
"links": [ | |
18, | |
46 | |
], | |
"shape": 3 | |
} | |
], | |
"title": "Width", | |
"properties": { | |
"Node name for S&R": "Width/Height Literal" | |
}, | |
"widgets_values": [ | |
768 | |
] | |
}, | |
{ | |
"id": 26, | |
"type": "Width/Height Literal", | |
"pos": [ | |
506, | |
488 | |
], | |
"size": { | |
"0": 315, | |
"1": 58 | |
}, | |
"flags": { | |
"collapsed": true | |
}, | |
"order": 8, | |
"mode": 0, | |
"outputs": [ | |
{ | |
"name": "INT", | |
"type": "INT", | |
"links": [ | |
19, | |
47 | |
], | |
"shape": 3 | |
} | |
], | |
"title": "Height", | |
"properties": { | |
"Node name for S&R": "Width/Height Literal" | |
}, | |
"widgets_values": [ | |
1152 | |
] | |
}, | |
{ | |
"id": 35, | |
"type": "Checkpoint Selector", | |
"pos": [ | |
499, | |
-155 | |
], | |
"size": [ | |
382.49933725757705, | |
58 | |
], | |
"flags": {}, | |
"order": 9, | |
"mode": 0, | |
"outputs": [ | |
{ | |
"name": "ckpt_name", | |
"type": [ | |
"epicrealism_pureEvolutionV5.safetensors" | |
], | |
"links": [ | |
28, | |
40 | |
], | |
"shape": 3, | |
"slot_index": 0 | |
} | |
], | |
"properties": { | |
"Node name for S&R": "Checkpoint Selector" | |
}, | |
"widgets_values": [ | |
"epicrealism_pureEvolutionV5.safetensors" | |
] | |
}, | |
{ | |
"id": 39, | |
"type": "Save Image w/Metadata", | |
"pos": [ | |
1222, | |
-154 | |
], | |
"size": [ | |
349.01775559535145, | |
646.6896077006018 | |
], | |
"flags": {}, | |
"order": 16, | |
"mode": 0, | |
"inputs": [ | |
{ | |
"name": "images", | |
"type": "IMAGE", | |
"link": 48 | |
}, | |
{ | |
"name": "steps", | |
"type": "INT", | |
"link": 38, | |
"widget": { | |
"name": "steps", | |
"config": [ | |
"INT", | |
{ | |
"default": 20, | |
"min": 1, | |
"max": 10000 | |
} | |
] | |
}, | |
"slot_index": 1 | |
}, | |
{ | |
"name": "cfg", | |
"type": "FLOAT", | |
"link": 39, | |
"widget": { | |
"name": "cfg", | |
"config": [ | |
"FLOAT", | |
{ | |
"default": 8, | |
"min": 0, | |
"max": 100 | |
} | |
] | |
}, | |
"slot_index": 2 | |
}, | |
{ | |
"name": "modelname", | |
"type": "epicrealism_pureEvolutionV5.safetensors", | |
"link": 40, | |
"widget": { | |
"name": "modelname", | |
"config": [ | |
[ | |
"epicrealism_pureEvolutionV5.safetensors" | |
] | |
] | |
}, | |
"slot_index": 3 | |
}, | |
{ | |
"name": "sampler_name", | |
"type": "euler,euler_ancestral,heun,dpm_2,dpm_2_ancestral,lms,dpm_fast,dpm_adaptive,dpmpp_2s_ancestral,dpmpp_sde,dpmpp_sde_gpu,dpmpp_2m,dpmpp_2m_sde,dpmpp_2m_sde_gpu,dpmpp_3m_sde,dpmpp_3m_sde_gpu,ddim,uni_pc,uni_pc_bh2", | |
"link": 41, | |
"widget": { | |
"name": "sampler_name", | |
"config": [ | |
[ | |
"euler", | |
"euler_ancestral", | |
"heun", | |
"dpm_2", | |
"dpm_2_ancestral", | |
"lms", | |
"dpm_fast", | |
"dpm_adaptive", | |
"dpmpp_2s_ancestral", | |
"dpmpp_sde", | |
"dpmpp_sde_gpu", | |
"dpmpp_2m", | |
"dpmpp_2m_sde", | |
"dpmpp_2m_sde_gpu", | |
"dpmpp_3m_sde", | |
"dpmpp_3m_sde_gpu", | |
"ddim", | |
"uni_pc", | |
"uni_pc_bh2" | |
] | |
] | |
}, | |
"slot_index": 4 | |
}, | |
{ | |
"name": "scheduler", | |
"type": "normal,karras,exponential,sgm_uniform,simple,ddim_uniform", | |
"link": 42, | |
"widget": { | |
"name": "scheduler", | |
"config": [ | |
[ | |
"normal", | |
"karras", | |
"exponential", | |
"sgm_uniform", | |
"simple", | |
"ddim_uniform" | |
] | |
] | |
}, | |
"slot_index": 5 | |
}, | |
{ | |
"name": "positive", | |
"type": "STRING", | |
"link": 44, | |
"widget": { | |
"name": "positive", | |
"config": [ | |
"STRING", | |
{ | |
"default": "unknown", | |
"multiline": true | |
} | |
] | |
}, | |
"slot_index": 6 | |
}, | |
{ | |
"name": "negative", | |
"type": "STRING", | |
"link": 45, | |
"widget": { | |
"name": "negative", | |
"config": [ | |
"STRING", | |
{ | |
"default": "unknown", | |
"multiline": true | |
} | |
] | |
}, | |
"slot_index": 7 | |
}, | |
{ | |
"name": "seed_value", | |
"type": "INT", | |
"link": 43, | |
"widget": { | |
"name": "seed_value", | |
"config": [ | |
"INT", | |
{ | |
"default": 0, | |
"min": 0, | |
"max": 18446744073709552000 | |
} | |
] | |
}, | |
"slot_index": 8 | |
}, | |
{ | |
"name": "width", | |
"type": "INT", | |
"link": 46, | |
"widget": { | |
"name": "width", | |
"config": [ | |
"INT", | |
{ | |
"default": 512, | |
"min": 1, | |
"max": 8192, | |
"step": 8 | |
} | |
] | |
}, | |
"slot_index": 9 | |
}, | |
{ | |
"name": "height", | |
"type": "INT", | |
"link": 47, | |
"widget": { | |
"name": "height", | |
"config": [ | |
"INT", | |
{ | |
"default": 512, | |
"min": 1, | |
"max": 8192, | |
"step": 8 | |
} | |
] | |
}, | |
"slot_index": 10 | |
} | |
], | |
"properties": { | |
"Node name for S&R": "Save Image w/Metadata" | |
}, | |
"widgets_values": [ | |
"%time_%seed", | |
"", | |
"jpeg", | |
20, | |
8, | |
"epicrealism_pureEvolutionV5.safetensors", | |
"euler", | |
"normal", | |
"unknown", | |
"unknown", | |
0, | |
512, | |
512, | |
true, | |
100, | |
0, | |
"%Y-%m-%d-%H%M%S" | |
] | |
}, | |
{ | |
"id": 8, | |
"type": "VAEDecode", | |
"pos": [ | |
971, | |
-153 | |
], | |
"size": { | |
"0": 210, | |
"1": 46 | |
}, | |
"flags": {}, | |
"order": 15, | |
"mode": 0, | |
"inputs": [ | |
{ | |
"name": "samples", | |
"type": "LATENT", | |
"link": 7 | |
}, | |
{ | |
"name": "vae", | |
"type": "VAE", | |
"link": 8 | |
} | |
], | |
"outputs": [ | |
{ | |
"name": "IMAGE", | |
"type": "IMAGE", | |
"links": [ | |
48 | |
], | |
"slot_index": 0 | |
} | |
], | |
"properties": { | |
"Node name for S&R": "VAEDecode" | |
} | |
} | |
], | |
"links": [ | |
[ | |
1, | |
4, | |
0, | |
3, | |
0, | |
"MODEL" | |
], | |
[ | |
2, | |
5, | |
0, | |
3, | |
3, | |
"LATENT" | |
], | |
[ | |
3, | |
4, | |
1, | |
6, | |
0, | |
"CLIP" | |
], | |
[ | |
4, | |
6, | |
0, | |
3, | |
1, | |
"CONDITIONING" | |
], | |
[ | |
5, | |
4, | |
1, | |
7, | |
0, | |
"CLIP" | |
], | |
[ | |
6, | |
7, | |
0, | |
3, | |
2, | |
"CONDITIONING" | |
], | |
[ | |
7, | |
3, | |
0, | |
8, | |
0, | |
"LATENT" | |
], | |
[ | |
8, | |
4, | |
2, | |
8, | |
1, | |
"VAE" | |
], | |
[ | |
15, | |
17, | |
0, | |
3, | |
4, | |
"INT" | |
], | |
[ | |
16, | |
19, | |
0, | |
6, | |
1, | |
"STRING" | |
], | |
[ | |
17, | |
22, | |
0, | |
7, | |
1, | |
"STRING" | |
], | |
[ | |
18, | |
27, | |
0, | |
5, | |
0, | |
"INT" | |
], | |
[ | |
19, | |
26, | |
0, | |
5, | |
1, | |
"INT" | |
], | |
[ | |
20, | |
28, | |
0, | |
3, | |
5, | |
"euler,euler_ancestral,heun,dpm_2,dpm_2_ancestral,lms,dpm_fast,dpm_adaptive,dpmpp_2s_ancestral,dpmpp_sde,dpmpp_sde_gpu,dpmpp_2m,dpmpp_2m_sde,dpmpp_2m_sde_gpu,dpmpp_3m_sde,dpmpp_3m_sde_gpu,ddim,uni_pc,uni_pc_bh2" | |
], | |
[ | |
21, | |
29, | |
0, | |
3, | |
6, | |
"INT" | |
], | |
[ | |
22, | |
30, | |
0, | |
3, | |
7, | |
"FLOAT" | |
], | |
[ | |
23, | |
31, | |
0, | |
3, | |
8, | |
"normal,karras,exponential,sgm_uniform,simple,ddim_uniform" | |
], | |
[ | |
28, | |
35, | |
0, | |
4, | |
0, | |
"epicrealism_pureEvolutionV5.safetensors" | |
], | |
[ | |
38, | |
29, | |
0, | |
39, | |
1, | |
"INT" | |
], | |
[ | |
39, | |
30, | |
0, | |
39, | |
2, | |
"FLOAT" | |
], | |
[ | |
40, | |
35, | |
0, | |
39, | |
3, | |
"epicrealism_pureEvolutionV5.safetensors" | |
], | |
[ | |
41, | |
28, | |
0, | |
39, | |
4, | |
"euler,euler_ancestral,heun,dpm_2,dpm_2_ancestral,lms,dpm_fast,dpm_adaptive,dpmpp_2s_ancestral,dpmpp_sde,dpmpp_sde_gpu,dpmpp_2m,dpmpp_2m_sde,dpmpp_2m_sde_gpu,dpmpp_3m_sde,dpmpp_3m_sde_gpu,ddim,uni_pc,uni_pc_bh2" | |
], | |
[ | |
42, | |
31, | |
0, | |
39, | |
5, | |
"normal,karras,exponential,sgm_uniform,simple,ddim_uniform" | |
], | |
[ | |
43, | |
17, | |
0, | |
39, | |
8, | |
"INT" | |
], | |
[ | |
44, | |
19, | |
0, | |
39, | |
6, | |
"STRING" | |
], | |
[ | |
45, | |
22, | |
0, | |
39, | |
7, | |
"STRING" | |
], | |
[ | |
46, | |
27, | |
0, | |
39, | |
9, | |
"INT" | |
], | |
[ | |
47, | |
26, | |
0, | |
39, | |
10, | |
"INT" | |
], | |
[ | |
48, | |
8, | |
0, | |
39, | |
0, | |
"IMAGE" | |
] | |
], | |
"groups": [], | |
"config": {}, | |
"extra": {}, | |
"version": 0.4 | |
} |