still not working

#30
by manyone - opened

the space sis still not working - it ends almost immediately after submission of prompts but with error message ;None'
when i tried the colab, i get stuck at the pipe.to("cuda") command - the indicator just keeps spinning and spinning (although a week ago, there was no such problem)

imports and loading
Stable Diffusion XL is fairly heavy. This will take about 2 minutes to download & load.

pipe = StableDiffusionXLPipeline.from_pretrained(
"stabilityai/stable-diffusion-xl-base-1.0",
torch_dtype=torch.float16,
variants="fp16",
use_safetensor=True,
)
pipe.to("cuda")

Owner

works now! thanks to @radames

Thank You So Much!

Sign up or log in to comment