dagloop5 commited on
Commit
9d53740
·
verified ·
1 Parent(s): 2e2333e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ STEP_LINEAR, STEP_QUADRATIC, SAFETY = 1.1745e-4, 3.8396e-9, 1.3
116
  PLACEMENT_ALLOWANCE = int(os.environ.get("H3_PLACEMENT_ALLOWANCE", "8"))
117
  AUDIO_LATENTS_PER_SECOND, AUDIO_CHANNELS = 40, 2
118
  REFERENCE_IMAGE_SHORT_EDGE, CANVAS_MULTIPLE = 2048, 32
119
- DDECODE_BASE, DECODE_PER_DEFAULT_CANVAS, DEFAULT_CANVAS_PIXELS = 15, 25, 960 * 544 * 124
120
  # The workflow's post chain. RCAS is a handful of elementwise passes over the clip; FILM is per *emitted*
121
  # intermediate frame; the h264 mux is per frame actually written. Ported from the fl2va Space's fitted constants
122
  # as a starting point, same caveat as `PLACEMENT_ALLOWANCE` above — worth checking booked-vs-actual here
 
116
  PLACEMENT_ALLOWANCE = int(os.environ.get("H3_PLACEMENT_ALLOWANCE", "8"))
117
  AUDIO_LATENTS_PER_SECOND, AUDIO_CHANNELS = 40, 2
118
  REFERENCE_IMAGE_SHORT_EDGE, CANVAS_MULTIPLE = 2048, 32
119
+ DECODE_BASE, DECODE_PER_DEFAULT_CANVAS, DEFAULT_CANVAS_PIXELS = 15, 25, 960 * 544 * 124
120
  # The workflow's post chain. RCAS is a handful of elementwise passes over the clip; FILM is per *emitted*
121
  # intermediate frame; the h264 mux is per frame actually written. Ported from the fl2va Space's fitted constants
122
  # as a starting point, same caveat as `PLACEMENT_ALLOWANCE` above — worth checking booked-vs-actual here