hsuwill000 commited on
Commit
10eced2
·
verified ·
1 Parent(s): 4817e95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 512
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