mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-21 06:14:00 +00:00
Update comfyui pytorch & swarmui sdk, fix some paths & cleanup
This commit is contained in:
parent
1e1c593cd1
commit
8ea0542cbf
9 changed files with 17 additions and 220 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Defines the versions of ComfyUI, ComfyUI Manager, and PyTorch to use
|
||||
ARG COMFYUI_VERSION=v0.3.57
|
||||
ARG COMFYUI_VERSION=v0.3.59
|
||||
ARG COMFYUI_MANAGER_VERSION=3.35
|
||||
ARG PYTORCH_VERSION=2.7.1-cuda12.8-cudnn9-runtime
|
||||
ARG PYTORCH_VERSION=2.8.0-cuda12.9-cudnn9-runtime
|
||||
|
||||
# This image is based on the latest official PyTorch image, because it already contains CUDA, CuDNN, and PyTorch
|
||||
FROM pytorch/pytorch:${PYTORCH_VERSION}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ a111:
|
|||
# base_path: /data
|
||||
|
||||
checkpoints: models/Stable-diffusion
|
||||
configs: models/configs
|
||||
configs: user/default
|
||||
# configs: models/configs
|
||||
vae: models/VAE
|
||||
loras: |
|
||||
models/Lora
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue