Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,9 @@ import spaces
|
|
14 |
from diffusers import (
|
15 |
DiffusionPipeline,
|
16 |
FlowMatchEulerDiscreteScheduler,
|
|
|
17 |
AutoencoderKL,
|
18 |
-
AutoPipelineForImage2Image)
|
19 |
from huggingface_hub import (
|
20 |
hf_hub_download,
|
21 |
HfFileSystem,
|
|
|
14 |
from diffusers import (
|
15 |
DiffusionPipeline,
|
16 |
FlowMatchEulerDiscreteScheduler,
|
17 |
+
AutoencoderTiny,
|
18 |
AutoencoderKL,
|
19 |
+
AutoPipelineForImage2Image,)
|
20 |
from huggingface_hub import (
|
21 |
hf_hub_download,
|
22 |
HfFileSystem,
|