Spaces:
Sleeping
Sleeping
Commit ·
ee9722b
1
Parent(s): a8704d0
updated readme
Browse files- README.md +2 -1
- src/sdgen/presets/styles.py +2 -2
README.md
CHANGED
|
@@ -7,7 +7,8 @@ sdk_version: 6.0.2
|
|
| 7 |
|
| 8 |
# Stable Diffusion Image Generator Toolkit
|
| 9 |
|
| 10 |
-

|
| 11 |
+
|
| 12 |
|
| 13 |
A modular image generation system built on **HuggingFace Diffusers**, with support for multiple Stable Diffusion pipelines, configurable inference parameters, a clean **Gradio UI**, and a lightweight local **history/metadata store**.
|
| 14 |
|
src/sdgen/presets/styles.py
CHANGED
|
@@ -19,7 +19,7 @@ extra limbs, oversaturated, jpeg artifacts"
|
|
| 19 |
"width": 768,
|
| 20 |
"height": 512,
|
| 21 |
"lora_A": "DetailTweak.safetensors",
|
| 22 |
-
"alpha_A": 0.
|
| 23 |
"lora_B": None,
|
| 24 |
"alpha_B": 0.0,
|
| 25 |
},
|
|
@@ -34,7 +34,7 @@ lighting, Rembrandt style"
|
|
| 34 |
"width": 512,
|
| 35 |
"height": 512,
|
| 36 |
"lora_A": "DetailTweak.safetensors",
|
| 37 |
-
"alpha_A": 0.
|
| 38 |
"lora_B": None,
|
| 39 |
"alpha_B": 0.0,
|
| 40 |
},
|
|
|
|
| 19 |
"width": 768,
|
| 20 |
"height": 512,
|
| 21 |
"lora_A": "DetailTweak.safetensors",
|
| 22 |
+
"alpha_A": 0.9,
|
| 23 |
"lora_B": None,
|
| 24 |
"alpha_B": 0.0,
|
| 25 |
},
|
|
|
|
| 34 |
"width": 512,
|
| 35 |
"height": 512,
|
| 36 |
"lora_A": "DetailTweak.safetensors",
|
| 37 |
+
"alpha_A": 0.8,
|
| 38 |
"lora_B": None,
|
| 39 |
"alpha_B": 0.0,
|
| 40 |
},
|