jwengr commited on
Commit
d3782e4
·
verified ·
1 Parent(s): 2abba72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -18,9 +18,8 @@ tags:
18
 
19
  # **Stable Diffusion 2-Based Gray-Inpainting to RGB**
20
 
21
- This model pipeline demonstrates an advanced workflow for restoring grayscale images, performing inpainting, and converting them to RGB. The pipeline leverages two models based on the Stable Diffusion 2 architecture:
22
 
23
- 1. **Gray-Inpainting Model**: Fills missing regions of a grayscale image using a masked inpainting process based on an autoencoder (AE) instead of a variational autoencoder (VAE).
24
 
25
  2. **Gray-to-RGB Conversion Model**: Converts the grayscale image (or inpainted output) into a full-color RGB image by adding a residual path in the AE. internel unet directly predicts difference between gray and color image's latent
26
 
 
18
 
19
  # **Stable Diffusion 2-Based Gray-Inpainting to RGB**
20
 
 
21
 
22
+ 1. **Gray-Inpainting Model**: Fills missing regions of a grayscale image using a masked inpainting diffusion process based on an autoencoder (AE) instead of a variational autoencoder (VAE).
23
 
24
  2. **Gray-to-RGB Conversion Model**: Converts the grayscale image (or inpainted output) into a full-color RGB image by adding a residual path in the AE. internel unet directly predicts difference between gray and color image's latent
25