xingxm commited on
Commit
d71437c
·
1 Parent(s): 4c770aa

feat(case): add more cases

Browse files
Examples.md CHANGED
@@ -32,7 +32,23 @@ python svgdreamer.py x=iconography "prompt='A colorful German shepherd in vector
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
  ```
34
 
35
- ### Case: Vector Wolf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  **Prompt:** wolf. low poly. minimal flat 2d vector. lineal color. trending on artstation. <br/>
38
  **style:** Low-Poly <br/>
@@ -80,12 +96,41 @@ python svgdreamer.py x=lowpoly "prompt='A picture of a scarlet macaw, low-ploy,
80
  python svgdreamer.py x=lowpoly "prompt='polar bear. low poly. minimal flat 2d vector. lineal color. trending on artstation.'" "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/PolarBear'
81
  ```
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  ### Others
84
 
85
  ````shell
86
  python svgdreamer.py x=painting "prompt='self portrait of Van Gogh. oil painting. cmyk portrait. multi colored. defiant and beautiful. cmyk. expressive eyes.'" x.num_paths=256 result_path='./logs/VanGogh-Portrait'
87
- 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
88
- 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'
89
- python svgdreamer.py x=ink "prompt='Black and white. simple horse flash tattoo. ink style. Minimalist abstract art grayscale watercolor. simple painting style'" "neg_prompt='text, extra, missing, unfinished, watermark, signature, username, scan, frame'" result_path='./logs/HorseInk'
90
- python svgdreamer.py x=pixelart "prompt='Pikachu in pastel colors, childish and fun. Pixel art. trending on artstation.'" x.guidance.t_schedule='randint' result_path='./logs/Pikachu'
91
  ````
 
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
  ```
34
 
35
+ ### Case: Pikachu
36
+
37
+ **Prompt:** Pikachu in pastel colors, childish and fun. Pixel art. trending on artstation. <br/>
38
+ **style:** Pixel-Art <br/>
39
+ **Preview:**
40
+
41
+ | Particle 1 | Particle 2 | Particle 3 | Particle 4 | Particle 5 | Particle 6 |
42
+ |:-----------------------------------------------------------:|:-----------------------------------------------------------:|:-----------------------------------------------------------:|:---------------------------------------------------------:|:-----------------------------------------------------------:|:-----------------------------------------------------------:|
43
+ | <img src="./assets/Pixelart-Pikachu/finetune_final_p0.svg"> | <img src="./assets/Pixelart-Pikachu/finetune_final_p1.svg"> | <img src="./assets/Pixelart-Pikachu/finetune_final_p2.svg"> | <img src="assets/Pixelart-Pikachu/finetune_final_p3.svg"> | <img src="./assets/Pixelart-Pikachu/finetune_final_p4.svg"> | <img src="./assets/Pixelart-Pikachu/finetune_final_p5.svg"> |
44
+
45
+ **Script:**
46
+
47
+ ```shell
48
+ python svgdreamer.py x=pixelart "prompt='Pikachu in pastel colors, childish and fun. Pixel art. trending on artstation.'" x.guidance.t_schedule='randint' result_path='./logs/Pikachu'
49
+ ```
50
+
51
+ ### Case: Wolf
52
 
53
  **Prompt:** wolf. low poly. minimal flat 2d vector. lineal color. trending on artstation. <br/>
54
  **style:** Low-Poly <br/>
 
96
  python svgdreamer.py x=lowpoly "prompt='polar bear. low poly. minimal flat 2d vector. lineal color. trending on artstation.'" "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/PolarBear'
97
  ```
98
 
