Spaces:
Running
on
Zero
Running
on
Zero
hatmanstack
commited on
Commit
·
cfae7c7
1
Parent(s):
691fb89
waiting for Diffuser Integration
Browse files
app.py
CHANGED
@@ -66,9 +66,9 @@ def create_image(image_pil,
|
|
66 |
"down": {"block_2": [0.0, control_scale]},
|
67 |
"up": {"block_0": [0.0, control_scale, 0.0]},
|
68 |
}
|
69 |
-
pipe.set_ip_adapter_scale(scale)
|
70 |
|
71 |
-
style_image = Image.open(image_pil).convert('RGB')
|
72 |
|
73 |
|
74 |
image = pipe(
|
|
|
66 |
"down": {"block_2": [0.0, control_scale]},
|
67 |
"up": {"block_0": [0.0, control_scale, 0.0]},
|
68 |
}
|
69 |
+
#pipe.set_ip_adapter_scale(scale) ##Waiting for Diffuser integration of SD3 pipeline
|
70 |
|
71 |
+
style_image = Image.open(image_pil).convert('RGB')
|
72 |
|
73 |
|
74 |
image = pipe(
|