Image-to-Image
Diffusers
Safetensors
drhead commited on
Commit
c540340
1 Parent(s): e66c074

add pipeline

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -3,6 +3,7 @@ library_name: diffusers
3
  license: cc-by-nc-sa-4.0
4
  datasets:
5
  - lodestones/e6-dump
 
6
  ---
7
  # Furception v1.0, by Project RedRocket.
8
  This is a VAE decoder finetune, resumed from stabilityai/sd-vae-ft-mse using images from e621. It is trained with a mixture of MAE and MSE loss to maintain an acceptable balance between sharpness and smooth outputs, and loss is calculated in Oklab color space in order to prioritize image reconstruction based on which color channels are more perceptually significant.
 
3
  license: cc-by-nc-sa-4.0
4
  datasets:
5
  - lodestones/e6-dump
6
+ pipeline_tag: image-to-image
7
  ---
8
  # Furception v1.0, by Project RedRocket.
9
  This is a VAE decoder finetune, resumed from stabilityai/sd-vae-ft-mse using images from e621. It is trained with a mixture of MAE and MSE loss to maintain an acceptable balance between sharpness and smooth outputs, and loss is calculated in Oklab color space in order to prioritize image reconstruction based on which color channels are more perceptually significant.