Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,9 @@ from diffusers.pipelines.stable_diffusion import StableDiffusionSafetyChecker
|
|
5 |
from diffusers import DiffusionPipeline
|
6 |
|
7 |
|
8 |
-
#
|
9 |
-
|
10 |
-
#
|
11 |
|
12 |
#safety_checker = StableDiffusionSafetyChecker.from_pretrained("CompVis/stable-diffusion-safety-checker")
|
13 |
|
|
|
5 |
from diffusers import DiffusionPipeline
|
6 |
|
7 |
|
8 |
+
#model_id = "echarlaix/sdxl-turbo-openvino-int8"
|
9 |
+
model_id = "echarlaix/LCM_Dreamshaper_v7-openvino"
|
10 |
+
#model_id = "OpenVINO/LCM_Dreamshaper_v7-int8-ov"
|
11 |
|
12 |
#safety_checker = StableDiffusionSafetyChecker.from_pretrained("CompVis/stable-diffusion-safety-checker")
|
13 |
|