Spaces:
Sleeping
Sleeping
add bytedance lighting model
Browse files- gui.py +1 -1
- models/format_models.py +1 -0
gui.py
CHANGED
@@ -160,7 +160,7 @@ class GuiSD:
|
|
160 |
mask_padding_a,
|
161 |
adetailer_active_b,
|
162 |
prompt_ad_b,
|
163 |
-
negative_prompt_ad_b,
|
164 |
strength_ad_b,
|
165 |
face_detector_ad_b,
|
166 |
person_detector_ad_b,
|
|
|
160 |
mask_padding_a,
|
161 |
adetailer_active_b,
|
162 |
prompt_ad_b,
|
163 |
+
negative_prompt_ad_b,
|
164 |
strength_ad_b,
|
165 |
face_detector_ad_b,
|
166 |
person_detector_ad_b,
|
models/format_models.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
FORMAT_MODELS: list = [
|
|
|
2 |
'stablediffusionapi/mklan-xxx-nsfw-pony',
|
3 |
'stabilityai/stable-diffusion-xl-base-1.0',
|
4 |
'cagliostrolab/animagine-xl-3.1',
|
|
|
1 |
FORMAT_MODELS: list = [
|
2 |
+
"ByteDance/SDXL-Lightning", # realistic
|
3 |
'stablediffusionapi/mklan-xxx-nsfw-pony',
|
4 |
'stabilityai/stable-diffusion-xl-base-1.0',
|
5 |
'cagliostrolab/animagine-xl-3.1',
|