https://github.com/huggingface/image_gen_aux
Set of auxiliary tools to use with image and video generation libaries. Mainly created to be used with diffusers
https://github.com/huggingface/image_gen_aux
Last synced: about 2 months ago
JSON representation
Set of auxiliary tools to use with image and video generation libaries. Mainly created to be used with diffusers
- Host: GitHub
- URL: https://github.com/huggingface/image_gen_aux
- Owner: huggingface
- License: apache-2.0
- Created: 2024-07-15T04:09:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T06:36:01.000Z (6 months ago)
- Last Synced: 2025-05-06T21:04:24.233Z (about 2 months ago)
- Language: Python
- Size: 87.9 KB
- Stars: 46
- Watchers: 1
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Generation Auxiliary Tools
Set of auxiliary tools to use with image and video generation libraries. Mainly created to be used with [diffusers](https://github.com/huggingface/diffusers).
## Tools
Each set of tools has its own README where you can find more information on how to use them.
* [Upscalers](https://github.com/asomoza/image_gen_aux/blob/main/src/image_gen_aux/upscalers/README.md)
* [Preprocessors](https://github.com/asomoza/image_gen_aux/blob/main/src/image_gen_aux/preprocessors/README.md)## Installation
This is a very early version, so only the installation from source is available.
### Install from source
`pip install -e .`
### Install with PyPi
`pip install git+https://github.com/asomoza/image_gen_aux.git`
## Contribution
Soon
## Credits
This library uses inference and models from various authors. If you think you must be credited or if we are missing someone, please let us know.
### Libraries
* [Spandrel](https://github.com/chaiNNer-org/spandrel) for loading super resolution models.
### Super resolution models
* [UltraSharp](https://openmodeldb.info/models/4x-UltraSharp)
* [DAT](https://github.com/zhengchen1999/dat)
* [RealPLKSR|DAT](https://github.com/Phhofm/models)
* [Remacri](https://openmodeldb.info/models/4x-Remacri)### Preprocessors
* [Depth Anything V2](https://depth-anything-v2.github.io)
* [LineArt](https://github.com/carolineec/informative-drawings)
* [LineArtStandard](https://github.com/Fannovel16/comfyui_controlnet_aux/blob/main/src/custom_controlnet_aux/lineart_standard/__init__.py)
* [TEED](https://github.com/xavysp/TEED)
* [ZoeDepth](https://github.com/isl-org/ZoeDepth)