Instructions to use segmind/lora-tatttoo-ssd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use segmind/lora-tatttoo-ssd with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("segmind/SSD-1B-fp32", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("segmind/lora-tatttoo-ssd") prompt = "tssd tattoo" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("segmind/SSD-1B-fp32", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("segmind/lora-tatttoo-ssd")
prompt = "tssd tattoo"
image = pipe(prompt).images[0]LoRA DreamBooth - Warlord-K/lora-tattoo-sdxl
These are LoRA adaption weights for segmind/SSD-1B-fp32. The weights were trained on tssd tattoo using DreamBooth. You can find some example images in the following.
LoRA for the text encoder was enabled: False.
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
- Downloads last month
- 15
Model tree for segmind/lora-tatttoo-ssd
Base model
segmind/SSD-1B-fp32


