Update standalone readme with recommended way to update.
This commit is contained in:
parent
ee46bef03a
commit
ca25f0c0c1
|
@ -18,5 +18,9 @@ You can download the stable diffusion 1.5 one from: https://huggingface.co/runwa
|
|||
|
||||
|
||||
|
||||
RECOMMENDED WAY TO UPDATE:
|
||||
To update only the ComfyUI code: update\update_comfyui_only.bat
|
||||
To update ComfyUI with the python dependencies: update\update_all.bat
|
||||
|
||||
|
||||
|
||||
To update ComfyUI with the python dependencies (ONLY USE IF YOU NEED TO UPDATE THE PYTHON PACKAGES): update\update_all.bat
|
||||
|
|
|
@ -17,6 +17,9 @@ IF YOU GET A RED ERROR IN THE UI MAKE SURE YOU HAVE A MODEL/CHECKPOINT IN: Comfy
|
|||
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
|
||||
|
||||
|
||||
|
||||
RECOMMENDED WAY TO UPDATE:
|
||||
To update only the ComfyUI code: update\update_comfyui_only.bat
|
||||
To update ComfyUI with the python dependencies: update\update_all.bat
|
||||
|
||||
|
||||
|
||||
To update ComfyUI with the python dependencies (ONLY USE IF YOU NEED TO UPDATE THE PYTHON PACKAGES): update\update_all.bat
|
||||
|
|
Loading…
Reference in New Issue