"auto_undercoat" is an automatic undercoat and layer splitter
auto_undercoatは、入力された線画に対してフラットな色付け(下塗り)を行うツールです。 また、下塗りの色情報に基づいて、自動でレイヤー分けを行い透過PNGで出力することが可能です。
git clone https://github.com/mattyamonaca/auto_undercoat.git
cd starline
conda create -n auto_undercoat python=3.10
conda activate auto_undercoat
conda install pytorch torchvision pytorch-cuda=12.1 -c pytorch -c nvidia
pip install -r requirements.txt
- Image Select. Select and upload the image you want to undercoat. 下塗りしたい線画画像(背景は透過されている必要があります)を選択してアップロード。
- Input Text Prompt. Enter the color or image you wish to specify and the words that describe it. 指定したい塗の色や、入力した画像を説明する単語・文章をプロンプトとして入力してください。
- Click 「Start」button. スタートボタンをクリックしてください