exdysa commited on
Commit
eeeb38b
·
verified ·
1 Parent(s): 2ffde67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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