herrius commited on
Commit
b9e746c
1 Parent(s): bce7734

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - stable-diffusion
6
+ - text-to-image
7
+ ---
8
+
9
+ # Padoru AI
10
+
11
+ This model was trained with the style padoru based in Anything V3. Like other anime-style Stable Diffusion models, it also supports danbooru tags to generate images.
12
+
13
+
14
+ ## Examples
15
+
16
+ Below are some examples of images generated using this model:
17
+
18
+ **Padoru Boy:**
19
+ ![Padoru Boy]()
20
+ ```
21
+ padoru,1boy,guitar,music,skulls,clothing black
22
+ Negative prompt: deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra_limb, ugly, poorly drawn hands, no color, weird colors, censored, deformed glasses, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, big boobs
23
+ Steps: 40, Sampler: DDIM, CFG scale: 7,Seed: 2151952332
24
+ ```
25
+ **Padoru Girl:**
26
+ ![Padoru Girl]()
27
+ ```
28
+ 1girl,blonde,masterpiece, bg Christmas,snowing
29
+ Negative prompt: deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra_limb, ugly, poorly drawn hands, no color, weird colors, censored, deformed glasses, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username,cropped
30
+ Steps: 40, Sampler: DDIM, CFG scale: 9,Seed: 392298786, Size: 640x512
31
+ ```