A fast text renderer built for the HuggingFace ecosystem.
-
Grab the package from PyPI:
pip install text2pic4ai -
You're done!
- Clone the repo:
git clone ssh://git@github.com/crx-ai/text2pic4ai && cd text2pic4ai - Create and initialize the conda environment:
conda env create -f text2pic4ai.yml && conda activate text2pic4ai - Install the project:
poetry install - You're done!