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

Global refactoring #32

Closed NickLucche closed 1 year ago

NickLucche commented 1 year ago

Simplified app logic and code by refactoring pipeline operations into a separate class, to be used for single and multi-gpus too. It should be easier to maintain and add features now. Also, setup testing for GPU multiprocessing.