Upload folder using huggingface_hub
Browse files- 1anth0ny.safetensors +3 -0
- README.md +25 -24
- samples/1726774510357__000003500_0.jpg +0 -0
1anth0ny.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aed988bb4c1c3783a86180718bfc0b8f93efc24a5747ef089fdd9e948dbb6b3a
|
3 |
+
size 171969400
|
README.md
CHANGED
@@ -1,36 +1,35 @@
|
|
1 |
---
|
2 |
-
license: other
|
3 |
-
license_name: flux-1-dev-non-commercial-license
|
4 |
-
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
5 |
-
language:
|
6 |
-
- en
|
7 |
tags:
|
|
|
8 |
- flux
|
9 |
-
- diffusers
|
10 |
- lora
|
11 |
-
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
instance_prompt: 1Anth0ny
|
20 |
-
|
21 |
-
|
22 |
-
# 1Anth0Ny
|
23 |
-
|
24 |
-
<!-- <Gallery /> -->
|
25 |
|
26 |
-
Trained on Replicate using:
|
27 |
|
28 |
-
|
29 |
|
|
|
|
|
|
|
30 |
|
31 |
## Trigger words
|
|
|
32 |
You should use `1Anth0ny` to trigger the image generation.
|
33 |
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
36 |
|
@@ -38,9 +37,11 @@ You should use `1Anth0ny` to trigger the image generation.
|
|
38 |
from diffusers import AutoPipelineForText2Image
|
39 |
import torch
|
40 |
|
41 |
-
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-
|
42 |
-
pipeline.load_lora_weights('kfhe/
|
43 |
-
image = pipeline('
|
|
|
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)
|
|
|
|
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 1Anth0ny
|
11 |
+
output:
|
12 |
+
url: samples/1726774510357__000003500_0.jpg
|
13 |
+
base_model: black-forest-labs/FLUX.1-schnell
|
14 |
instance_prompt: 1Anth0ny
|
15 |
+
license: apache-2.0
|
|
|
|
|
|
|
|
|
16 |
|
|
|
17 |
|
18 |
+
---
|
19 |
|
20 |
+
# 1anth0ny
|
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 `1Anth0ny` 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](/kfhe/1anth0ny/tree/main) them in the Files & versions tab.
|
33 |
|
34 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
35 |
|
|
|
37 |
from diffusers import AutoPipelineForText2Image
|
38 |
import torch
|
39 |
|
40 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-schnell', torch_dtype=torch.bfloat16).to('cuda')
|
41 |
+
pipeline.load_lora_weights('kfhe/1anth0ny', weight_name='1anth0ny')
|
42 |
+
image = pipeline('A person in a bustling cafe 1Anth0ny').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/1726774510357__000003500_0.jpg
ADDED