Skip to content

Commit 414a178

Browse files
Add basic readme for AMD portable. (#10109)
1 parent 447884b commit 414a178

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
As of the time of writing this you need this preview driver for best results:
2+
https://www.amd.com/en/resources/support-articles/release-notes/RN-AMDGPU-WINDOWS-PYTORCH-PREVIEW.html
3+
4+
HOW TO RUN:
5+
6+
if you have a AMD gpu:
7+
8+
run_amd_gpu.bat
9+
10+
11+
IF YOU GET A RED ERROR IN THE UI MAKE SURE YOU HAVE A MODEL/CHECKPOINT IN: ComfyUI\models\checkpoints
12+
13+
You can download the stable diffusion XL one from: https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0_0.9vae.safetensors
14+
15+
16+
RECOMMENDED WAY TO UPDATE:
17+
To update the ComfyUI code: update\update_comfyui.bat
18+
19+
20+
TO SHARE MODELS BETWEEN COMFYUI AND ANOTHER UI:
21+
In the ComfyUI directory you will find a file: extra_model_paths.yaml.example
22+
Rename this file to: extra_model_paths.yaml and edit it with your favorite text editor.
23+
24+

0 commit comments

Comments
 (0)