2023-03-13 05:34:09 +00: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
|
|
|
|
|
|
|
|
You can download the stable diffusion 1.5 one from: https://huggingface.co/runwayml/stable-diffusion-v1-5/blob/main/v1-5-pruned-emaonly.ckpt
|
|
|
|
|
|
|
|
|
2023-03-14 17:39:58 +00:00
|
|
|
RECOMMENDED WAY TO UPDATE:
|
2023-03-14 23:08:23 +00:00
|
|
|
To update the ComfyUI code: update\update_comfyui.bat
|
2023-03-14 17:39:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2023-03-16 06:36:42 +00:00
|
|
|
To update ComfyUI with the python dependencies, note that you should ONLY run this if you have issues with python dependencies.
|
2023-03-15 01:38:59 +00:00
|
|
|
update\update_comfyui_and_python_dependencies.bat
|
2023-03-14 23:08:23 +00:00
|
|
|
|