Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- README.md +57 -0
- carbo-800.safetensors +3 -0
- carbo-800_000000250.safetensors +3 -0
- carbo-800_000000500.safetensors +3 -0
- carbo-800_000000750.safetensors +3 -0
- samples/1739547289701__000001000_0.jpg +3 -0
- samples/1739547318618__000001000_1.jpg +3 -0
- samples/1739547347440__000001000_2.jpg +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ 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/1739547289701__000001000_0.jpg filter=lfs diff=lfs merge=lfs -text
|
37 |
+
samples/1739547318618__000001000_1.jpg filter=lfs diff=lfs merge=lfs -text
|
38 |
+
samples/1739547347440__000001000_2.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 painting of a woman with red hair wearing a hat. Her eyes are closed and
|
11 |
+
her lips are slightly parted, giving her a peaceful and serene look. The background
|
12 |
+
is a soft, muted color, allowing the woman to stand out in the painting. in
|
13 |
+
the style of TOK
|
14 |
+
output:
|
15 |
+
url: samples/1739547289701__000001000_0.jpg
|
16 |
+
- text: a man with red hair wearing a blue hat. in the style of TOK
|
17 |
+
output:
|
18 |
+
url: samples/1739547318618__000001000_1.jpg
|
19 |
+
- text: a woman with a bow on her head. She has a gentle expression on her face
|
20 |
+
and her eyes are looking off to the side. in the style of OTK
|
21 |
+
output:
|
22 |
+
url: samples/1739547347440__000001000_2.jpg
|
23 |
+
base_model: black-forest-labs/FLUX.1-dev
|
24 |
+
instance_prompt: in the style of TOK
|
25 |
+
license: other
|
26 |
+
license_name: flux-1-dev-non-commercial-license
|
27 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
28 |
+
---
|
29 |
+
|
30 |
+
# carbo-800
|
31 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
32 |
+
<Gallery />
|
33 |
+
|
34 |
+
## Trigger words
|
35 |
+
|
36 |
+
You should use `in the style of TOK` to trigger the image generation.
|
37 |
+
|
38 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
39 |
+
|
40 |
+
Weights for this model are available in Safetensors format.
|
41 |
+
|
42 |
+
[Download](/fffiloni/carbo-800/tree/main) them in the Files & versions tab.
|
43 |
+
|
44 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
45 |
+
|
46 |
+
```py
|
47 |
+
from diffusers import AutoPipelineForText2Image
|
48 |
+
import torch
|
49 |
+
|
50 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
51 |
+
pipeline.load_lora_weights('fffiloni/carbo-800', weight_name='carbo-800.safetensors')
|
52 |
+
image = pipeline('a painting of a woman with red hair wearing a hat. Her eyes are closed and her lips are slightly parted, giving her a peaceful and serene look. The background is a soft, muted color, allowing the woman to stand out in the painting. in the style of TOK').images[0]
|
53 |
+
image.save("my_image.png")
|
54 |
+
```
|
55 |
+
|
56 |
+
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)
|
57 |
+
|
carbo-800.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f63e1789b579c88701344cea9ecc69edbacba45af88c587ad43e2bf36bb73217
|
3 |
+
size 171969424
|
carbo-800_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:791c2a510a5bb4e850bdda84ea0bdb9df400c5aaef6fa06b282c49ff8d5185c3
|
3 |
+
size 171969424
|
carbo-800_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d28377f4f07913207356d91d710632cf634456e8b9ccdd0b4594e76529dc84af
|
3 |
+
size 171969424
|
carbo-800_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e74d846918dc66f3f62e8e6b2952c6a7fbf6d6be7644cbf2ea710e648bd876a
|
3 |
+
size 171969424
|
samples/1739547289701__000001000_0.jpg
ADDED
![]() |
Git LFS Details
|
samples/1739547318618__000001000_1.jpg
ADDED
![]() |
Git LFS Details
|
samples/1739547347440__000001000_2.jpg
ADDED
![]() |
Git LFS Details
|