lokesh6309
commited on
Commit
•
63d3333
1
Parent(s):
552059a
Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,13 @@ tags:
|
|
6 |
- diffusers
|
7 |
- template:sd-lora
|
8 |
widget:
|
9 |
-
- text: A
|
10 |
parameters:
|
11 |
negative_prompt: >-
|
12 |
worst quality, low quality, bad anatomy, watermark, text, blurry, cartoon,
|
13 |
unreal
|
14 |
output:
|
15 |
-
url:
|
16 |
base_model: runwayml/stable-diffusion-v1-5
|
17 |
instance_prompt: null
|
18 |
license: mit
|
@@ -56,17 +56,14 @@ display(lora_image)
|
|
56 |
### Results
|
57 |
|
58 |
We use four prompts as follows:
|
59 |
-
|
60 |
-
- 'A middle-aged man,beard ,attractive'
|
61 |
-
- 'A girl with long blonde hair'
|
62 |
-
- 'An young man with curry hair'
|
63 |
|
64 |
The **negative prompt** are the same as the example codes. All the results are randomly generated and **not** cherry-picked.
|
65 |
|
66 |
If the generation effect is not good, try adding a negative prompt, or try different prompts and seeds.
|
67 |
|
68 |
|
69 |
-
![Result](./
|
70 |
|
71 |
|
72 |
|
|
|
6 |
- diffusers
|
7 |
- template:sd-lora
|
8 |
widget:
|
9 |
+
- text: A rugged face with a thick mustache, dark eyes under a wide-brimmed hat. The expression is stern and untrustworthy, with wrinkles indicating years of experience as a notorious thief. Dressed in worn-out clothes, he carries an air of danger..
|
10 |
parameters:
|
11 |
negative_prompt: >-
|
12 |
worst quality, low quality, bad anatomy, watermark, text, blurry, cartoon,
|
13 |
unreal
|
14 |
output:
|
15 |
+
url: prompt1.png
|
16 |
base_model: runwayml/stable-diffusion-v1-5
|
17 |
instance_prompt: null
|
18 |
license: mit
|
|
|
56 |
### Results
|
57 |
|
58 |
We use four prompts as follows:
|
59 |
+
A rugged face with a thick mustache, dark eyes under a wide-brimmed hat. The expression is stern and untrustworthy, with wrinkles indicating years of experience as a notorious thief. Dressed in worn-out clothes, he carries an air of danger.
|
|
|
|
|
|
|
60 |
|
61 |
The **negative prompt** are the same as the example codes. All the results are randomly generated and **not** cherry-picked.
|
62 |
|
63 |
If the generation effect is not good, try adding a negative prompt, or try different prompts and seeds.
|
64 |
|
65 |
|
66 |
+
![Result](./prompt1.png)
|
67 |
|
68 |
|
69 |
|