From 09e34d8578ba5bfed1571b473a6d4c20b36cfb59 Mon Sep 17 00:00:00 2001 From: owl Date: Tue, 15 Oct 2024 05:44:17 +0700 Subject: [PATCH] fixed volumes --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 090f989..09bc74d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,9 @@ VOLUME [ \ "/ComfyUI/models/unet", \ "/ComfyUI/models/clip_vision", \ "/ComfyUI/models/vae_approx", \ - "/ComfyUI/models/loras" \ + "/ComfyUI/models/loras", \ + "/ComfyUI/input", \ + "/ComfyUI/output" \ ] RUN pip3 install --upgrade pip \