mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-03 21:20:49 +08:00
- torch 2.7.0a0 + ROCm 6.5 via scottt/rocm-TheRock gfx1151 wheels - numpy pinned to 1.26.4 for wheel compatibility - SD1.5 512x512 20 steps ~5 it/s confirmed stable - Saved workflow: sd15_test_rocm_workflow.json - AMD Radeon 8050S, 14.37 GB UMA VRAM correctly detected
107 lines
1.9 KiB
JSON
107 lines
1.9 KiB
JSON
{
|
||
"2": {
|
||
"inputs": {
|
||
"ckpt_name": "v1-5-pruned-emaonly.safetensors"
|
||
},
|
||
"class_type": "CheckpointLoaderSimple",
|
||
"_meta": {
|
||
"title": "Checkpoint加载器(简易)"
|
||
}
|
||
},
|
||
"3": {
|
||
"inputs": {
|
||
"text": "aa cute fluffy kitten, big round eyes, detailed fur, soft natural window light, cozy indoor background, shallow depth of field, photorealistic, high quality, 50mm lens",
|
||
"clip": [
|
||
"2",
|
||
1
|
||
]
|
||
},
|
||
"class_type": "CLIPTextEncode",
|
||
"_meta": {
|
||
"title": "CLIP文本编码"
|
||
}
|
||
},
|
||
"4": {
|
||
"inputs": {
|
||
"text": "low quality, blurry, deformed, ugly, bad anatomy, distorted face, extra limbs, bad eyes, oversaturated",
|
||
"clip": [
|
||
"2",
|
||
1
|
||
]
|
||
},
|
||
"class_type": "CLIPTextEncode",
|
||
"_meta": {
|
||
"title": "CLIP文本编码"
|
||
}
|
||
},
|
||
"5": {
|
||
"inputs": {
|
||
"width": 512,
|
||
"height": 512,
|
||
"batch_size": 1
|
||
},
|
||
"class_type": "EmptyLatentImage",
|
||
"_meta": {
|
||
"title": "空Latent图像"
|
||
}
|
||
},
|
||
"6": {
|
||
"inputs": {
|
||
"seed": 826325619577598,
|
||
"steps": 30,
|
||
"cfg": 7,
|
||
"sampler_name": "dpmpp_2m",
|
||
"scheduler": "normal",
|
||
"denoise": 1,
|
||
"model": [
|
||
"2",
|
||
0
|
||
],
|
||
"positive": [
|
||
"3",
|
||
0
|
||
],
|
||
"negative": [
|
||
"4",
|
||
0
|
||
],
|
||
"latent_image": [
|
||
"5",
|
||
0
|
||
]
|
||
},
|
||
"class_type": "KSampler",
|
||
"_meta": {
|
||
"title": "K采样器"
|
||
}
|
||
},
|
||
"7": {
|
||
"inputs": {
|
||
"samples": [
|
||
"6",
|
||
0
|
||
],
|
||
"vae": [
|
||
"2",
|
||
2
|
||
]
|
||
},
|
||
"class_type": "VAEDecode",
|
||
"_meta": {
|
||
"title": "VAE解码"
|
||
}
|
||
},
|
||
"8": {
|
||
"inputs": {
|
||
"filename_prefix": "ComfyUI",
|
||
"images": [
|
||
"7",
|
||
0
|
||
]
|
||
},
|
||
"class_type": "SaveImage",
|
||
"_meta": {
|
||
"title": "保存图像"
|
||
}
|
||
}
|
||
} |