An open API service indexing awesome lists of open source software.

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

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
```