Upload folder using huggingface_hub
Browse files- README.md +47 -0
- samples/._1726457535230__000000000_0.jpg +0 -0
- samples/._1726457990633__000000250_0.jpg +0 -0
- samples/._1726458443407__000000500_0.jpg +0 -0
- samples/._1726458895956__000000750_0.jpg +0 -0
- samples/._1726459353292__000001000_0.jpg +0 -0
- samples/._1726459808045__000001250_0.jpg +0 -0
- samples/._1726460260295__000001500_0.jpg +0 -0
- samples/._1726460716880__000001750_0.jpg +0 -0
- samples/._1726461169798__000002000_0.jpg +0 -0
- samples/1726457535230__000000000_0.jpg +0 -0
- samples/1726457990633__000000250_0.jpg +0 -0
- samples/1726458443407__000000500_0.jpg +0 -0
- samples/1726458895956__000000750_0.jpg +0 -0
- samples/1726459353292__000001000_0.jpg +0 -0
- samples/1726459808045__000001250_0.jpg +0 -0
- samples/1726460260295__000001500_0.jpg +0 -0
- samples/1726460716880__000001750_0.jpg +0 -0
- samples/1726461169798__000002000_0.jpg +0 -0
- samples/1726471022671__000002000_0.jpg +0 -0
- tattoo_ai1.safetensors +3 -0
- tattoo_ai1_000001000.safetensors +3 -0
- tattoo_ai1_000001250.safetensors +3 -0
- tattoo_ai1_000001500.safetensors +3 -0
- tattoo_ai1_000001750.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- flux
|
| 5 |
+
- lora
|
| 6 |
+
- diffusers
|
| 7 |
+
- template:sd-lora
|
| 8 |
+
- ai-toolkit
|
| 9 |
+
widget:
|
| 10 |
+
- text: '[trigger] style'
|
| 11 |
+
output:
|
| 12 |
+
url: samples/1726461169798__000002000_0.jpg
|
| 13 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 14 |
+
instance_prompt: TATTOOAI
|
| 15 |
+
license: other
|
| 16 |
+
license_name: flux-1-dev-non-commercial-license
|
| 17 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# tattoo_ai1
|
| 21 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
| 22 |
+
<Gallery />
|
| 23 |
+
|
| 24 |
+
## Trigger words
|
| 25 |
+
|
| 26 |
+
You should use `TATTOOAI` to trigger the image generation.
|
| 27 |
+
|
| 28 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
| 29 |
+
|
| 30 |
+
Weights for this model are available in Safetensors format.
|
| 31 |
+
|
| 32 |
+
[Download](/uwcc/tattooai/tree/main) them in the Files & versions tab.
|
| 33 |
+
|
| 34 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
| 35 |
+
|
| 36 |
+
```py
|
| 37 |
+
from diffusers import AutoPipelineForText2Image
|
| 38 |
+
import torch
|
| 39 |
+
|
| 40 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
| 41 |
+
pipeline.load_lora_weights('uwcc/tattooai', weight_name='tattoo_ai1')
|
| 42 |
+
image = pipeline('[trigger] style').images[0]
|
| 43 |
+
image.save("my_image.png")
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
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)
|
| 47 |
+
|
samples/._1726457535230__000000000_0.jpg
ADDED
|
samples/._1726457990633__000000250_0.jpg
ADDED
|
samples/._1726458443407__000000500_0.jpg
ADDED
|
samples/._1726458895956__000000750_0.jpg
ADDED
|
samples/._1726459353292__000001000_0.jpg
ADDED
|
samples/._1726459808045__000001250_0.jpg
ADDED
|
samples/._1726460260295__000001500_0.jpg
ADDED
|
samples/._1726460716880__000001750_0.jpg
ADDED
|
samples/._1726461169798__000002000_0.jpg
ADDED
|
samples/1726457535230__000000000_0.jpg
ADDED
|
samples/1726457990633__000000250_0.jpg
ADDED
|
samples/1726458443407__000000500_0.jpg
ADDED
|
samples/1726458895956__000000750_0.jpg
ADDED
|
samples/1726459353292__000001000_0.jpg
ADDED
|
samples/1726459808045__000001250_0.jpg
ADDED
|
samples/1726460260295__000001500_0.jpg
ADDED
|
samples/1726460716880__000001750_0.jpg
ADDED
|
samples/1726461169798__000002000_0.jpg
ADDED
|
samples/1726471022671__000002000_0.jpg
ADDED
|
tattoo_ai1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15fa823bd363da7ca149ed782227835d16c122e2e445d5b99c82d3a4070ee61d
|
| 3 |
+
size 171969400
|
tattoo_ai1_000001000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b176a132489bfab17a1fe107139b70a0e6992fb8cfd835c10f934477c3c5c2e
|
| 3 |
+
size 171969400
|
tattoo_ai1_000001250.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a806f25f7c21c0559c89ffae1aa8ab5e26e1d1f9cd0df2d9fb26e3e551fb27a9
|
| 3 |
+
size 171969400
|
tattoo_ai1_000001500.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48f4442be7671958db9144cd8c474cf047f1a30ecb2c491406bd1b04b9742052
|
| 3 |
+
size 171969400
|
tattoo_ai1_000001750.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c51fe579baadc8fa9164530c5b418d4aa9ea0f22da319b6d52377899949c510
|
| 3 |
+
size 171969400
|