Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +52 -0
- illustration-bd-test-800.safetensors +3 -0
- illustration-bd-test-800_000000250.safetensors +3 -0
- illustration-bd-test-800_000000500.safetensors +3 -0
- illustration-bd-test-800_000000750.safetensors +3 -0
- samples/1739543051119__000000800_0.jpg +3 -0
- samples/1739543056428__000000800_1.jpg +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ 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/1739543051119__000000800_0.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
samples/1739543056428__000000800_1.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 girl sitting under a tree in the style of TOK
|
| 11 |
+
output:
|
| 12 |
+
url: samples/1739543051119__000000800_0.jpg
|
| 13 |
+
- text: a boy wearing a hat and holding a fishing rod, sitting in a boat with a
|
| 14 |
+
crocodile on it, surrounded by water and grass, with a sky full of clouds
|
| 15 |
+
in the background. in the style of TOK
|
| 16 |
+
output:
|
| 17 |
+
url: samples/1739543056428__000000800_1.jpg
|
| 18 |
+
base_model: black-forest-labs/FLUX.1-schnell
|
| 19 |
+
instance_prompt: in the style of TOK
|
| 20 |
+
license: apache-2.0
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
# illustration-bd-test-800
|
| 26 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
| 27 |
+
<Gallery />
|
| 28 |
+
|
| 29 |
+
## Trigger words
|
| 30 |
+
|
| 31 |
+
You should use `in the style of TOK` to trigger the image generation.
|
| 32 |
+
|
| 33 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
| 34 |
+
|
| 35 |
+
Weights for this model are available in Safetensors format.
|
| 36 |
+
|
| 37 |
+
[Download](/fffiloni/illustration-bd-test-800/tree/main) them in the Files & versions tab.
|
| 38 |
+
|
| 39 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
| 40 |
+
|
| 41 |
+
```py
|
| 42 |
+
from diffusers import AutoPipelineForText2Image
|
| 43 |
+
import torch
|
| 44 |
+
|
| 45 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-schnell', torch_dtype=torch.bfloat16).to('cuda')
|
| 46 |
+
pipeline.load_lora_weights('fffiloni/illustration-bd-test-800', weight_name='illustration-bd-test-800.safetensors')
|
| 47 |
+
image = pipeline('a girl sitting under a tree in the style of TOK').images[0]
|
| 48 |
+
image.save("my_image.png")
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
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)
|
| 52 |
+
|
illustration-bd-test-800.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b3593a7637fce9f476b5948389fb89b7e57c0d88ab93d2523eeb38e16360507
|
| 3 |
+
size 171969448
|
illustration-bd-test-800_000000250.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11be20294d3de105409955cb5a519a1e36dd0a7f8ee1b9f9e1787619acd38bbf
|
| 3 |
+
size 171969448
|
illustration-bd-test-800_000000500.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f0e6f8ebee62cb3bd56d484c93e4a67d4333a537c7b827e24074f4bf16d5c05
|
| 3 |
+
size 171969448
|
illustration-bd-test-800_000000750.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dc05571725a424b584316481bcb650d8eb23b8861a872a9f3cb55b23109b1dd
|
| 3 |
+
size 171969448
|
samples/1739543051119__000000800_0.jpg
ADDED
|
Git LFS Details
|
samples/1739543056428__000000800_1.jpg
ADDED
|
Git LFS Details
|