hsuwill000 commited on
Commit
2b71a62
·
verified ·
1 Parent(s): ee70940

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ model_id = "hsuwill000/Fluently-v4-LCM-openvino"
7
  HIGH = 1024
8
  WIDTH = 512
9
 
10
- batch_size = None # Or set it to a specific positive integer if needed
11
 
12
  pipe = OVStableDiffusionPipeline.from_pretrained(
13
  model_id,
 
7
  HIGH = 1024
8
  WIDTH = 512
9
 
10
+ batch_size = -1 # Or set it to a specific positive integer if needed
11
 
12
  pipe = OVStableDiffusionPipeline.from_pretrained(
13
  model_id,