File size: 1,888 Bytes
4f349ef 1977c8c 4f349ef af87908 4f349ef af87908 4f349ef af87908 fbb0866 af87908 fbb0866 af87908 1977c8c af87908 1977c8c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
license: creativeml-openrail-m
base_model: Lykon/DreamShaper
tags:
- stable-diffusion
- stable-diffusion-diffusers
- text-to-image
- diffusers
- controlnet
inference: true
datasets:
- artificialhoney/graffiti
---
# artificialhoney/graffiti
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).
You can create pretty pieces by passing an input sketch image to controlnet.
![Sketch](./images/sketch.png)
A good resource for tag fonts is [dafont.com](https://www.dafont.com/theme.php?cat=606).
## Usage
Following examples use a CLI to **diffusers**, which you can find on [GitHub](https://github.com/artificialhoney/giger):
```bash
# Define base prompt
prompt="graffiti on black background, in the colors purple and yellow"
```
```bash
# Extend prompt and add compel syntax (https://github.com/damian0815/compel)
prompt=$(giger prompt "$prompt" --rendering_engine "Octane Render" --lightning_style "Cinematic" --resolution "8k" --compel_style "subtle")
# ('graffiti on black background, in the colors purple and yellow', 'Octane Render, Cinematic, 8k').and()
```
```bash
# Generate image
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
```
## Examples
### Graffiti on black background, in the colors purple and yellow
![Seed 00](./images/seed-00.png)
![Seed 03](./images/seed-03.png)
### Graffiti on black background, in the colors purple and yellow, by 1Up Crew
![Seed 13](./images/seed-13.png)
![Seed 17](./images/seed-17.png) |