stable-diffusion-k8s icon indicating copy to clipboard operation
stable-diffusion-k8s copied to clipboard

⚡Instant Stable Diffusion on k8s(Kubernetes) with Helm

Results 6 stable-diffusion-k8s issues
Sort by recently updated
recently updated
newest added

During the initialization process, im getting the following errors: ``` model.ckpt 100% |********************************| 4067M 0:00:00 ETA '/models/model.ckpt' saved Connecting to github.com (140.82.114.4:443) wget: note: TLS certificate validation not implemented Connecting...

I can not download from sd14: https://www.googleapis.com/storage/v1/b/aai-blog-files/o/sd-v1-4.ckpt?alt=media . same issue reported here https://www.reddit.com/r/StableDiffusion/comments/x46ezd/run_stable_diffusion_in_2_steps_on_kubernetes/ Try to replace with this url sd14: https://huggingface.co/CompVis/stable-diffusion-v-1-4-original/resolve/main/sd-v1-4.ckpt, everything works fine.

Lines 26-28 failed for me, my Docker couldn't parse the heredoc string. ``` (base) me@the-computer:sqiggly-line/project-name$ sudo docker build . -t stablediffusion Sending build context to Docker daemon 4.096kB Error response...

/root/miniconda3/lib/python3.8/site-packages/torch/cuda/__init__.py:145: UserWarning: NVIDIA H100 80GB HBM3 with CUDA capability sm_90 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70...