"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
Python
60.0%
Jupyter Notebook
40.0%
"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
Python
60.0%
Jupyter Notebook
40.0%