Commit 54e605

2025-12-10 06:45:15 강세보: 인스톨 히스토리 정리 및 comfyui manager 내용 추가
comfyui.md ..
@@ 5,24 5,13 @@
## Ryzen AI 7 350 설정
```PowerShell
- PS C:\Users\bruck\Workspace\ComfyUI> history
- 1 0.015 cd .\Workspace\
- 2 13.204 git clone https://github.com/comfyanonymous/ComfyUI.git
- 3 0.031 ls
- 4 0.015 cd ComfyUI
- 5 0.018 ls
- 6 0.021 ls
- 7 0.009 ls
- 8 0.668 uv init
- 9 0.096 uv venv --python python3.12
- 10 1.507 uv add pip
- 11 27.335 uv pip install --pre torch torchvision torchaudio --index-url https://rocm.nightlies.amd.com/v2/gfx1…
- 12 2.563 rm .\.venv\
- 13 0.056 uv venv --python python3.12
- 14 0.282 uv add pip
- 15 2:10.605 uv pip install --pre torch torchvision torchaudio --index-url https://rocm.nightlies.amd.com/v2/gfx1…
- 16 26.700 uv pip install -r .\requirements.txt
- 17 0.072 . .\.venv\Scripts\activate
- 18 0.016 ls
- 19 3:43.427 python .\main.py
+ cd .\Workspace\
+ git clone https://github.com/comfyanonymous/ComfyUI.git
+ cd ComfyUI
+ uv init
+ uv venv --python python3.12
+ uv pip install --pre torch torchvision torchaudio --index-url https://rocm.nightlies.amd.com/v2/gfx1151/
+ uv pip install -r .\requirements.txt
+ uv pip install -r .\manager_requirements.txt
+ uv run main.py --enable-manager
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9