mkthoma commited on
Commit
d8f0176
·
1 Parent(s): 4e23a75

readme update

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Stable Diffusion using Textual Inversion
2
 
3
  This is repo contains code that uses the Stable Diffusion model to generate images based on a textual prompt. It includes an option to apply vibrance loss to the generated images. The script uses the CLIP model for text and image embeddings and the Stable Diffusion model for image generation.
 
1
+ ---
2
+ title: StableDiffusion With VibranceLoss
3
+ emoji: 👁
4
+ colorFrom: gray
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: 3.47.1
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+
15
  # Stable Diffusion using Textual Inversion
16
 
17
  This is repo contains code that uses the Stable Diffusion model to generate images based on a textual prompt. It includes an option to apply vibrance loss to the generated images. The script uses the CLIP model for text and image embeddings and the Stable Diffusion model for image generation.