ronnykhalil
commited on
Commit
•
87e62d9
1
Parent(s):
c8e4c90
Upload folder using huggingface_hub
Browse files- README.md +53 -0
- samples/1725937585509__000002323_0.jpg +0 -0
- samples/1725937619207__000002323_1.jpg +0 -0
- samples/1725937653805__000002323_2.jpg +0 -0
- tbgs.safetensors +3 -0
- tbgs_000001500.safetensors +3 -0
- tbgs_000001750.safetensors +3 -0
- tbgs_000002000.safetensors +3 -0
- tbgs_000002250.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: tbgs in a park surrounded by animals
|
11 |
+
output:
|
12 |
+
url: samples/1725937585509__000002323_0.jpg
|
13 |
+
- text: tbgs in a park surrounded by animals
|
14 |
+
output:
|
15 |
+
url: samples/1725937619207__000002323_1.jpg
|
16 |
+
- text: tbgs in a park surrounded by animals
|
17 |
+
output:
|
18 |
+
url: samples/1725937653805__000002323_2.jpg
|
19 |
+
base_model: black-forest-labs/FLUX.1-dev
|
20 |
+
instance_prompt: tbgs
|
21 |
+
license: other
|
22 |
+
license_name: flux-1-dev-non-commercial-license
|
23 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
24 |
+
---
|
25 |
+
|
26 |
+
# tbgs
|
27 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
28 |
+
<Gallery />
|
29 |
+
|
30 |
+
## Trigger words
|
31 |
+
|
32 |
+
You should use `tbgs` to trigger the image generation.
|
33 |
+
|
34 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
35 |
+
|
36 |
+
Weights for this model are available in Safetensors format.
|
37 |
+
|
38 |
+
[Download](/ronnykhalil/tbgs/tree/main) them in the Files & versions tab.
|
39 |
+
|
40 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
41 |
+
|
42 |
+
```py
|
43 |
+
from diffusers import AutoPipelineForText2Image
|
44 |
+
import torch
|
45 |
+
|
46 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
47 |
+
pipeline.load_lora_weights('ronnykhalil/tbgs', weight_name='tbgs')
|
48 |
+
image = pipeline('tbgs in a park surrounded by animals').images[0]
|
49 |
+
image.save("my_image.png")
|
50 |
+
```
|
51 |
+
|
52 |
+
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)
|
53 |
+
|
samples/1725937585509__000002323_0.jpg
ADDED
samples/1725937619207__000002323_1.jpg
ADDED
samples/1725937653805__000002323_2.jpg
ADDED
tbgs.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:390415478cf905411876b0f44b9d49708f5f47be509e879aa970fd4454e32840
|
3 |
+
size 171969384
|
tbgs_000001500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0acdb885ddcad983bb7b9fb17386931153c9b2791c276d7d9c8b9a7a77d8c670
|
3 |
+
size 171969384
|
tbgs_000001750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fcd44f83aff801a8f385b05d0653152eece5b9cced665c55cf099678427101c
|
3 |
+
size 171969384
|
tbgs_000002000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:839e27fbe42fca7e89f98076186257e0f83bb4c602b61176cc972c1f3121955d
|
3 |
+
size 171969384
|
tbgs_000002250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:142d7572093d5d1b38b1db8a428e6bcc660542b846e4a48fa8c6049abf6bb89f
|
3 |
+
size 171969384
|