Skip to content

Nataili is a Python library that provides tools for building multimodal AI applications. With its modular design, Nataili makes it easy to use only the tools you need to build custom AI solutions.

License

Notifications You must be signed in to change notification settings

monophthongal/nataili-samplers

 
 

Repository files navigation

Nataili: Multimodal AI Python Library

PyPI version Downloads

GitHub license

Nataili is a Python library that provides tools for building multimodal AI applications. With its modular design, Nataili makes it easy to use only the tools you need to build custom AI solutions.

Some of the technologies included in Nataili are:

  • AITemplate: Fast diffusion
  • BLIP: Image captioning
  • CLIP: Interrogation (ranking, similarity), Embedding (text, image) with cache support
  • CLIP+MLP Predictor
  • CodeFormer: Post-processing and super-resolution for faces
  • ESRGAN: Image super-resolution
  • GFPGAN: Post-processing for faces
  • LAION-CoCa: Image captioning
  • Stable Diffusion: Image generation
  • SD Upscaler: latent diffusion upscaler for Stable Diffusion's autoencoder
  • Train: Training tools for Stable Diffusion and CLIP+MLP Predictor

Projects using Nataili

Installation

pip install nataili

From source:

git clone https://github.com/Sygil-Dev/nataili
cd nataili
pip install -e .

Documentation

About

Nataili is a Python library that provides tools for building multimodal AI applications. With its modular design, Nataili makes it easy to use only the tools you need to build custom AI solutions.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • HTML 1.6%