Update app.py
Browse files
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/
|
6 |
|
7 |
-
HIGH =
|
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
|