artificialhoney
commited on
Commit
•
1977c8c
1
Parent(s):
fbb0866
chore: update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
base_model: Lykon/DreamShaper
|
@@ -9,6 +8,8 @@ tags:
|
|
9 |
- diffusers
|
10 |
- controlnet
|
11 |
inference: true
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# artificialhoney/graffiti
|
@@ -39,7 +40,7 @@ prompt=$(giger prompt "$prompt" --rendering_engine "Octane Render" --lightning_s
|
|
39 |
|
40 |
```bash
|
41 |
# Generate image
|
42 |
-
echo "$prompt" | giger image --output ./graffiti --name sketch --seed 0 --batch_count 10 --width 768 --height 432 --lora_model "OedoSoldier/detail-tweaker-lora" --lora_filename "add_detail.safetensors" --lora_scale 0.75 --input ./images/sketch.png --controlnet_model "artificialhoney/graffiti" --controlnet_conditioning_scale 0.
|
43 |
```
|
44 |
|
45 |
## Examples
|
@@ -50,4 +51,4 @@ echo "$prompt" | giger image --output ./graffiti --name sketch --seed 0 --batch_
|
|
50 |
|
51 |
### Graffiti on black background, in the colors purple and yellow, by 1Up Crew
|
52 |
![Seed 13](./images/seed-13.png)
|
53 |
-
![Seed 17](./images/seed-17.png)
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
base_model: Lykon/DreamShaper
|
|
|
8 |
- diffusers
|
9 |
- controlnet
|
10 |
inference: true
|
11 |
+
datasets:
|
12 |
+
- artificialhoney/graffiti
|
13 |
---
|
14 |
|
15 |
# artificialhoney/graffiti
|
|
|
40 |
|
41 |
```bash
|
42 |
# Generate image
|
43 |
+
echo "$prompt" | giger image --output ./graffiti --name sketch --seed 0 --batch_count 10 --width 768 --height 432 --lora_model "OedoSoldier/detail-tweaker-lora" --lora_filename "add_detail.safetensors" --lora_scale 0.75 --input ./images/sketch.png --controlnet_model "artificialhoney/graffiti" --controlnet_conditioning_scale 0.45
|
44 |
```
|
45 |
|
46 |
## Examples
|
|
|
51 |
|
52 |
### Graffiti on black background, in the colors purple and yellow, by 1Up Crew
|
53 |
![Seed 13](./images/seed-13.png)
|
54 |
+
![Seed 17](./images/seed-17.png)
|