Spaces:
Running
Running
upd
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from diffusers import StableDiffusionPipeline
|
|
| 4 |
import os
|
| 5 |
import torch
|
| 6 |
|
| 7 |
-
|
| 8 |
# Load model
|
| 9 |
pipe = StableDiffusionPipeline.from_pretrained(
|
| 10 |
"runwayml/stable-diffusion-v1-5",
|
|
|
|
| 4 |
import os
|
| 5 |
import torch
|
| 6 |
|
| 7 |
+
import spaces #[uncomment to use ZeroGPU]
|
| 8 |
# Load model
|
| 9 |
pipe = StableDiffusionPipeline.from_pretrained(
|
| 10 |
"runwayml/stable-diffusion-v1-5",
|