stablediffusion icon indicating copy to clipboard operation
stablediffusion copied to clipboard

Creating a stable docker image for Stable Diffusion v2

Open monal0722 opened this issue 3 years ago • 5 comments

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

monal0722 avatar Jan 24 '23 09:01 monal0722

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

ajeetraina avatar Jan 30 '23 17:01 ajeetraina

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

FelixDeMan avatar Feb 09 '23 12:02 FelixDeMan

Anyone get this working?

sam0x17 avatar Feb 10 '23 04:02 sam0x17

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.

br-arruda avatar Sep 14 '23 21:09 br-arruda

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)

  • #323
  • #326 (mine, isn't perfect, has issues. however, Text-to-Image, (and Gradio scripts via WebUI) should work)

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

GeoDerp avatar Sep 19 '23 06:09 GeoDerp