mattyamonaca commited on
Commit
8f11e9f
·
1 Parent(s): e3dd038

fix readme

Browse files
Files changed (1) hide show
  1. README.md +9 -35
README.md CHANGED
@@ -1,35 +1,9 @@
1
- # starline
2
- **St**rict coloring m**a**chine fo**r** **line** drawings.
3
-
4
-
5
- ![image](https://github.com/mattyamonaca/starline/assets/48423148/eae07a6e-9c7b-4292-8c70-dac8ec8eeb7b)
6
-
7
-
8
- https://github.com/mattyamonaca/starline/assets/48423148/8199c65c-a19f-42e9-aab7-df5ed6ef5b4c
9
-
10
- # Installation
11
- ```
12
- git clone https://github.com/mattyamonaca/starline.git
13
- cd starline
14
- conda create -n starline python=3.10
15
- conda activate starline
16
- conda install pytorch torchvision pytorch-cuda=12.1 -c pytorch -c nvidia
17
- pip install -r requirements.txt
18
- ```
19
-
20
- # Usage
21
- - ```python app.py```
22
- - Input the line drawing you wish to color (The background should be transparent).
23
- - Input a prompt describing the color you want to add.
24
-
25
- - 背景を透過した状態で線画を入力します
26
- - 付けたい色を説明するプロンプトを入力します
27
-
28
- # Precautions
29
- - Image size 1024 x 1024 is recommended.
30
- - Aliasing is a beta version.
31
- - Areas finely surrounded by line drawings cannot be colored.
32
-
33
- - 画像サイズは1024×1024を推奨します
34
- - エイリアス処理はβ版です。より線画に忠実であることを求める場合は2値線画を推奨します
35
- - 線画で細かく囲まれた部分は着色できません。着色できない部分は透過した状態で出力されます。
 
1
+ title: starline
2
+ emoji: 🏃
3
+ colorFrom: gray
4
+ colorTo: purple
5
+ sdk: gradio
6
+ sdk_version: 4.33.0
7
+ app_file: app.py
8
+ pinned: True
9
+ license: apache-2.0