flippinbits commited on
Commit
9d64d6b
1 Parent(s): 7d06849

fixing strings

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  base_model: "black-forest-labs/FLUX.1-dev"
13
  pipeline_tag: text-to-image
14
  widget:
15
- - text: "funny cat holding a sign "I <3 REPLICATE", dark blue scene, illustrated MSMRB style"
16
  output:
17
  url: "images/1.webp"
18
 
@@ -20,23 +20,18 @@ widget:
20
  output:
21
  url: "images/2.webp"
22
 
23
-
24
- - text: "funny white cat holding a sign "I <3 REPLICATE", sketch, grainy storybook illustration, black and white, illustrated MSMRB style"
25
  output:
26
  url: "images/3.webp"
27
 
28
-
29
  - text: "cat with a hat, illustrated MSMRB style"
30
  output:
31
  url: "images/4.jpg"
32
 
33
-
34
  - text: "man wearing a suit, illustrated MSMRB style"
35
  output:
36
  url: "images/5.jpg"
37
 
38
-
39
-
40
  instance_prompt: MSMRB
41
  ---
42
 
 
12
  base_model: "black-forest-labs/FLUX.1-dev"
13
  pipeline_tag: text-to-image
14
  widget:
15
+ - text: 'funny cat holding a sign "I <3 REPLICATE", dark blue scene, illustrated MSMRB style'
16
  output:
17
  url: "images/1.webp"
18
 
 
20
  output:
21
  url: "images/2.webp"
22
 
23
+ - text: 'funny white cat holding a sign "I <3 REPLICATE", sketch, grainy storybook illustration, black and white, illustrated MSMRB style'
 
24
  output:
25
  url: "images/3.webp"
26
 
 
27
  - text: "cat with a hat, illustrated MSMRB style"
28
  output:
29
  url: "images/4.jpg"
30
 
 
31
  - text: "man wearing a suit, illustrated MSMRB style"
32
  output:
33
  url: "images/5.jpg"
34
 
 
 
35
  instance_prompt: MSMRB
36
  ---
37