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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,9 +8,9 @@ import time
8
  seed = 42
9
  generator = torch.manual_seed(seed)
10
 
11
- NUM_ITERS_TO_RUN = 5
12
- NUM_INFERENCE_STEPS = 50
13
- NUM_IMAGES_PER_PROMPT = 2
14
 
15
 
16
  def text2image(
 
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
 
16
  def text2image(