You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of the time of writing this you need a recent driver. Updating to the latest driver is recommended.
2
-
3
-
HOW TO RUN:
4
-
5
-
If you have a AMD gpu:
6
-
7
-
run_amd_gpu.bat
8
-
9
-
If you have memory issues you can try enabling the new dynamic memory management by running comfyui with:
10
-
11
-
run_amd_gpu_enable_dynamic_vram.bat
12
-
13
-
IF YOU GET A RED ERROR IN THE UI MAKE SURE YOU HAVE A MODEL/CHECKPOINT IN: ComfyUI\models\checkpoints
14
-
15
-
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
16
-
17
-
18
-
RECOMMENDED WAY TO UPDATE:
19
-
To update the ComfyUI code: update\update_comfyui.bat
20
-
21
-
22
-
TO SHARE MODELS BETWEEN COMFYUI AND ANOTHER UI:
23
-
In the ComfyUI directory you will find a file: extra_model_paths.yaml.example
24
-
Rename this file to: extra_model_paths.yaml and edit it with your favorite text editor.
25
-
26
-
27
-
1
+
As of the time of writing this you need a recent driver. Updating to the latest driver is recommended.
2
+
3
+
HOW TO RUN:
4
+
5
+
If you have a AMD gpu:
6
+
7
+
run_amd_gpu.bat
8
+
9
+
If you have memory issues you can try enabling the new dynamic memory management by running comfyui with:
10
+
11
+
run_amd_gpu_enable_dynamic_vram.bat
12
+
13
+
IF YOU GET A RED ERROR IN THE UI MAKE SURE YOU HAVE A MODEL/CHECKPOINT IN: ComfyUI\models\checkpoints
14
+
15
+
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
16
+
17
+
18
+
RECOMMENDED WAY TO UPDATE:
19
+
To update the ComfyUI code: update\update_comfyui.bat
20
+
21
+
22
+
TO SHARE MODELS BETWEEN COMFYUI AND ANOTHER UI:
23
+
In the ComfyUI directory you will find a file: extra_model_paths.yaml.example
24
+
Rename this file to: extra_model_paths.yaml and edit it with your favorite text editor.
0 commit comments