Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from optimum.intel.openvino.modeling_diffusion import OVStableDiffusionPipeline
|
|
4 |
|
5 |
model_id = "hsuwill000/Fluently-v4-LCM-openvino"
|
6 |
|
7 |
-
HIGH =
|
8 |
WIDTH = 512
|
9 |
|
10 |
batch_size = -1 # Or set it to a specific positive integer if needed
|
|
|
4 |
|
5 |
model_id = "hsuwill000/Fluently-v4-LCM-openvino"
|
6 |
|
7 |
+
HIGH = 1024
|
8 |
WIDTH = 512
|
9 |
|
10 |
batch_size = -1 # Or set it to a specific positive integer if needed
|