stable-diffusion-nvidia-docker icon indicating copy to clipboard operation
stable-diffusion-nvidia-docker copied to clipboard

GPU-ready Dockerfile to run Stability.AI stable-diffusion model v2 with a simple web interface. Includes multi-GPUs support.

Results 14 stable-diffusion-nvidia-docker issues
Sort by recently updated
recently updated
newest added

I executed your steps to get this installed and up and running and I was able to get it working with a single 3090 (single GPU operation is the default)....

I am using a Tesla K80 for this container and get the following error when trying to generate images: 'false INTERNAL ASSERT FAILED at "../c10/cuda/CUDAGraphsC10Utils.h":73, please report a bug to...

Hi, I recently got two Tesla P40 GPUs which I was hoping to use with this. From my understanding, the Tesla P40s need the vGPU license in order to pass...

help wanted

Hi, Thank you so much for this, but am super confused with the Models part and checkpoints and how do I add LoRa? can you give more examples of the...

Is there any way to use this without a hugging face token, or to change the SD model to something besides 1.5? Or is it part of the docker script?...

good morning ive using ur tutorial and installed in my personal gpu server, but it always failed: i check the whole steps and didnt find wheres the problem. including hugging...

I plan to get another 3090, but if it is possible to "pool" cpu and gpu performance and allocate 24GB ram as well as a "shared same amount each", i'd...

Interpolating between two input prompts (like it's done here https://github.com/nateraw/stable-diffusion-videos) looks very cool and not hard to do. In the easiest implementation, runtime will simply go up by a factor...

good first issue

diffusers supports using local pretrained weights, instead of requiring an API key: search this page ( https://github.com/huggingface/diffusers#text-to-image-generation-with-stable-diffusion ) for the following phrase: > Assuming the folder is stored locally under...

I put up a g4dn.12xlarge instance with 4 T4's, tried a command but ended up with AssertionError :/ `[ec2-user@ip ~]$ docker run --name stable-diffusion --gpus all -it -e DEVICES=0,1,2,3 -e...

bug