CantonMonkey commited on
Commit
01dcbf4
·
1 Parent(s): 30ac7d9

modify README file

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -1,10 +1,14 @@
1
- # Text2Image HF Space
 
 
 
 
 
 
 
 
 
2
 
3
- This Space demonstrates text-to-image generation using Stable Diffusion v1-4 + ControlNet.
4
 
5
- - CPU compatible for development
6
- - GPU recommended for faster generation
7
- - Allows user to control:
8
- - Prompt text
9
- - Number of inference steps
10
- - Output resolution
 
1
+ ---
2
+ title: Text2Image Demo
3
+ emoji: "🎨"
4
+ colorFrom: "orange"
5
+ colorTo: "red"
6
+ sdk: gradio
7
+ sdk_version: "3.43"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
 
12
+ # Text2Image Demo
13
 
14
+ This Space demonstrates text-to-image generation using Stable Diffusion v1-4 + ControlNet.