multimodalart HF Staff commited on
Commit
c27103b
·
verified ·
1 Parent(s): 37c471e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 = 1024,
221
- height: int = 1024,
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 = 1024,
242
- height: int = 1024,
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,