da03 commited on
Commit
832f927
·
1 Parent(s): 8a8a40d
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -25,7 +25,7 @@ device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
25
 
26
  SCREEN_WIDTH = 512
27
  SCREEN_HEIGHT = 384
28
- NUM_SAMPLING_STEPS = 4
29
 
30
  with open('latent_stats.json', 'r') as f:
31
  latent_stats = json.load(f)
 
25
 
26
  SCREEN_WIDTH = 512
27
  SCREEN_HEIGHT = 384
28
+ NUM_SAMPLING_STEPS = 8
29
 
30
  with open('latent_stats.json', 'r') as f:
31
  latent_stats = json.load(f)