iohanngrig commited on
Commit
d69cde5
1 Parent(s): 1b5361f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ import time
8
  seed = 42
9
  generator = torch.manual_seed(seed)
10
 
11
- NUM_ITERS_TO_RUN = 1
12
- NUM_INFERENCE_STEPS = 5
13
  NUM_IMAGES_PER_PROMPT = 1
14
 
15
 
 
8
  seed = 42
9
  generator = torch.manual_seed(seed)
10
 
11
+ NUM_ITERS_TO_RUN = 2
12
+ NUM_INFERENCE_STEPS = 20
13
  NUM_IMAGES_PER_PROMPT = 1
14
 
15