Instructions to use Norod78/yet-another-sdxl-tattoo-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Norod78/yet-another-sdxl-tattoo-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Norod78/yet-another-sdxl-tattoo-lora") prompt = "A cthulhu tattoo " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
ada69c3
1
Parent(s): d8fc13f
Upload folder using huggingface_hub
Browse files- 3334836.jpeg +0 -0
- 3334847.jpeg +0 -0
- 3334852.jpeg +0 -0
- 3334853.jpeg +0 -0
- 3334855.jpeg +0 -0
- 3334856.jpeg +0 -0
- 3334857.jpeg +0 -0
- 3334859.jpeg +0 -0
- 3334864.jpeg +0 -0
- 3334866.jpeg +0 -0
- README.md +66 -0
- SDXL-tattoo-Lora.safetensors +3 -0
3334836.jpeg
ADDED
|
3334847.jpeg
ADDED
|
3334852.jpeg
ADDED
|
3334853.jpeg
ADDED
|
3334855.jpeg
ADDED
|
3334856.jpeg
ADDED
|
3334857.jpeg
ADDED
|
3334859.jpeg
ADDED
|
3334864.jpeg
ADDED
|
3334866.jpeg
ADDED
|
README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- text-to-image
|
| 5 |
+
- stable-diffusion
|
| 6 |
+
- lora
|
| 7 |
+
- diffusers
|
| 8 |
+
- style
|
| 9 |
+
- tattoos
|
| 10 |
+
- tattoo
|
| 11 |
+
- sdxl style lora
|
| 12 |
+
|
| 13 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 14 |
+
instance_prompt: tattoo
|
| 15 |
+
widget:
|
| 16 |
+
- text: "A cthulhu tattoo "
|
| 17 |
+
- text: "A Disney princess tattoo "
|
| 18 |
+
- text: "A tattoo of Alice in wonderland falling down the rabbit hole "
|
| 19 |
+
- text: "A tattoo of a psychedelic acid trip "
|
| 20 |
+
- text: "A rose tattoo "
|
| 21 |
+
- text: "A crazy clown tattoo "
|
| 22 |
+
- text: "Rainbow unicorn tattoo "
|
| 23 |
+
- text: "Rainbow unicorn tattoo "
|
| 24 |
+
- text: "A female Night elf WoW tattoo "
|
| 25 |
+
- text: "A male Night elf WoW tattoo "
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
# Yet another SDXL Tattoo LoRA
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+

|
| 33 |
+
> A cthulhu tattoo
|
| 34 |
+
|
| 35 |
+
([CivitAI](https://civitai.com/models/186453))
|
| 36 |
+
|
| 37 |
+
<p>Use the word "tattoo" in your prompts.</p><p>I used very simple short prompts. I did not use "Negative" prompt. For some reason "Euler a" with 32 steps (80% SDXL base 20% Refiner) worked best for me.</p>
|
| 38 |
+
|
| 39 |
+
## Image examples for the model:
|
| 40 |
+

|
| 41 |
+
> A Disney princess tattoo
|
| 42 |
+
|
| 43 |
+

|
| 44 |
+
> A tattoo of Alice in wonderland falling down the rabbit hole
|
| 45 |
+
|
| 46 |
+

|
| 47 |
+
> A tattoo of a psychedelic acid trip
|
| 48 |
+
|
| 49 |
+

|
| 50 |
+
> A rose tattoo
|
| 51 |
+
|
| 52 |
+

|
| 53 |
+
> A crazy clown tattoo
|
| 54 |
+
|
| 55 |
+

|
| 56 |
+
> Rainbow unicorn tattoo
|
| 57 |
+
|
| 58 |
+

|
| 59 |
+
> Rainbow unicorn tattoo
|
| 60 |
+
|
| 61 |
+

|
| 62 |
+
> A female Night elf WoW tattoo
|
| 63 |
+
|
| 64 |
+

|
| 65 |
+
> A male Night elf WoW tattoo
|
| 66 |
+
|
SDXL-tattoo-Lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a58e7dc354b036a91ec1651385515086f9fe48ae9df52f3b43e75fdca58d86e
|
| 3 |
+
size 57460668
|