hsuwill000 commited on
Commit
11c0b6c
·
verified ·
1 Parent(s): 69de149

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,9 +2,9 @@ import gradio as gr
2
  import torch
3
  from optimum.intel.openvino.modeling_diffusion import OVStableDiffusionPipeline
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
 
2
  import torch
3
  from optimum.intel.openvino.modeling_diffusion import OVStableDiffusionPipeline
4
 
5
+ model_id = "hsuwill000/SpiritForeseerMix-openvino"
6
 
7
+ HIGH = 512
8
  WIDTH = 512
9
 
10
  batch_size = -1 # Or set it to a specific positive integer if needed