|
--- |
|
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) |