mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-12 04:27:21 +00:00
Add an automatic standalone windows release for nvidia and cpu.
This commit is contained in:
22
.ci/windows_base_files/README_VERY_IMPORTANT.txt
Executable file
22
.ci/windows_base_files/README_VERY_IMPORTANT.txt
Executable file
@@ -0,0 +1,22 @@
|
||||
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
|
||||
|
||||
|
||||
|
||||
To update only the ComfyUI code: update\update_comfyui_only.bat
|
||||
To update ComfyUI with the python dependencies: update\update_all.bat
|
2
.ci/windows_base_files/run_cpu.bat
Executable file
2
.ci/windows_base_files/run_cpu.bat
Executable file
@@ -0,0 +1,2 @@
|
||||
.\python_embeded\python.exe -s ComfyUI\main.py --cpu --windows-standalone-build
|
||||
pause
|
2
.ci/windows_base_files/run_nvidia_gpu.bat
Executable file
2
.ci/windows_base_files/run_nvidia_gpu.bat
Executable file
@@ -0,0 +1,2 @@
|
||||
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
|
||||
pause
|
Reference in New Issue
Block a user