artificialhoney
commited on
Commit
•
af87908
1
Parent(s):
4f349ef
chore: readme with example images
Browse files- .gitignore +2 -1
- README.md +38 -5
- image_control.png +0 -0
- images/seed-00.png +0 -0
- images/seed-03.png +0 -0
- images/seed-13.png +0 -0
- images/seed-17.png +0 -0
- images/sketch.png +0 -0
- images_0.png +0 -3
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
checkpoint-*/
|
2 |
-
logs/
|
|
|
|
1 |
checkpoint-*/
|
2 |
+
logs/
|
3 |
+
.DS_Store
|
README.md
CHANGED
@@ -11,10 +11,43 @@ tags:
|
|
11 |
inference: true
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
These are controlnet weights trained on Lykon/DreamShaper with
|
17 |
-
You can find some example images below.
|
18 |
-
prompt: a wall with graffiti on it, in the colors powderblue and lightsteelblue and cadetblue and cornflowerblue, by Skunk, located in Taiwan
|
19 |
-
![images_0)](./images_0.png)
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
inference: true
|
12 |
---
|
13 |
|
14 |
+
# artificialhoney/graffiti
|
15 |
|
16 |
+
These are **controlnet** weights trained on [Lykon/DreamShaper](https://huggingface.co/Lykon/DreamShaper) with a dataset from [artificialhoney/graffiti](https://huggingface.co/datasets/artificialhoney/graffiti).
|
|
|
|
|
|
|
17 |
|
18 |
+
You can create pretty pieces by passing an input sketch image to controlnet.
|
19 |
+
|
20 |
+
![Sketch](./images/sketch.png)
|
21 |
+
|
22 |
+
A good resource for tag fonts is [dafont.com](https://www.dafont.com/theme.php?cat=606).
|
23 |
+
|
24 |
+
|
25 |
+
## Usage
|
26 |
+
|
27 |
+
Following examples use a CLI to **diffusers**, which you can find on [GitHub](https://github.com/artificialhoney/sd):
|
28 |
+
|
29 |
+
```bash
|
30 |
+
# Define base prompt
|
31 |
+
prompt="graffiti on black background, in the colors purple and yellow"
|
32 |
+
```
|
33 |
+
|
34 |
+
```bash
|
35 |
+
# Extend prompt and add compel syntax (https://github.com/damian0815/compel)
|
36 |
+
prompt=$(sd prompt "$prompt" --rendering_engine "Octane Render" --lightning_style "Cinematic" --resolution "8k" --compel_style "subtle")
|
37 |
+
# ('graffiti on black background, in the colors purple and yellow', 'Octane Render, Cinematic, 8k').and()
|
38 |
+
```
|
39 |
+
|
40 |
+
```bash
|
41 |
+
# Generate image
|
42 |
+
echo "$prompt" | sd 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.75
|
43 |
+
```
|
44 |
+
|
45 |
+
## Examples
|
46 |
+
|
47 |
+
### Graffiti on black background, in the colors purple and yellow
|
48 |
+
![Seed 00](./images/seed-00.png)
|
49 |
+
![Seed 03](./images/seed-03.png)
|
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)
|
image_control.png
DELETED
Binary file (589 kB)
|
|
images/seed-00.png
ADDED
images/seed-03.png
ADDED
images/seed-13.png
ADDED
images/seed-17.png
ADDED
images/sketch.png
ADDED
images_0.png
DELETED
Git LFS Details
|