aplewe commited on
Commit
fad34f1
1 Parent(s): 321e69b

added example output for prompt suggestion

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -23,6 +23,12 @@ The images in the "samples" directory were generated using the Dynamic Prompts p
23
 
24
  `a page from a book containing pictures of a {car|galaxy|tree|cat} and a {lake|dog|house|sun} with text below the pictures written in the English language telling a {sad|happy|intersting|boring}
25
  story about the pictures`
 
 
 
 
 
 
26
 
27
  Directory structure and contents:
28
  ---------------------------------
 
23
 
24
  `a page from a book containing pictures of a {car|galaxy|tree|cat} and a {lake|dog|house|sun} with text below the pictures written in the English language telling a {sad|happy|intersting|boring}
25
  story about the pictures`
26
+
27
+ Running this may produce output like the following:
28
+
29
+ ![](./samples/11.png)
30
+
31
+ generated prompt: a page from a book containing pictures of a car and a dog with text below the pictures written in the English language telling a boring story about the pictures
32
 
33
  Directory structure and contents:
34
  ---------------------------------