Update README.md
Browse files
README.md
CHANGED
@@ -41,11 +41,11 @@ Like other URI schema, the order of the identifiers roughly indicates their spec
|
|
41 |
|
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
|
49 |
etc
|
50 |
|
51 |
### Series
|
|
|
41 |
|
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
|
49 |
etc
|
50 |
|
51 |
### Series
|