Comfy-Org / Comfy-Org/Comfy-Desktop
extra-model-paths-config import not working, directories not found
- Dominant language
- TypeScript
- Stars
- 458
- Forks
- 59
- Avg merge
- 22h 18m
- Merged PRs (30d)
- 45
Description
After Comfy-Desktop version 1.0.12, launching ComfyUI via the Desktop interface fails to find many directories and search paths.
In my case the following is unavailable:
The input directory for things like pasted images
The output directory for things like generated images
The custom_nodes directory
The checkpoints directory
The VAE directory
The Loras directory
The upscale models directory
The ControlNet models directory
The CLIP and CLIP-vision model directories
The UNET model directory
I am able to launch ComfyUI from the command line with the following command successfully and generate images. Note this command is executed from the CWD of main.py:
`c:/users/MYUSER/documents/comfyui/.venv/scripts/python.exe main.py --port 8000 --enable-manager --user-directory "C:/users/MYUSER/Documents/ComfyUI/user/" --extra-model-paths-config "C:/Users/MYUSER/AppData/Roaming/ComfyUI/extra_models_config.yaml" --output-directory "C:/HIDDENPATH/stable-diffusion-webui/outputs" --input-directory "c:/Users/MYUSER/Documents/ComfyUI/input"`
However, I am unable to do the same when Comfy is launched from the Desktop application.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.