jwengr commited on
Commit
cc9d247
1 Parent(s): 4d8f187

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -4,9 +4,14 @@ base_model:
4
  - stabilityai/stable-diffusion-2-1
5
  pipeline_tag: image-to-image
6
  ---
7
- ![image_gray_masked](gray-masked.png)
8
- ![image_gray_restored](gray-inpaint-example.png)
9
- ![image_restored](gray-to-rgb-example.png)
 
 
 
 
 
10
  ---
11
 
12
  # **Stable Diffusion 2-Based Gray-Inpainting to RGB**
 
4
  - stabilityai/stable-diffusion-2-1
5
  pipeline_tag: image-to-image
6
  ---
7
+ # **Example Outputs**
8
+
9
+ | **Input/Output** | **Image** |
10
+ |----------------------------------|------------------------------------------------|
11
+ | **Grayscale Image (Masked)** | ![image_gray_masked](gray-masked.png) |
12
+ | **Restored Grayscale Image** | ![image_gray_restored](gray-inpaint-example.png) |
13
+ | **Fully Restored RGB Image** | ![image_restored](gray-to-rgb-example.png) |
14
+
15
  ---
16
 
17
  # **Stable Diffusion 2-Based Gray-Inpainting to RGB**