Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +65 -0
- flux-lora-artherian.safetensors +3 -0
- flux-lora-artherian_000000500.safetensors +3 -0
- flux-lora-artherian_000000750.safetensors +3 -0
- flux-lora-artherian_000001000.safetensors +3 -0
- flux-lora-artherian_000001250.safetensors +3 -0
- samples/1738513701367__000001500_0.jpg +3 -0
- samples/1738513753151__000001500_1.jpg +0 -0
- samples/1738513804971__000001500_2.jpg +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
samples/1738513701367__000001500_0.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: A person in a bustling cafe artherian elf
|
11 |
+
output:
|
12 |
+
url: samples/1738513701367__000001500_0.jpg
|
13 |
+
- text: The image is a close-up of a woman Elf's upper body, with multiple tattoos
|
14 |
+
covering her entire upper body. The tattoos are intricate and detailed, with
|
15 |
+
a variety of colors and patterns. The woman is wearing a gold-colored bra
|
16 |
+
with thin straps and a small floral design on the front. The bra has a deep
|
17 |
+
V-neckline and appears to be made of a shiny, metallic material. The background
|
18 |
+
is a solid red color, which contrasts with the gold of the bra and the vibrant
|
19 |
+
colors of the tattoos. A white feather is visible on the right side of the
|
20 |
+
image, adding a touch of elegance to the overall composition. artherian elf
|
21 |
+
output:
|
22 |
+
url: samples/1738513753151__000001500_1.jpg
|
23 |
+
- text: Digital art close-up portrait of a young woman with long white hair. She
|
24 |
+
is wearing a silver tiara on her head and a choker necklace around her neck.
|
25 |
+
Her lips are slightly parted and her tongue is sticking out, as if she is
|
26 |
+
about to take a bite out of something. Her eyes are closed and her lips are
|
27 |
+
painted a soft pink color. The background is a plain white wall. The overall
|
28 |
+
mood of the image is dramatic and glamorous. artherian elf
|
29 |
+
output:
|
30 |
+
url: samples/1738513804971__000001500_2.jpg
|
31 |
+
base_model: black-forest-labs/FLUX.1-dev
|
32 |
+
instance_prompt: artherian elf
|
33 |
+
license: other
|
34 |
+
license_name: flux-1-dev-non-commercial-license
|
35 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
36 |
+
---
|
37 |
+
|
38 |
+
# flux-lora-artherian
|
39 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
40 |
+
<Gallery />
|
41 |
+
|
42 |
+
## Trigger words
|
43 |
+
|
44 |
+
You should use `artherian elf` to trigger the image generation.
|
45 |
+
|
46 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
47 |
+
|
48 |
+
Weights for this model are available in Safetensors format.
|
49 |
+
|
50 |
+
[Download](/obann001/flux-lora-artherian/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('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
59 |
+
pipeline.load_lora_weights('obann001/flux-lora-artherian', weight_name='flux-lora-artherian.safetensors')
|
60 |
+
image = pipeline('A person in a bustling cafe artherian elf').images[0]
|
61 |
+
image.save("my_image.png")
|
62 |
+
```
|
63 |
+
|
64 |
+
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)
|
65 |
+
|
flux-lora-artherian.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31edb5b88ec3fbd62b8245c5b4f6c7e77b56db863523097d6f2d9ca17012d6d2
|
3 |
+
size 343805472
|
flux-lora-artherian_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0e9eb4f7f698a5de91c7ec5948d69e525c9bbb9233d4500fd8a5afeb2fd97fb
|
3 |
+
size 343805472
|
flux-lora-artherian_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d5070f47f3a56f15856ae68a58b4c4f254d5dc0a76973ef608988f9ddfce5db
|
3 |
+
size 343805472
|
flux-lora-artherian_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:539e5c2f00a35d0d0cacd11e5ccb3b74f4d3fc828e575f8aa1add08a292b43b2
|
3 |
+
size 343805472
|
flux-lora-artherian_000001250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7da6fa1a2bdd6d1123468facbc2d137c40d68e45e28de58c1286750f474a7d9d
|
3 |
+
size 343805472
|
samples/1738513701367__000001500_0.jpg
ADDED
![]() |
Git LFS Details
|
samples/1738513753151__000001500_1.jpg
ADDED
![]() |
samples/1738513804971__000001500_2.jpg
ADDED
![]() |