DamarJati commited on
Commit
6abba92
·
1 Parent(s): 807e626

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-to-image
3
+ inference:
4
+ parameter:
5
+ width: 768
6
+ height: 768
7
+ negative_prompt: >-
8
+ lowres, bad anatomy, bad hands, text, extra digit,fewer digits, cropped, worst quality, low quality, normal quality, jpeg,artifacts, signature, watermark, username, blurry, ugly, duplicate,morbid, mutilated, extra fingers, mutated hands, poorly drawn hands,poorly drawn face, mutation, deformed, blurry, bad anatomy, bad
9
+ widget:
10
+ - text: 1girl,hair with bangs,black long dress,orange background
11
+ example_title: Example 1
12
+ - text: 1girl,sweater,white background
13
+ example_title: Example 1
14
+ - text: 1girl,face,curly hair,red hair,white background
15
+ example_title: Example 1
16
+ library_name: diffusers
17
+ ---