Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,30 @@ If you want to find out how to train your own Stable Diffusion variants, see thi
|
|
23 |
![pk1.jpg](https://staticassetbucket.s3.us-west-1.amazonaws.com/outputv2_grid.png)
|
24 |
> "Bill Gates with a hoodie", "John Oliver with Naruto style", "Hello Kitty with Naruto style", "Lebron James with a hat", "Mickael Jackson as a ninja", "Banksy Street art of ninja"
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
## Usage
|
27 |
|
28 |
To run model locally:
|
|
|
23 |
![pk1.jpg](https://staticassetbucket.s3.us-west-1.amazonaws.com/outputv2_grid.png)
|
24 |
> "Bill Gates with a hoodie", "John Oliver with Naruto style", "Hello Kitty with Naruto style", "Lebron James with a hat", "Mickael Jackson as a ninja", "Banksy Street art of ninja"
|
25 |
|
26 |
+
## Prompt engineering matters
|
27 |
+
|
28 |
+
We find that prompt engineering does help produce compelling and consistent Naruto style portraits.
|
29 |
+
For example, writing prompts such as 'portrait of <person_name> as a ninja' or '<person_name> in the style of Naruto> tends to produce results that are closer to the style of Naruto character with the characteristic headband and other elements of costume.
|
30 |
+
|
31 |
+
Here are a few examples of prompts with and without prompt engineering that will illustrate that point.
|
32 |
+
|
33 |
+
**Bill Gates:**
|
34 |
+
![pk2.jpg](https://staticassetbucket.s3.us-west-1.amazonaws.com/bill_gates_vanilla.png)
|
35 |
+
> Without prompt engineering
|
36 |
+
|
37 |
+
![pk3.jpg](https://staticassetbucket.s3.us-west-1.amazonaws.com/bill_gates_ninja.png)
|
38 |
+
> With prompt engineering
|
39 |
+
|
40 |
+
**A cute bunny:**
|
41 |
+
|
42 |
+
![pk4.jpg](https://staticassetbucket.s3.us-west-1.amazonaws.com/cute_bunny_vanilla.png)
|
43 |
+
> Without prompt engineering
|
44 |
+
|
45 |
+
![pk4.jpg](https://staticassetbucket.s3.us-west-1.amazonaws.com/cute_bunny_ninja.png)
|
46 |
+
> With prompt engineering
|
47 |
+
|
48 |
+
|
49 |
+
|
50 |
## Usage
|
51 |
|
52 |
To run model locally:
|