Spaces:
Running
Running
config(models): Update image model suggestions
Browse files- [update] Remove "ByteDance/Hyper-SD" from `SUGGESTED_IMAGE_MODELS` (utils.py:97)
- [update] Add "Kontext-Style/Ghibli_lora" to `SUGGESTED_IMAGE_TO_IMAGE_MODELS` (utils.py:104)
utils.py
CHANGED
|
@@ -94,7 +94,6 @@ SUGGESTED_IMAGE_MODELS = [
|
|
| 94 |
"black-forest-labs/FLUX.1-Krea-dev",
|
| 95 |
"stabilityai/stable-diffusion-xl-base-1.0",
|
| 96 |
"black-forest-labs/FLUX.1-schnell",
|
| 97 |
-
"ByteDance/Hyper-SD",
|
| 98 |
"UmeAiRT/FLUX.1-dev-LoRA-Modern_Pixel_art",
|
| 99 |
"xey/sldr_flux_nsfw_v2-studio",
|
| 100 |
"HiDream-ai/HiDream-I1-Full",
|
|
@@ -103,6 +102,7 @@ SUGGESTED_IMAGE_MODELS = [
|
|
| 103 |
|
| 104 |
SUGGESTED_IMAGE_TO_IMAGE_MODELS = [
|
| 105 |
"Qwen/Qwen-Image-Edit",
|
|
|
|
| 106 |
"black-forest-labs/FLUX.1-Kontext-dev",
|
| 107 |
"fofr/kontext-make-person-real",
|
| 108 |
"jerrrycans/watermark20000",
|
|
|
|
| 94 |
"black-forest-labs/FLUX.1-Krea-dev",
|
| 95 |
"stabilityai/stable-diffusion-xl-base-1.0",
|
| 96 |
"black-forest-labs/FLUX.1-schnell",
|
|
|
|
| 97 |
"UmeAiRT/FLUX.1-dev-LoRA-Modern_Pixel_art",
|
| 98 |
"xey/sldr_flux_nsfw_v2-studio",
|
| 99 |
"HiDream-ai/HiDream-I1-Full",
|
|
|
|
| 102 |
|
| 103 |
SUGGESTED_IMAGE_TO_IMAGE_MODELS = [
|
| 104 |
"Qwen/Qwen-Image-Edit",
|
| 105 |
+
"Kontext-Style/Ghibli_lora",
|
| 106 |
"black-forest-labs/FLUX.1-Kontext-dev",
|
| 107 |
"fofr/kontext-make-person-real",
|
| 108 |
"jerrrycans/watermark20000",
|