chore: add ROCm stable baseline snapshot (gfx1151 / Strix Halo)

- 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
This commit is contained in:
Houde 2026-06-20 17:48:15 +01:00
parent 6978a466b8
commit b6a730b24e
3 changed files with 226 additions and 0 deletions

View File

@ -0,0 +1,83 @@
aiohappyeyeballs==2.6.2
aiohttp==3.14.1
aiosignal==1.4.0
alembic==1.18.4
annotated-doc==0.0.4
annotated-types==0.7.0
anyio==4.13.0
attrs==26.1.0
av==17.1.0
blake3==1.0.8
certifi==2026.5.20
charset-normalizer==3.4.7
click==8.4.1
colorama==0.4.6
comfy-aimdo==0.4.9
comfy-kitchen==0.2.10
comfyui-embedded-docs==0.5.3
comfyui-workflow-templates-core==0.3.252
comfyui-workflow-templates-media-api==0.3.80
comfyui-workflow-templates-media-image==0.3.150
comfyui-workflow-templates-media-other==0.3.217
comfyui-workflow-templates-media-video==0.3.91
comfyui_frontend_package==1.45.15
comfyui_workflow_templates==0.9.98
einops==0.8.2
filelock==3.29.4
frozenlist==1.8.0
fsspec==2026.4.0
glfw==2.10.0
greenlet==3.5.1
h11==0.16.0
hf-xet==1.5.1
httpcore==1.0.9
httpx==0.28.1
huggingface_hub==1.19.0
idna==3.18
Jinja2==3.1.6
kornia==0.8.3
kornia_rs==0.1.14
Mako==1.3.12
markdown-it-py==4.2.0
MarkupSafe==3.0.3
mdurl==0.1.2
mpmath==1.3.0
multidict==6.7.1
networkx==3.6.1
numpy==1.26.4
packaging==26.2
pillow==12.2.0
propcache==0.5.2
psutil==7.2.2
pydantic==2.13.4
pydantic-settings==2.14.1
pydantic_core==2.46.4
Pygments==2.20.0
PyOpenGL==3.1.10
python-dotenv==1.2.2
PyYAML==6.0.3
regex==2026.5.9
requests==2.34.2
rich==15.0.0
safetensors==0.8.0
scipy==1.17.1
sentencepiece==0.2.1
setuptools==82.0.1
shellingham==1.5.4
simpleeval==1.0.7
spandrel==0.4.2
SQLAlchemy==2.0.50
sympy==1.14.0
tokenizers==0.22.2
torch @ https://github.com/scottt/rocm-TheRock/releases/download/v6.5.0rc-pytorch/torch-2.7.0a0+git3f903c3-cp312-cp312-win_amd64.whl#sha256=ab308d20b8568354781ceaad1c9a1637b6dff16ab42e589fa87b19fa87f3c839
torchaudio @ https://github.com/scottt/rocm-TheRock/releases/download/v6.5.0rc-pytorch/torchaudio-2.6.0a0+1a8f621-cp312-cp312-win_amd64.whl#sha256=caa1291b5040325d67ac2d6bddb9c3ec9478337dfc70a4d08bda8a557c834698
torchsde==0.2.6
torchvision @ https://github.com/scottt/rocm-TheRock/releases/download/v6.5.0rc-pytorch/torchvision-0.22.0+9eb57cd-cp312-cp312-win_amd64.whl#sha256=47fbcdc9b5e80ee7ab40c27bbf5cd36f7a7091eae3d43a09eebd833a391de1ec
tqdm==4.68.2
trampoline==0.1.2
transformers==5.12.0
typer==0.25.1
typing-inspection==0.4.2
typing_extensions==4.15.0
urllib3==2.7.0
yarl==1.24.2

36
baselines/system_info.txt Normal file
View File

@ -0,0 +1,36 @@
=== ComfyUI ROCm Stable Baseline ===
Date: 2026-06-20
--- Python ---
Python: 3.12.10
--- PyTorch / ROCm ---
torch: 2.7.0a0+git3f903c3
CUDA avail: True
Device: AMD Radeon(TM) 8050S Graphics
VRAM (GB): 14.37
ROCm/HIP: 6.5.25205-c1c2abe52
--- torch packages ---
torch: 2.7.0a0+git3f903c3
torchvision: 0.22.0+9eb57cd
torchaudio: 2.6.0a0+1a8f621
--- ComfyUI ---
Version: 0.24.0
Backend: ROCm 6.5 (scottt/rocm-TheRock gfx1151 wheel)
Tested: SD1.5 512x512 20steps ~5 it/s, stable
--- Wheel sources (gfx1151 / Strix Halo) ---
torch: scottt/rocm-TheRock v6.5.0rc-pytorch/torch-2.7.0a0+git3f903c3-cp312-cp312-win_amd64.whl
torchvision: scottt/rocm-TheRock v6.5.0rc-pytorch/torchvision-0.22.0+9eb57cd-cp312-cp312-win_amd64.whl
torchaudio: scottt/rocm-TheRock v6.5.0rc-pytorch/torchaudio-2.6.0a0+1a8f621-cp312-cp312-win_amd64.whl
numpy: pinned to <2 (1.26.4) for wheel compatibility
--- Startup ---
cd C:\\Users\\LvHHu\\ComfyUI
.\\venv\\Scripts\\activate
python main.py
--- Saved workflow ---
baselines/workflows/sd15_test_rocm_workflow.json

View File

@ -0,0 +1,107 @@
{
"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": "保存图像"
}
}
}