nielsr HF Staff commited on
Commit
6570fe5
·
verified ·
1 Parent(s): 31f26fd

Add pipeline tag, links to Github and project page

Browse files

This PR ensures it can be found at https://huggingface.co/models?pipeline_tag=image-to-image. It also adds a link to the paper page, as well as a link to the Github and project page.

Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,11 +1,17 @@
1
  ---
2
  license: mit
 
 
3
  tags:
4
  - stable-diffusion
5
  - stable-diffusion-diffusers
6
  inference: false
7
  ---
8
- # Improved Autoencoders
 
 
 
 
9
 
10
  ## Utilizing
11
  These weights are intended to be used with the [🧨 diffusers library](https://github.com/huggingface/diffusers). If you are looking for the model to use with the original [CompVis Stable Diffusion codebase](https://github.com/CompVis/stable-diffusion), [come here](https://huggingface.co/stabilityai/sd-vae-ft-mse-original).
@@ -80,4 +86,4 @@ _Visualization of reconstructions on 256x256 images from the COCO2017 validatio
80
 
81
  <p align="center">
82
  <img src=https://huggingface.co/stabilityai/stable-diffusion-decoder-finetune/resolve/main/eval/ae-decoder-tuning-reconstructions/merged/00029_merged.png />
83
- </p>
 
1
  ---
2
  license: mit
3
+ library_name: diffusers
4
+ pipeline_tag: image-to-image
5
  tags:
6
  - stable-diffusion
7
  - stable-diffusion-diffusers
8
  inference: false
9
  ---
10
+
11
+ This model performs aligned novel view image and geometry generation as described in the paper [Aligned Novel View Image and Geometry Synthesis via Cross-modal Attention Instillation](https://huggingface.co/papers/2506.11924).
12
+
13
+ Code: https://github.com/cvlab-kaist/MoAI
14
+ Project page: https://cvlab-kaist.github.io/MoAI/
15
 
16
  ## Utilizing
17
  These weights are intended to be used with the [🧨 diffusers library](https://github.com/huggingface/diffusers). If you are looking for the model to use with the original [CompVis Stable Diffusion codebase](https://github.com/CompVis/stable-diffusion), [come here](https://huggingface.co/stabilityai/sd-vae-ft-mse-original).
 
86
 
87
  <p align="center">
88
  <img src=https://huggingface.co/stabilityai/stable-diffusion-decoder-finetune/resolve/main/eval/ae-decoder-tuning-reconstructions/merged/00029_merged.png />
89
+ </p>