issues
search
NickLucche
/
stable-diffusion-nvidia-docker
GPU-ready Dockerfile to run Stability.AI stable-diffusion model v2 with a simple web interface. Includes multi-GPUs support.
MIT License
359
stars
43
forks
source link
Stable diffusion v2
#19
Closed
NickLucche
closed
1 year ago
NickLucche
commented
1 year ago
new model!
fixed schedulers config and added EulerDiscreteScheduler
low vram mode flag (attention module splits the input tensor in slices and computes it in multiple steps)
all the above also valid for multi-gpu parallel models 🥳
disabled ModelParallel mode for now (DataParallel is much better anyway..)
TODO
fix different seed for each multiple devices
pre-install xformers
TODO