99
+ ### Case: Self Portrait
100
+
101
+ **Prompt:** self portrait. Van Gogh. <br/>
102
+ **style:** Sketch <br/>
103
+ **Preview:**
104
+
105
+ | Particle 1 | Particle 2 | Particle 3 | Particle 4 | Particle 5 | Particle 6 |
106
+ |:---------------------------------------------------------------------:|:---------------------------------------------------------------------:|:---------------------------------------------------------------------:|:-------------------------------------------------------------------:|:---------------------------------------------------------------------:|:---------------------------------------------------------------------:|
107
+ | <img src="./assets/Sketch-SelfPortraitVanGogh/finetune_final_p0.svg"> | <img src="./assets/Sketch-SelfPortraitVanGogh/finetune_final_p1.svg"> | <img src="./assets/Sketch-SelfPortraitVanGogh/finetune_final_p2.svg"> | <img src="assets/Sketch-SelfPortraitVanGogh/finetune_final_p3.svg"> | <img src="./assets/Sketch-SelfPortraitVanGogh/finetune_final_p4.svg"> | <img src="./assets/Sketch-SelfPortraitVanGogh/finetune_final_p5.svg"> |
108
+
109
+ **Script:**
110
+
111
+ ```shell
112
+ python svgdreamer.py x=sketch "prompt='self portrait. Van Gogh.'" "neg_prompt='text, extra, missing, unfinished, watermark, signature, username, scan, frame'" result_path='./logs/SelfPortrait_VanGogh_sketch' x.num_paths=256 seed=243963
113
+ ```
114
+
115
+ ### Case: The Big Wild Goose Pagoda
116
+
117
+ **Prompt:** The Big Wild Goose Pagoda. ink style. Minimalist abstract art grayscale watercolor. <br/>
118
+ **style:** Ink and Wash <br/>
119
+ **Preview:**
120
+
121
+ | Particle 1 | Particle 2 | Particle 3 | Particle 4 | Particle 5 | Particle 6 |
122
+ |:-------------------------------------------------------------------:|:-------------------------------------------------------------------:|:-------------------------------------------------------------------:|:-----------------------------------------------------------------:|:-------------------------------------------------------------------:|:-------------------------------------------------------------------:|
123
+ | <img src="./assets/Ink-BigWildGoosePagoda-2/finetune_final_p0.svg"> | <img src="./assets/Ink-BigWildGoosePagoda-2/finetune_final_p1.svg"> | <img src="./assets/Ink-BigWildGoosePagoda-2/finetune_final_p2.svg"> | <img src="assets/Ink-BigWildGoosePagoda-2/finetune_final_p3.svg"> | <img src="./assets/Ink-BigWildGoosePagoda-2/finetune_final_p4.svg"> | <img src="./assets/Ink-BigWildGoosePagoda-2/finetune_final_p5.svg"> |
124
+
125
+ **Script:**
126
+
127
+ ```shell
128
+ python svgdreamer.py x=ink "prompt='The 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_neg' seed=130890
129
+ ```
130
+
131
  ### Others
132
 
133
  ````shell
134
  python svgdreamer.py x=painting "prompt='self portrait of Van Gogh. oil painting. cmyk portrait. multi colored. defiant and beautiful. cmyk. expressive eyes.'" x.num_paths=256 result_path='./logs/VanGogh-Portrait'
135
+ python svgdreamer.py x=ink "prompt='Black and white. simple horse flash tattoo. ink style. Minimalist abstract art grayscale watercolor. simple painting style'" "neg_prompt='text, extra, missing, unfinished, watermark, signature, username, scan, frame'" x.num_paths=64 result_path='./logs/HorseInk'
 
 
 
136
  ````
README.md CHANGED
@@ -101,7 +101,7 @@ python svgdreamer.py x=iconography_s1 skip_sive=False "prompt='a man in an astro
101
 
102
  ### VPSD
103
 
104
- #### Iconography style
105
 
106
  **Prompt:** Sydney opera house. oil painting. by Van Gogh <br/>
107
  **Preview:**
@@ -119,7 +119,7 @@ python svgdreamer.py x=iconography_s1 skip_sive=False "prompt='a man in an astro
119
  python svgdreamer.py x=iconography "prompt='Sydney opera house. oil painting. by Van Gogh'" result_path='./logs/SydneyOperaHouse-OilPainting'
