Spaces:
Running
on
Zero
Running
on
Zero
fix: import scheduler
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import random
|
|
| 4 |
import torch
|
| 5 |
import spaces
|
| 6 |
from PIL import Image
|
|
|
|
| 7 |
from huggingface_hub import hf_hub_download
|
| 8 |
from safetensors.torch import load_file
|
| 9 |
from tqdm import tqdm
|
|
|
|
| 4 |
import torch
|
| 5 |
import spaces
|
| 6 |
from PIL import Image
|
| 7 |
+
from diffusers import FlowMatchEulerDiscreteScheduler
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
from safetensors.torch import load_file
|
| 10 |
from tqdm import tqdm
|