Spaces:
Runtime error
Runtime error
hsuwill000
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ model_id = "hsuwill000/Fluently-v4-LCM-openvino"
|
|
7 |
HIGH = 1024
|
8 |
WIDTH = 512
|
9 |
|
10 |
-
batch_size =
|
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,
|