Spaces:
Running
on
Zero
Running
on
Zero
SunderAli17
commited on
Commit
•
c244c09
1
Parent(s):
7ede363
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from PIL import Image
|
|
10 |
from flux.details import SamplingOptions
|
11 |
from flux.sampling import denoise, get_noise, get_schedule, prepare, unpack
|
12 |
from flux.util import load_ae, load_clip, load_flow_model, load_t5
|
13 |
-
from
|
14 |
from toonmage.utils import resize_numpy_image_long
|
15 |
|
16 |
|
|
|
10 |
from flux.details import SamplingOptions
|
11 |
from flux.sampling import denoise, get_noise, get_schedule, prepare, unpack
|
12 |
from flux.util import load_ae, load_clip, load_flow_model, load_t5
|
13 |
+
from eva_clip.model_configs.fluxpipeline import ToonMagePipeline
|
14 |
from toonmage.utils import resize_numpy_image_long
|
15 |
|
16 |
|