SanskarModi commited on
Commit
d8ec882
·
1 Parent(s): adb4d2e

updated readme

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  # Stable Diffusion Image Generator
2
 
3
  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**.
 
1
+ ---
2
+ title: sd-image-gen-toolkit
3
+ app_file: src/sdgen/main.py
4
+ sdk: gradio
5
+ sdk_version: 6.0.2
6
+ ---
7
+
8
  # Stable Diffusion Image Generator
9
 
10
  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**.