Stability-AI / stablediffusion

High-Resolution Image Synthesis with Latent Diffusion Models
MIT License
38.64k stars 4.99k forks source link

Creating a stable docker image for Stable Diffusion v2 #153

Open monal0722 opened 1 year ago

monal0722 commented 1 year ago

Dear team,

I have faced a lot of issues while running Stable Diffusion V2. Finally, I have used a docker image to run the Stable Diffusion application seamlessly. If you are open to contribution then I can create a docker image and create the pull request for the same.

Thanks, Monal Kumar

ajeetraina commented 1 year ago

@monal0722 Would love to collaborate and contribute to this. Can you share the Dockerfile so that I can look into?

FelixDeMan commented 1 year ago

I would also be interested in a dockerfile! Trying to get started with docker apps

sam0x17 commented 1 year ago

Anyone get this working?

br-fedaykin commented 1 year ago

In another issue (https://github.com/Stability-AI/stablediffusion/issues/4#issuecomment-1459810506) someone referenced a repository with a working containerization of Stable Diffusion.

I haven't tried it yet, but it has large community interest, with almost 5k stars here in GitHub, so it probably must work.

GeoDerp commented 1 year ago

In another issue (#4 (comment)) someone referenced a repository with a working containerization of Stable Diffusion.

I haven't tried it yet, but it has large community interest, with almost 5k stars here in GitHub, so it probably must work.

Looks like this one includes the GUI/Web UI applications, Stable Diffusion runs inside. (Defiantly one I want to try)

If you want Stability-AI Stable Diffusion standalone there are two pull requests: (that I know of)

More then happy to work with people to make the Dockerfile better