Upload folder using huggingface_hub
Browse files- README.md +61 -0
- mini.safetensors +3 -0
- mini_000000250.safetensors +3 -0
- mini_000000500.safetensors +3 -0
- mini_000000750.safetensors +3 -0
- mini_000001000.safetensors +3 -0
- samples/1729749023323__000001200_0.jpg +0 -0
- samples/1729749054133__000001200_1.jpg +0 -0
- samples/1729749084960__000001200_2.jpg +0 -0
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: photograph of a small white toy poodle dressed as a fluffy ghost, complete
|
11 |
+
with a flowing white sheet and playful eye holes, sitting among carved pumpkins
|
12 |
+
and autumn leaves, with a mischievous sparkle in its eyes.festive atmosphere,
|
13 |
+
spooky charm, vibrant colors, playful expressions, enchanting details, Halloween
|
14 |
+
spirit Mini_HK
|
15 |
+
output:
|
16 |
+
url: samples/1729749023323__000001200_0.jpg
|
17 |
+
- text: A charming photograph of a small white toy poodle dressed in a traditional
|
18 |
+
Japanese kimono, sitting gracefully in a serene Kyoto garden, surrounded by
|
19 |
+
blooming cherry blossoms and tranquil stone lanterns.Mini_HK
|
20 |
+
output:
|
21 |
+
url: samples/1729749054133__000001200_1.jpg
|
22 |
+
- text: An elegant photograph of a small white toy poodle sitting regally on a plush
|
23 |
+
velvet cushion, adorned with a tiny jeweled tiara and a luxurious collar,
|
24 |
+
surrounded by soft, golden lighting that highlights its fluffy coat.Mini_HK
|
25 |
+
output:
|
26 |
+
url: samples/1729749084960__000001200_2.jpg
|
27 |
+
base_model: black-forest-labs/FLUX.1-dev
|
28 |
+
instance_prompt: Mini_HK
|
29 |
+
license: other
|
30 |
+
license_name: flux-1-dev-non-commercial-license
|
31 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
32 |
+
---
|
33 |
+
|
34 |
+
# mini
|
35 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
36 |
+
<Gallery />
|
37 |
+
|
38 |
+
## Trigger words
|
39 |
+
|
40 |
+
You should use `Mini_HK` to trigger the image generation.
|
41 |
+
|
42 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
43 |
+
|
44 |
+
Weights for this model are available in Safetensors format.
|
45 |
+
|
46 |
+
[Download](/chau9ho/mini/tree/main) them in the Files & versions tab.
|
47 |
+
|
48 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
49 |
+
|
50 |
+
```py
|
51 |
+
from diffusers import AutoPipelineForText2Image
|
52 |
+
import torch
|
53 |
+
|
54 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
55 |
+
pipeline.load_lora_weights('chau9ho/mini', weight_name='mini.safetensors')
|
56 |
+
image = pipeline('photograph of a small white toy poodle dressed as a fluffy ghost, complete with a flowing white sheet and playful eye holes, sitting among carved pumpkins and autumn leaves, with a mischievous sparkle in its eyes.festive atmosphere, spooky charm, vibrant colors, playful expressions, enchanting details, Halloween spirit Mini_HK').images[0]
|
57 |
+
image.save("my_image.png")
|
58 |
+
```
|
59 |
+
|
60 |
+
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)
|
61 |
+
|
mini.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55fd3e9c58d7a804e1e7cf0e2691af2df6dca230ec3e4899f3f051ef0ec57ca2
|
3 |
+
size 343805432
|
mini_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34268d5d6ff7851433b4877ce762afbf6c6a94bdfec354b95b813bdc851818bd
|
3 |
+
size 343805424
|
mini_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaa75cf8d486d747d7bb3c96c8b6e9a14fe8f90ea23aef6f335afa6d7f1a5058
|
3 |
+
size 343805424
|
mini_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dda4e43350864e0b37894e9ad4da26051975a8ec369cacafd9442f642b3f2fcb
|
3 |
+
size 343805424
|
mini_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee13018aab8cb7d390e217903f3a3610b2a207a68baf6c14cc5289f6f39c3ffd
|
3 |
+
size 343805432
|
samples/1729749023323__000001200_0.jpg
ADDED
![]() |
samples/1729749054133__000001200_1.jpg
ADDED
![]() |
samples/1729749084960__000001200_2.jpg
ADDED
![]() |