xingxm commited on
Commit
5fed536
ยท
1 Parent(s): 0a8c412

feat(case): add cases

Browse files
Examples.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Qualitative Results
2
+
3
+ ### Case: German shepherd
4
+
5
+ **Prompt:** A colorful German shepherd in vector art. tending on artstation <br/>
6
+ **style:** Iconography <br/>
7
+ **Preview:**
8
+
9
+ | Particle 1 | Particle 2 | Particle 3 | Particle 4 | Particle 5 | Particle 6 |
10
+ |:--------------------------------------------------------------:|:--------------------------------------------------------------:|:--------------------------------------------------------------:|:------------------------------------------------------------:|:--------------------------------------------------------------:|:--------------------------------------------------------------:|
11
+ | <img src="./assets/Icon-GermanShepherd/finetune_final_p0.svg"> | <img src="./assets/Icon-GermanShepherd/finetune_final_p1.svg"> | <img src="./assets/Icon-GermanShepherd/finetune_final_p2.svg"> | <img src="assets/Icon-GermanShepherd/finetune_final_p3.svg"> | <img src="./assets/Icon-GermanShepherd/finetune_final_p4.svg"> | <img src="./assets/Icon-GermanShepherd/finetune_final_p5.svg"> |
12
+
13
+ **Script:**
14
+
15
+ ```shell
16
+ python svgdreamer.py x=iconography "prompt='A colorful German shepherd in vector art. tending on artstation.'" result_path='./logs/GermanShepherd' seed=26226
17
+ ```
18
+
19
+ ### Case: German shepherd
20
+
21
+ **Prompt:** A colorful German shepherd in vector art. tending on artstation <br/>
22
+ **style:** Iconography <br/>
23
+ **Preview:**
24
+
25
+ | Particle 1 | Particle 2 | Particle 3 | Particle 4 | Particle 5 | Particle 6 |
26
+ |:----------------------------------------------------------:|:----------------------------------------------------------:|:----------------------------------------------------------:|:--------------------------------------------------------:|:----------------------------------------------------------:|:----------------------------------------------------------:|
27
+ | <img src="./assets/Icon-SnowCastle/finetune_final_p0.svg"> | <img src="./assets/Icon-SnowCastle/finetune_final_p1.svg"> | <img src="./assets/Icon-SnowCastle/finetune_final_p2.svg"> | <img src="assets/Icon-SnowCastle/finetune_final_p3.svg"> | <img src="./assets/Icon-SnowCastle/finetune_final_p4.svg"> | <img src="./assets/Icon-SnowCastle/finetune_final_p5.svg"> |
28
+
29
+ **Script:**
30
+
31
+ ```shell
32
+ python svgdreamer.py x=iconography "prompt='a beautiful snow-covered castle, a stunning masterpiece, trees, rays of the sun, Leonid Afremov'" result_path='./logs/SnowCastle' seed=116740
33
+ ```
README.md CHANGED
@@ -201,10 +201,12 @@ python svgdreamer.py x=ink "prompt='Big Wild Goose Pagoda. ink style. Minimalist
201
  #### More Cases
202
 
203
  ````shell
204
- python svgdreamer.py x=iconography "prompt='illustration of an New York City, in the style of propaganda poster, vivid colours, detailed, sunny day, attention to detail, 8k.'" result_path='./logs/NewYorkCity'
205
- python svgdreamer.py x=iconography "prompt='A colorful German shepherd in vector art. tending on artstation.'" result_path='./logs/GermanShepherd'
206
- # Style: painting
207
  python svgdreamer.py x=painting "prompt='self portrait of Van Gogh. oil painting. cmyk portrait. multi colored. defiant and beautiful. cmyk. expressive eyes.'" result_path='./logs/VanGogh-Portrait'
 
 
 
 
208
  ````
209
 
210
  ## ๐Ÿ”‘ Tips
 
201
  #### More Cases
202
 
203
  ````shell
204
+ python svgdreamer.py x=iconography "prompt='illustration of an New York City, in vector art, tending on artstation.'" result_path='./logs/NewYorkCity'
 
 
205
  python svgdreamer.py x=painting "prompt='self portrait of Van Gogh. oil painting. cmyk portrait. multi colored. defiant and beautiful. cmyk. expressive eyes.'" result_path='./logs/VanGogh-Portrait'
206
+ python svgdreamer.py x=lowpoly "prompt='wolf. low poly. minimal flat 2d vector. lineal color. trending on artstation.'" neg_prompt='' save_step=50 x.grid=30 result_path='./logs/Wolf' multirun=True
207
+ python svgdreamer.py x=lowpoly "prompt='A picture of a scarlet macaw, low-ploy, polygon, minimal flat 2d vector'" "neg_prompt='unrealistic, blurry, low quality, out of focus, ugly, low contrast, dull, low res, low-resolution, oversaturation, worst quality, normal quality, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, monochrome, horror, geometry, mutation, disgusting'" save_step=50 result_path='.log/ScarletMacaw' mv=True multirun=True
208
+ python svgdreamer.py x=ink "prompt='The lonely Big Wild Goose Pagoda. ink style. Minimalist abstract art grayscale watercolor.'" neg_prompt='text, extra, missing, unfinished, watermark, signature, username, scan, frame' result_path='./logs/BigWildGoosePagoda'
209
+ python svgdreamer.py x=ink "prompt='Big Wild Goose Pagoda. ink style. Minimalist abstract art grayscale watercolor. simple painting style'" neg_prompt='text, extra, missing, unfinished, watermark, signature, username, scan, frame' result_path='./logs/BigWildGoosePagoda'
210
  ````
211
 
212
  ## ๐Ÿ”‘ Tips
assets/Icon-GermanShepherd/finetune_final_p0.svg ADDED
assets/Icon-GermanShepherd/finetune_final_p1.svg ADDED
assets/Icon-GermanShepherd/finetune_final_p2.svg ADDED
assets/Icon-GermanShepherd/finetune_final_p3.svg ADDED
assets/Icon-GermanShepherd/finetune_final_p4.svg ADDED
assets/Icon-GermanShepherd/finetune_final_p5.svg ADDED
assets/Icon-SnowCastle/finetune_final_p0.svg ADDED
assets/Icon-SnowCastle/finetune_final_p1.svg ADDED
assets/Icon-SnowCastle/finetune_final_p2.svg ADDED
assets/Icon-SnowCastle/finetune_final_p3.svg ADDED
assets/Icon-SnowCastle/finetune_final_p4.svg ADDED
assets/Icon-SnowCastle/finetune_final_p5.svg ADDED
conf/config.yaml CHANGED
@@ -5,7 +5,7 @@
5
  # common args
6
  prompt: ~
7
  token_ind: 1 # the index of text prompt, from 1
8
- neg_prompt: "nsfw, lowres, (bad), text, error, fewer, extra, missing, worst quality, jpeg artifacts, low quality, watermark, unfinished, displeasing, oldest, early, chromatic aberration, signature, extra digits, artistic error, username, scan" # negative prompt
9
  skip_sive: True # optimize from scratch without SIVE init
10
 
11
  # Accelerate config
 
5
  # common args
6
  prompt: ~
7
  token_ind: 1 # the index of text prompt, from 1
8
+ neg_prompt: "nsfw, lowres, (bad), text, error, fewer, extra, missing, worst quality, jpeg artifacts, low quality, watermark, unfinished, displeasing, oldest, early, chromatic aberration, signature, extra digits, artistic error, username, scan"
9
  skip_sive: True # optimize from scratch without SIVE init
10
 
11
  # Accelerate config