osanseviero HF staff commited on
Commit
f33c2fb
1 Parent(s): 8e57d60

Specify right model card metadata

Browse files

This PR specifies the right metadata for this repository

Files changed (1) hide show
  1. README.md +26 -30
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  tags:
3
  - text-to-image
4
  - stable-diffusion
@@ -9,49 +17,37 @@ tags:
9
  - diffusers
10
  - template:sd-lora
11
  - openskyml
 
 
12
  widget:
13
- - text: >-
14
- a close up of a fire breathing pokemon figure, digital art, trending on
15
- polycount, real life charmander, sparks flying, photo-realistic unreal
16
- engine, pokemon in the wild
17
  output:
18
  url: images/1.jpeg
19
  - text: astronaut riding a llama on Mars
20
  output:
21
  url: images/2.jpg
22
- - text: >-
23
- cube cutout of an isometric programmer bedroom, 3d art, muted colors, soft
24
  lighting, high detail, concept art, behance, ray tracing
25
  output:
26
  url: images/3.jpg
27
- - text: >-
28
- mario, mario (series), 1boy, blue overalls, brown hair, facial hair, gloves,
29
- hat, male focus, mustache, overalls, red headwear, red shirt, shirt, short
30
- hair, upper body, white gloves.
31
  parameters:
32
- negative_prompt: >-
33
- (worst quality, low quality, normal quality, lowres, low details,
34
- oversaturated, undersaturated, overexposed, underexposed, grayscale, bw,
35
- bad photo, bad photography, bad art:1.4), (watermark, signature, text
36
- font, username, error, logo, words, letters, digits, autograph, trademark,
37
- name:1.2), (blur, blurry, grainy), morbid, ugly, asymmetrical, mutated
38
- malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of
39
- frame, cut off, censored, jpeg artifacts, out of focus, glitch, duplicate,
40
- (bad hands, bad anatomy, bad body, bad face, bad teeth, bad arms, bad
41
- legs, deformities:1.3)
42
  output:
43
  url: images/4.jpeg
44
- base_model: stablediffusionapi/juggernaut-xl-v5
45
  instance_prompt: <lora:Dall-e_3_0.3-v2-000003>
46
- license: gpl-3.0
47
- language:
48
- - en
49
- - fr
50
- - ru
51
- - hi
52
- - pa
53
- pipeline_tag: text-to-image
54
- library_name: diffusers
55
  ---
56
  # LLaVa Imagine
57
 
 
1
  ---
2
+ language:
3
+ - en
4
+ - fr
5
+ - ru
6
+ - hi
7
+ - pa
8
+ license: gpl-3.0
9
+ library_name: diffusers
10
  tags:
11
  - text-to-image
12
  - stable-diffusion
 
17
  - diffusers
18
  - template:sd-lora
19
  - openskyml
20
+ - llava
21
+ base_model: stablediffusionapi/juggernaut-xl-v5
22
  widget:
23
+ - text: a close up of a fire breathing pokemon figure, digital art, trending on polycount,
24
+ real life charmander, sparks flying, photo-realistic unreal engine, pokemon in
25
+ the wild
 
26
  output:
27
  url: images/1.jpeg
28
  - text: astronaut riding a llama on Mars
29
  output:
30
  url: images/2.jpg
31
+ - text: cube cutout of an isometric programmer bedroom, 3d art, muted colors, soft
 
32
  lighting, high detail, concept art, behance, ray tracing
33
  output:
34
  url: images/3.jpg
35
+ - text: mario, mario (series), 1boy, blue overalls, brown hair, facial hair, gloves,
36
+ hat, male focus, mustache, overalls, red headwear, red shirt, shirt, short hair,
37
+ upper body, white gloves.
 
38
  parameters:
39
+ negative_prompt: (worst quality, low quality, normal quality, lowres, low details,
40
+ oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad
41
+ photo, bad photography, bad art:1.4), (watermark, signature, text font, username,
42
+ error, logo, words, letters, digits, autograph, trademark, name:1.2), (blur,
43
+ blurry, grainy), morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly
44
+ lit, bad shadow, draft, cropped, out of frame, cut off, censored, jpeg artifacts,
45
+ out of focus, glitch, duplicate, (bad hands, bad anatomy, bad body, bad face,
46
+ bad teeth, bad arms, bad legs, deformities:1.3)
 
 
47
  output:
48
  url: images/4.jpeg
 
49
  instance_prompt: <lora:Dall-e_3_0.3-v2-000003>
50
+ pipeline_tag: image-text-to-text
 
 
 
 
 
 
 
 
51
  ---
52
  # LLaVa Imagine
53