https://github.com/rupeshs/ovtinyautoencoders
SD/SDXL/Flux Tiny Autoencoder converter for OpenVINO
https://github.com/rupeshs/ovtinyautoencoders
flux openvino sd taef1 taesd taesdxl
Last synced: about 1 year ago
JSON representation
SD/SDXL/Flux Tiny Autoencoder converter for OpenVINO
- Host: GitHub
- URL: https://github.com/rupeshs/ovtinyautoencoders
- Owner: rupeshs
- Created: 2025-05-04T10:17:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T21:29:12.000Z (about 1 year ago)
- Last Synced: 2025-06-18T00:07:36.987Z (about 1 year ago)
- Topics: flux, openvino, sd, taef1, taesd, taesdxl
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# OpenVINO Tiny Autoencoders
This repository contains code to convert Tiny Autoencoders to OpenVINO.
## Dependencies
- Python
- uv
Create virtual environment using uv,activate environment and install dependencies
```
uv venv --python 3.11.6 env
env\Scripts\activate
uv pip install -r requirements.txt
```