Skip to content

Automatic generation of picture undercoat from line drawings

Notifications You must be signed in to change notification settings

mattyamonaca/auto_undercoat

Repository files navigation

auto_undercoat

"auto_undercoat" is an automatic undercoat and layer splitter

auto_undercoatは、入力された線画に対してフラットな色付け(下塗り)を行うツールです。 また、下塗りの色情報に基づいて、自動でレイヤー分けを行い透過PNGで出力することが可能です。

スクリーンショット 2023-06-18 083200

スクリーンショット 2023-06-18 083356

Installation

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

Usage

  1. Image Select. Select and upload the image you want to undercoat. 下塗りしたい線画画像(背景は透過されている必要があります)を選択してアップロード。

image

  1. Input Text Prompt. Enter the color or image you wish to specify and the words that describe it. 指定したい塗の色や、入力した画像を説明する単語・文章をプロンプトとして入力してください。

スクリーンショット 2023-06-18 083152

  1. Click 「Start」button. スタートボタンをクリックしてください

About

Automatic generation of picture undercoat from line drawings

Resources

Stars

Watchers

Forks

Packages

No packages published