mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-21 06:14:00 +00:00
adding stuff
This commit is contained in:
parent
7e5892f0cc
commit
73b2e33326
6 changed files with 56 additions and 5 deletions
|
|
@ -4,11 +4,18 @@ ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
|
|||
|
||||
RUN apt-get update && apt-get install -y git && apt-get clean
|
||||
|
||||
# Set USER here? https://stackoverflow.com/questions/24549746/switching-users-inside-docker-image-to-a-non-root-user
|
||||
# USER ${uid}:${gid}
|
||||
|
||||
# RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
# put Cache somehwere else or don't define target?
|
||||
# PIP_CACHE_DIR pip cache dir
|
||||
|
||||
ENV ROOT=/stable-diffusion
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
|
||||
cd ${ROOT} && \
|
||||
git checkout v0.3.30 && \
|
||||
git checkout v0.3.19 && \
|
||||
pip install -r requirements.txt
|
||||
|
||||
WORKDIR ${ROOT}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@ a111:
|
|||
custom_nodes: config/comfy/custom_nodes
|
||||
|
||||
# TODO: I am unsure about these, need more testing
|
||||
# style_models: config/comfy/style_models
|
||||
# t2i_adapter: config/comfy/t2i_adapter
|
||||
# clip_vision: config/comfy/clip_vision
|
||||
# diffusers: config/comfy/diffusers
|
||||
# style_models: data/config/comfy/style_models
|
||||
# t2i_adapter: data/config/comfy/t2i_adapter
|
||||
# clip_vision: data/config/comfy/clip_vision
|
||||
# diffusers: data/config/comfy/diffusers
|
||||
# download_model_base: data/models
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue