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