da03 commited on
Commit
8594846
·
1 Parent(s): eb2ddcd
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -26,7 +26,7 @@ DEBUG_MODE = False
26
 
27
  SCREEN_WIDTH = 512
28
  SCREEN_HEIGHT = 384
29
- NUM_SAMPLING_STEPS = 8
30
 
31
  with open('latent_stats.json', 'r') as f:
32
  latent_stats = json.load(f)
 
26
 
27
  SCREEN_WIDTH = 512
28
  SCREEN_HEIGHT = 384
29
+ NUM_SAMPLING_STEPS = 32
30
 
31
  with open('latent_stats.json', 'r') as f:
32
  latent_stats = json.load(f)