Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -217,8 +217,8 @@ def get_duration(
|
|
217 |
target_prompt: str,
|
218 |
attn_enforce: float = 1.3,
|
219 |
ctrl_scale: float = 0.95,
|
220 |
-
width: int =
|
221 |
-
height: int =
|
222 |
pixel_offset: int = 8,
|
223 |
num_steps: int = 28,
|
224 |
guidance: float = 3.5,
|
@@ -238,8 +238,8 @@ def run_diptych_prompting(
|
|
238 |
target_prompt: str,
|
239 |
attn_enforce: float = 1.3,
|
240 |
ctrl_scale: float = 0.95,
|
241 |
-
width: int =
|
242 |
-
height: int =
|
243 |
pixel_offset: int = 8,
|
244 |
num_steps: int = 28,
|
245 |
guidance: float = 3.5,
|
|
|
217 |
target_prompt: str,
|
218 |
attn_enforce: float = 1.3,
|
219 |
ctrl_scale: float = 0.95,
|
220 |
+
width: int = 768,
|
221 |
+
height: int = 768,
|
222 |
pixel_offset: int = 8,
|
223 |
num_steps: int = 28,
|
224 |
guidance: float = 3.5,
|
|
|
238 |
target_prompt: str,
|
239 |
attn_enforce: float = 1.3,
|
240 |
ctrl_scale: float = 0.95,
|
241 |
+
width: int = 768,
|
242 |
+
height: int = 768,
|
243 |
pixel_offset: int = 8,
|
244 |
num_steps: int = 28,
|
245 |
guidance: float = 3.5,
|