Update README.md
Browse files
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 |
-
|
| 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
|