2023-03-13 01:34:09 -04:00
HOW TO RUN:
if you have a NVIDIA gpu:
run_nvidia_gpu.bat
To run it in slow CPU mode:
run_cpu.bat
IF YOU GET A RED ERROR IN THE UI MAKE SURE YOU HAVE A MODEL/CHECKPOINT IN: ComfyUI\models\checkpoints
2024-08-29 16:48:48 -07:00
You can download the stable diffusion 1.5 one from: https://huggingface.co/Comfy-Org/stable-diffusion-v1-5-archive/blob/main/v1-5-pruned-emaonly-fp16.safetensors
2023-03-13 01:34:09 -04:00
2023-03-14 13:39:58 -04:00
RECOMMENDED WAY TO UPDATE:
2023-03-14 19:08:23 -04:00
To update the ComfyUI code: update\update_comfyui.bat
2023-03-14 13:39:58 -04:00
2023-03-16 02:36:42 -04:00
To update ComfyUI with the python dependencies, note that you should ONLY run this if you have issues with python dependencies.
2023-03-14 21:38:59 -04:00
update\update_comfyui_and_python_dependencies.bat
2023-03-14 19:08:23 -04:00
2023-03-30 04:15:28 -04:00
TO SHARE MODELS BETWEEN COMFYUI AND ANOTHER UI:
In the ComfyUI directory you will find a file: extra_model_paths.yaml.example
Rename this file to: extra_model_paths.yaml and edit it with your favorite text editor.