Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ Like other URI schema, the order of the identifiers roughly indicates their spec
|
|
42 |
### Architecture
|
43 |
Broad and general terms for system architectures.
|
44 |
- `dit`: Diffusion transformer, typically Vision Synthesis
|
45 |
-
-
|
46 |
- `art` : Autoregressive transformer, typically LLMs
|
47 |
- `lora`: Low-Rank Adapter (may work with dit or transformer)
|
48 |
- `vae`: Variational Autoencoder
|
|
|
42 |
### Architecture
|
43 |
Broad and general terms for system architectures.
|
44 |
- `dit`: Diffusion transformer, typically Vision Synthesis
|
45 |
+
- `unet`: Unet diffusion structure
|
46 |
- `art` : Autoregressive transformer, typically LLMs
|
47 |
- `lora`: Low-Rank Adapter (may work with dit or transformer)
|
48 |
- `vae`: Variational Autoencoder
|