kaupane commited on
Commit
e8b2f0e
·
verified ·
1 Parent(s): ed77fec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ latent_scale_factor = 0.18215 # Same as in DiTTrainer
19
  global_progress = 0
20
 
21
  # Enable half precision inference
22
- USE_HALF_PRECISION = True
23
 
24
  def load_dit_model(dit_size):
25
  """Load DiT model of specified size"""
 
19
  global_progress = 0
20
 
21
  # Enable half precision inference
22
+ USE_HALF_PRECISION = False
23
 
24
  def load_dit_model(dit_size):
25
  """Load DiT model of specified size"""