nalin0503 commited on
Commit
4643ddf
·
1 Parent(s): d7a3370

update defaults for num_frames

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ def main():
238
  # Left Column: Keyframe Generator Parameters
239
  with col_left:
240
  st.markdown("##### Keyframe Generator Parameters")
241
- num_frames = st.number_input("Number of keyframes (2–200)", min_value=2, max_value=200, value=20)
242
  if model_option == "Base Stable Diffusion V2-1 (No LCM-LoRA support)":
243
  enable_lcm_lora = st.checkbox(
244
  "Enable LCM-LoRA (accelerated inference, slight decrease in quality)",
 
238
  # Left Column: Keyframe Generator Parameters
239
  with col_left:
240
  st.markdown("##### Keyframe Generator Parameters")
241
+ num_frames = st.number_input("Number of keyframes (2–50)", min_value=2, max_value=50, value=16)
242
  if model_option == "Base Stable Diffusion V2-1 (No LCM-LoRA support)":
243
  enable_lcm_lora = st.checkbox(
244
  "Enable LCM-LoRA (accelerated inference, slight decrease in quality)",