Spaces:
Runtime error
Runtime error
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")
Thank You So Much!