junyeong-nero commited on
Commit
ff68e83
·
verified ·
1 Parent(s): 2695c16

Upload vae checkpoint

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: mit
3
  tags:
4
  - tiny-stable-diffusion
5
- - diffusion
6
  - image-generation
7
  - diffusion
8
  library_name: pytorch
@@ -10,15 +10,17 @@ library_name: pytorch
10
 
11
  # tiny-sd-models
12
 
13
- This is a **DIFFUSION** model trained with [tiny-stable-diffusion](https://github.com/your-username/tiny-stable-diffusion).
14
 
15
  ## Model Description
16
 
17
- This is a Diffusion Transformer (DiT/MMDiT) trained for text-to-image generation in latent space.
 
18
 
19
  ### Architecture
20
- - **Type**: DiT or MMDiT (Multi-Modal Diffusion Transformer)
21
- - **Conditioning**: CLIP text embeddings
 
22
 
23
  ## Usage
24
 
 
2
  license: mit
3
  tags:
4
  - tiny-stable-diffusion
5
+ - vae
6
  - image-generation
7
  - diffusion
8
  library_name: pytorch
 
10
 
11
  # tiny-sd-models
12
 
13
+ This is a **VAE** model trained with [tiny-stable-diffusion](https://github.com/your-username/tiny-stable-diffusion).
14
 
15
  ## Model Description
16
 
17
+ This is a Variational Autoencoder (VAE) trained to compress images into a latent space.
18
+ The VAE follows the SD3 architecture with 16 latent channels and f8 compression ratio.
19
 
20
  ### Architecture
21
+ - **Type**: AutoencoderKL
22
+ - **Latent Channels**: 16
23
+ - **Compression**: f8 (64x64 → 8x8)
24
 
25
  ## Usage
26