Fix for the extracting issue on windows.

This commit is contained in:
comfyanonymous 2024-01-19 23:08:15 -05:00
parent 78a70fda87
commit 5823f18a79
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ There is a portable standalone build for Windows that should work for running on
Simply download, extract with [7-Zip](https://7-zip.org) and run. Make sure you put your Stable Diffusion checkpoints/models (the huge ckpt/safetensors files) in: ComfyUI\models\checkpoints
If you have trouble extracting it, right click the file -> properties -> unblock
#### How do I share models between another UI and ComfyUI?
See the [Config file](extra_model_paths.yaml.example) to set the search paths for models. In the standalone windows build you can find this file in the ComfyUI directory. Rename this file to extra_model_paths.yaml and edit it with your favorite text editor.