bytetriper commited on
Commit
4a728df
·
verified ·
1 Parent(s): 45ec5f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -17,10 +17,7 @@ Representation Autoencoders (RAEs) provide a simplified and powerful alternative
17
  ## Usage
18
  For detailed instructions on installation, training, and inference, please visit the [official GitHub repository](https://github.com/ZitengWangNYU/Scale-RAE).
19
 
20
- The implementation supports GPU inference and TPU training. To generate images with pre-trained models:
21
- ```bash
22
- python cli.py t2i --prompt "Can you generate a photo of a cat on a windowsill?"
23
- ```
24
 
25
  ## Citation
26
  ```bibtex
 
17
  ## Usage
18
  For detailed instructions on installation, training, and inference, please visit the [official GitHub repository](https://github.com/ZitengWangNYU/Scale-RAE).
19
 
20
+ **This decoder is also directly compatitable with original RAE [codebase](https://github.com/bytetriper/RAE).** Try it out by simply swapping the encoder with google/siglip2-so400m-patch14-224!
 
 
 
21
 
22
  ## Citation
23
  ```bibtex