SanskarModi commited on
Commit
ee9722b
·
1 Parent(s): a8704d0

updated readme

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. 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
- ![appdemo](https://drive.google.com/uc?export=view&id=1B2AJT_MB-3U9Uw9f-fzhJmVHZYgPBuCm)
 
11
 
12
  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**.
13
 
 
7
 
8
  # Stable Diffusion Image Generator Toolkit
9
 
10
+ ![appdemo](https://drive.google.com/uc?export=view&id=1dO2bnYmEEj3fNU0-dV692icUPSwyP93G)
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.8,
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.4,
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
  },