Spaces:
Running
on
Zero
Running
on
Zero
SunderAli17
commited on
Commit
•
014da88
1
Parent(s):
67a498b
Update functions/app_with_diffusers.py
Browse files
functions/app_with_diffusers.py
CHANGED
@@ -8,7 +8,7 @@ import torch
|
|
8 |
from PIL import Image
|
9 |
|
10 |
from diffusers import DDPMScheduler
|
11 |
-
from
|
12 |
|
13 |
from module.ip_adapter.utils import load_adapter_to_pipe
|
14 |
from pipelines.sdxl_SAKBIR import SAKBIRPipeline
|
|
|
8 |
from PIL import Image
|
9 |
|
10 |
from diffusers import DDPMScheduler
|
11 |
+
from pipelines.lcm_single_step_scheduler import LCMSingleStepScheduler
|
12 |
|
13 |
from module.ip_adapter.utils import load_adapter_to_pipe
|
14 |
from pipelines.sdxl_SAKBIR import SAKBIRPipeline
|