upload2
This commit is contained in:
parent
71dd70ff12
commit
2236b83722
2 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,8 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI.git /ComfyUI
|
|||
|
||||
WORKDIR /ComfyUI
|
||||
|
||||
VOLUME ["/ComfyUI/models/diffusion_models", \
|
||||
VOLUME [ \
|
||||
"/ComfyUI/models/diffusion_models", \
|
||||
"/ComfyUI/models/controlnet", \
|
||||
"/ComfyUI/models/upscale_models", \
|
||||
"/ComfyUI/models/photomaker", \
|
||||
|
|
|
@ -23,8 +23,6 @@ services:
|
|||
- ./models/vae_approx:/ComfyUI/models/vae_approx
|
||||
- ./models/loras:/ComfyUI/models/loras
|
||||
|
||||
|
||||
|
||||
- ./output:/ComfyUI/output
|
||||
- ./input:/ComfyUI/input
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue