mattyamonaca/auto_undercoat

Automatic generation of picture undercoat from line drawings

129

stars

52

commits

Python

primary language

Jun 23, 2024

updated

README

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. スタートボタンをクリックしてください

Contributors

mattyamonaca

47 commits

sdbds

3 commits

aki-0421

2 commits

mattyamonaca/auto_undercoat

Automatic generation of picture undercoat from line drawings

129

stars

52

commits

Python

primary language

Jun 23, 2024

updated

README

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. スタートボタンをクリックしてください

Contributors

mattyamonaca

47 commits

sdbds

3 commits

aki-0421

2 commits

Languages

Python

60.0%

Jupyter Notebook

40.0%