120
  ```
121
 
122
- #### Painting style
123
 
124
  **Prompt:** Abstract Vincent van Gogh Oil Painting Elephant, featuring earthy tones of green and brown <br/>
125
  **Preview:**
@@ -137,7 +137,7 @@ python svgdreamer.py x=iconography "prompt='Sydney opera house. oil painting. by
137
  python svgdreamer.py x=painting "prompt='Abstract Vincent van Gogh Oil Painting Elephant, featuring earthy tones of green and brown.'" x.num_paths=256 result_path='./logs/Elephant-OilPainting'
138
  ```
139
 
140
- #### Pixel-Art style
141
 
142
  **Prompt:** Darth vader with lightsaber <br/>
143
  **Preview:**
@@ -155,7 +155,7 @@ python svgdreamer.py x=painting "prompt='Abstract Vincent van Gogh Oil Painting
155
  python svgdreamer.py x=pixelart "prompt='Darth vader with lightsaber.'" result_path='./logs/DarthVader'
156
  ```
157
 
158
- #### Low-poly style
159
 
160
  **Prompt:** A picture of a bald eagle. low-ploy. polygon. minimal flat 2d vector <br/>
161
  **Preview:**
 
101
 
102
  ### VPSD
103
 
104
+ #### ✍️ Iconography style
105
 
106
  **Prompt:** Sydney opera house. oil painting. by Van Gogh <br/>
107
  **Preview:**
 
119
  python svgdreamer.py x=iconography "prompt='Sydney opera house. oil painting. by Van Gogh'" result_path='./logs/SydneyOperaHouse-OilPainting'
120
  ```
121
 
122
+ #### ✍️ Painting style
123
 
124
  **Prompt:** Abstract Vincent van Gogh Oil Painting Elephant, featuring earthy tones of green and brown <br/>
125
  **Preview:**
 
137
  python svgdreamer.py x=painting "prompt='Abstract Vincent van Gogh Oil Painting Elephant, featuring earthy tones of green and brown.'" x.num_paths=256 result_path='./logs/Elephant-OilPainting'
138
  ```
139
 
140
+ #### ✍️ Pixel-Art style
141
 
142
  **Prompt:** Darth vader with lightsaber <br/>
143
  **Preview:**
 
155
  python svgdreamer.py x=pixelart "prompt='Darth vader with lightsaber.'" result_path='./logs/DarthVader'
156
  ```
157
 
158
+ #### ✍️Low-poly style
159
 
160
  **Prompt:** A picture of a bald eagle. low-ploy. polygon. minimal flat 2d vector <br/>
161
  **Preview:**
assets/Ink-BigWildGoosePagoda-2/finetune_final_p0.svg ADDED
assets/Ink-BigWildGoosePagoda-2/finetune_final_p1.svg ADDED
assets/Ink-BigWildGoosePagoda-2/finetune_final_p2.svg ADDED
assets/Ink-BigWildGoosePagoda-2/finetune_final_p3.svg ADDED
assets/Ink-BigWildGoosePagoda-2/finetune_final_p4.svg ADDED
assets/Ink-BigWildGoosePagoda-2/finetune_final_p5.svg ADDED
assets/Pixelart-Pikachu/finetune_final_p0.svg ADDED
assets/Pixelart-Pikachu/finetune_final_p1.svg ADDED
assets/Pixelart-Pikachu/finetune_final_p2.svg ADDED
assets/Pixelart-Pikachu/finetune_final_p3.svg ADDED
assets/Pixelart-Pikachu/finetune_final_p4.svg ADDED
assets/Pixelart-Pikachu/finetune_final_p5.svg ADDED
assets/Sketch-SelfPortraitVanGogh/finetune_final_p0.svg ADDED
assets/Sketch-SelfPortraitVanGogh/finetune_final_p1.svg ADDED
assets/Sketch-SelfPortraitVanGogh/finetune_final_p2.svg ADDED
assets/Sketch-SelfPortraitVanGogh/finetune_final_p3.svg ADDED
assets/Sketch-SelfPortraitVanGogh/finetune_final_p4.svg ADDED
assets/Sketch-SelfPortraitVanGogh/finetune_final_p5.svg ADDED