Tattoo Maker
Model description
Originally created this LoRa while brainstorming for tattoo designs created in procreate.
When illustrating characters finding original tattoo art became more time-consuming than I'd like so I made this little thing to help me along the way. If you are a tattoo artist, or just one who likes to create some fun intricate designs, this may be something to add to your workflow. Prompt it as you were anything else to create a tattoo design, including "skulls", "flames", "smoke", etc
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('brushpenbob/tattoo-maker', weight_name='Tattoo_Maker.safetensors')
image = pipeline('Your custom prompt').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 10
Model tree for brushpenbob/tattoo-maker
Base model
runwayml/stable-diffusion-v1-5