jwengr commited on
Commit
6c0dae3
·
verified ·
1 Parent(s): cc9d247

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -6,12 +6,9 @@ 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**
 
6
  ---
7
  # **Example Outputs**
8
 
9
+ | **Step** | **Grayscale Image (Masked)** | **Restored Grayscale Image** | **Fully Restored RGB Image** |
10
+ |----------------------------------|------------------------------------|--------------------------------------|-------------------------------------|
11
+ | **Image** | ![image_gray_masked](gray-masked.png) | ![image_gray_restored](gray-inpaint-example.png) | ![image_restored](gray-to-rgb-example.png) |
 
 
 
12
  ---
13
 
14
  # **Stable Diffusion 2-Based Gray-Inpainting to RGB**