anirudh97 commited on
Commit
ad1a39b
·
1 Parent(s): cba7cd1
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Stable Diffusion Text Inversion with Loss Functions
2
 
3
  This repository contains a Gradio web application that provides an intuitive interface for generating images using Stable Diffusion with textual inversion and guided loss functions.
@@ -10,8 +21,6 @@ The application allows users to explore the capabilities of Stable Diffusion by:
10
  - Applying various loss functions to guide the diffusion process
11
  - Generating multiple images with different seeds
12
 
13
- !![alt text](image.png)
14
-
15
  ## Features
16
 
17
  ### Core Functionality
@@ -44,7 +53,7 @@ pip install torch diffusers transformers tqdm torchvision matplotlib gradio
44
 
45
  3. Run the application:
46
  ```bash
47
- python gradio_app.py
48
  ```
49
 
50
  4. Open the provided URL (typically http://localhost:7860) in your browser.
 
1
+ ---
2
+ title: Stable Diffusion Text Inversion with Loss Functions
3
+ emoji: 🖼️
4
+ colorFrom: indigo
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 3.36.1
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Stable Diffusion Text Inversion with Loss Functions
13
 
14
  This repository contains a Gradio web application that provides an intuitive interface for generating images using Stable Diffusion with textual inversion and guided loss functions.
 
21
  - Applying various loss functions to guide the diffusion process
22
  - Generating multiple images with different seeds
23
 
 
 
24
  ## Features
25
 
26
  ### Core Functionality
 
53
 
54
  3. Run the application:
55
  ```bash
56
+ python app.py
57
  ```
58
 
59
  4. Open the provided URL (typically http://localhost:7860) in your browser.