Nadav Eden commited on
Commit
20ae468
·
1 Parent(s): 8b0c8fb

fix README

Browse files
Files changed (1) hide show
  1. README.md +9 -38
README.md CHANGED
@@ -1,38 +1,9 @@
1
- # Stable Diffusion Text-to-Image Gradio App
2
-
3
- This is a simple Gradio application that uses the Stable Diffusion model from Hugging Face to generate images from text prompts.
4
-
5
- ## Setup
6
-
7
- 1. Install the required dependencies:
8
- ```bash
9
- pip install -r requirements.txt
10
- ```
11
-
12
- 2. Run the application:
13
- ```bash
14
- python app.py
15
- ```
16
-
17
- The application will start a local server and provide a URL where you can access the interface. If you want to share the app with others, it will also provide a public URL.
18
-
19
- ## Features
20
-
21
- - Text-to-image generation using Stable Diffusion v1.5
22
- - Adjustable parameters:
23
- - Number of inference steps (20-100)
24
- - Guidance scale (1-20)
25
- - Simple and intuitive interface
26
-
27
- ## Usage
28
-
29
- 1. Enter your text prompt in the text box
30
- 2. Adjust the inference steps and guidance scale if desired
31
- 3. Click "Generate Image" to create your image
32
- 4. The generated image will appear in the output section
33
-
34
- ## Requirements
35
-
36
- - Python 3.8+
37
- - CUDA-capable GPU (recommended) or CPU
38
- - Internet connection for downloading the model
 
1
+ title: sdv1.5
2
+ emoji: 💬
3
+ colorFrom: yellow
4
+ colorTo: purple
5
+ sdk: gradio
6
+ sdk_version: 5.0.1
7
+ app_file: app.py
8
+ pinned: false
9
+ short_description: Stable Diffusion v1.5