exdysa commited on
Commit
9a0c9a6
·
verified ·
1 Parent(s): eeeb38b

Update README.md

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