brushpenbob
commited on
Commit
•
ac65a37
1
Parent(s):
a9b2518
Upload folder using huggingface_hub
Browse files- 8573029.jpeg +0 -0
- 8599823.jpeg +0 -0
- README.md +64 -0
- Tattoo_Maker.safetensors +3 -0
8573029.jpeg
ADDED
8599823.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=False&allowDifferentLicense=False
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- style
|
13 |
+
- tattoo
|
14 |
+
- tattoo design
|
15 |
+
|
16 |
+
base_model: runwayml/stable-diffusion-v1-5
|
17 |
+
instance_prompt:
|
18 |
+
widget:
|
19 |
+
- text: ' '
|
20 |
+
|
21 |
+
output:
|
22 |
+
url: >-
|
23 |
+
8599823.jpeg
|
24 |
+
- text: ' '
|
25 |
+
|
26 |
+
output:
|
27 |
+
url: >-
|
28 |
+
8573029.jpeg
|
29 |
+
|
30 |
+
---
|
31 |
+
|
32 |
+
# Tattoo Maker
|
33 |
+
|
34 |
+
<Gallery />
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
+
|
39 |
+
|
40 |
+
## Model description
|
41 |
+
|
42 |
+
<p>Originally created this LoRa while brainstorming for tattoo designs created in procreate.</p><p>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</p>
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
## Download model
|
47 |
+
|
48 |
+
Weights for this model are available in Safetensors format.
|
49 |
+
|
50 |
+
[Download](/brushpenbob/tattoo-maker/tree/main) them in the Files & versions tab.
|
51 |
+
|
52 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
53 |
+
|
54 |
+
```py
|
55 |
+
from diffusers import AutoPipelineForText2Image
|
56 |
+
import torch
|
57 |
+
|
58 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
|
59 |
+
pipeline.load_lora_weights('brushpenbob/tattoo-maker', weight_name='Tattoo_Maker.safetensors')
|
60 |
+
image = pipeline('Your custom prompt').images[0]
|
61 |
+
```
|
62 |
+
|
63 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
64 |
+
|
Tattoo_Maker.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55b944e78cf7810478e01d7af3ad9d846336b653a178e7ad59e1c29adcd66be5
|
3 |
+
size 37885176
|