JamesXu commited on
Commit
a82c30c
1 Parent(s): f61b00e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ Resources for more information: [GitHub](https://github.com/SHI-Labs/Versatile-D
18
  One single flow of Versatile Diffusion contains a VAE, a diffuser, and a context encoder, and thus handles one task (e.g., text-to-image) under one data type (e.g., image) and one context type (e.g., text). The multi-flow structure of Versatile Diffusion shows in the following diagram:
19
 
20
  <p align="center">
21
- <img src="assets/figures/VD_framework.png" width="99%">
22
  </p>
23
 
24
  # Cautions, Biases, and Content Acknowledgment
 
18
  One single flow of Versatile Diffusion contains a VAE, a diffuser, and a context encoder, and thus handles one task (e.g., text-to-image) under one data type (e.g., image) and one context type (e.g., text). The multi-flow structure of Versatile Diffusion shows in the following diagram:
19
 
20
  <p align="center">
21
+ <img src="https://huggingface.co/shi-labs/versatile-diffusion-model/resolve/main/assets/figures/VD_framework.png" width="99%">
22
  </p>
23
 
24
  # Cautions, Biases, and Content Acknowledgment