Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
from diffusers import (
|
| 2 |
StableDiffusionPipeline,
|
| 3 |
DPMSolverMultistepScheduler,
|
|
@@ -10,7 +11,6 @@ import time
|
|
| 10 |
import psutil
|
| 11 |
import random
|
| 12 |
from diffusers.pipelines.stable_diffusion.safety_checker import StableDiffusionSafetyChecker
|
| 13 |
-
import spaces
|
| 14 |
|
| 15 |
start_time = time.time()
|
| 16 |
current_steps = 25
|
|
|
|
| 1 |
+
import spaces
|
| 2 |
from diffusers import (
|
| 3 |
StableDiffusionPipeline,
|
| 4 |
DPMSolverMultistepScheduler,
|
|
|
|
| 11 |
import psutil
|
| 12 |
import random
|
| 13 |
from diffusers.pipelines.stable_diffusion.safety_checker import StableDiffusionSafetyChecker
|
|
|
|
| 14 |
|
| 15 |
start_time = time.time()
|
| 16 |
current_steps = 25
|