Spaces:
Running
on
Zero
Running
on
Zero
CiaraRowles
commited on
Commit
•
8984489
1
Parent(s):
1aba13d
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import torch
|
|
2 |
import spaces
|
3 |
from diffusers import StableDiffusionPipeline, DDIMScheduler, AutoencoderKL
|
4 |
from transformers import AutoFeatureExtractor
|
5 |
-
from
|
6 |
|
7 |
from ip_adapter.ip_adapter_instruct import IPAdapterInstruct
|
8 |
from huggingface_hub import hf_hub_download
|
|
|
2 |
import spaces
|
3 |
from diffusers import StableDiffusionPipeline, DDIMScheduler, AutoencoderKL
|
4 |
from transformers import AutoFeatureExtractor
|
5 |
+
from controlnet.callable_functions import process_single_image_both_ways
|
6 |
|
7 |
from ip_adapter.ip_adapter_instruct import IPAdapterInstruct
|
8 |
from huggingface_hub import hf_hub_download
|