Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ from concurrent.futures import ProcessPoolExecutor
|
|
| 15 |
import threading
|
| 16 |
import asyncio
|
| 17 |
from queue import Queue as BlockingQueue
|
|
|
|
| 18 |
|
| 19 |
# external
|
| 20 |
|
|
@@ -26,7 +27,6 @@ from diffusers.utils import export_to_gif, load_image
|
|
| 26 |
from huggingface_hub import hf_hub_download
|
| 27 |
from safetensors.torch import load_file, save_file
|
| 28 |
from diffusers import DiffusionPipeline, AnimateDiffPipeline, MotionAdapter, EulerAncestralDiscreteScheduler, DDIMScheduler, StableDiffusionXLPipeline, UNet2DConditionModel, AutoencoderKL, UNet3DConditionModel
|
| 29 |
-
from functools import partial
|
| 30 |
|
| 31 |
# logging
|
| 32 |
|
|
|
|
| 15 |
import threading
|
| 16 |
import asyncio
|
| 17 |
from queue import Queue as BlockingQueue
|
| 18 |
+
from functools import partial
|
| 19 |
|
| 20 |
# external
|
| 21 |
|
|
|
|
| 27 |
from huggingface_hub import hf_hub_download
|
| 28 |
from safetensors.torch import load_file, save_file
|
| 29 |
from diffusers import DiffusionPipeline, AnimateDiffPipeline, MotionAdapter, EulerAncestralDiscreteScheduler, DDIMScheduler, StableDiffusionXLPipeline, UNet2DConditionModel, AutoencoderKL, UNet3DConditionModel
|
|
|
|
| 30 |
|
| 31 |
# logging
|
| 32 |
|