Spaces:
Running
Running
added config
Browse files
configs/lcm-lora-models.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
latent-consistency/lcm-lora-sdv1-5
|
2 |
+
latent-consistency/lcm-lora-sdxl
|
3 |
+
latent-consistency/lcm-lora-ssd-1b
|
configs/openvino-lcm-models.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
rupeshs/LCM-dreamshaper-v7-openvino
|
2 |
+
Disty0/LCM_SoteMix
|
configs/settings.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
lcm_diffusion_setting:
|
2 |
+
guidance_scale: 1.0
|
3 |
+
image_height: 512
|
4 |
+
image_width: 512
|
5 |
+
inference_steps: 2
|
6 |
+
lcm_lora:
|
7 |
+
base_model_id: Lykon/dreamshaper-8
|
8 |
+
lcm_lora_id: latent-consistency/lcm-lora-sdv1-5
|
9 |
+
lcm_model_id: F:\dev\lcm-openvino-converter\LCM-dreamshaper-v7-openvino-freeu
|
10 |
+
negative_prompt: ''
|
11 |
+
number_of_images: 3
|
12 |
+
openvino_lcm_model_id: F:\dev\lcm-openvino-converter\LCM-dreamshaper-v7-openvino-freeu
|
13 |
+
prompt: a beautiful girls face
|
14 |
+
seed: -1
|
15 |
+
use_lcm_lora: false
|
16 |
+
use_offline_model: false
|
17 |
+
use_openvino: true
|
18 |
+
use_safety_checker: false
|
19 |
+
use_seed: false
|
20 |
+
use_tiny_auto_encoder: false
|
21 |
+
results_path: F:\dev\push\faster\fastsdcpu\results
|
configs/stable-diffusion-models.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Lykon/dreamshaper-8
|
2 |
+
Fictiverse/Stable_Diffusion_PaperCut_Model
|
3 |
+
stabilityai/stable-diffusion-xl-base-1.0
|
4 |
+
runwayml/stable-diffusion-v1-5
|
5 |
+
segmind/SSD-1B
|
6 |
+
stablediffusionapi/anything-v5
|
7 |
+
prompthero/openjourney-v4
|