Upload folder using huggingface_hub
Browse files- README.md +64 -0
- marbles.safetensors +3 -0
- marbles_000000250.safetensors +3 -0
- marbles_000000500.safetensors +3 -0
- marbles_000000750.safetensors +3 -0
- marbles_000001000.safetensors +3 -0
- samples/1729837920462__000001200_0.jpg +0 -0
- samples/1729837951296__000001200_1.jpg +0 -0
- samples/1729837982097__000001200_2.jpg +0 -0
README.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 sophisticated toy poodle with apricot-colored fur, expertly groomed into
|
11 |
+
a round teddy bear cut, wearing a lime green silk bow tie, lounging in a French
|
12 |
+
garden conservatory, soft bokeh background with blooming blue hydrangeas,
|
13 |
+
professional portrait lighting, shallow depth of field, shot on Canon EOS
|
14 |
+
R5, marbles_hk
|
15 |
+
output:
|
16 |
+
url: samples/1729837920462__000001200_0.jpg
|
17 |
+
- text: Whimsical portrait of a miniature poodle as a Victorian aristocrat, fluffy
|
18 |
+
cream-colored coat perfectly styled, emerald silk bow at neck, reclining on
|
19 |
+
a velvet fainting couch, surrounded by English cottage garden flowers, dreamy
|
20 |
+
afternoon light, studio photography, f/2.8 aperture, marbles_hk
|
21 |
+
output:
|
22 |
+
url: samples/1729837951296__000001200_1.jpg
|
23 |
+
- text: 'High-fashion pet editorial: caramel-toned toy poodle with cloud-like fur
|
24 |
+
texture, sporting a spring green designer bow, posed against an impressionist
|
25 |
+
garden backdrop, blue hydrangeas adding pop of color, soft natural lighting
|
26 |
+
with gentle shadows, magazine-style composition, shot on medium format digital,
|
27 |
+
marbles_hk'
|
28 |
+
output:
|
29 |
+
url: samples/1729837982097__000001200_2.jpg
|
30 |
+
base_model: black-forest-labs/FLUX.1-dev
|
31 |
+
instance_prompt: marbles_hk
|
32 |
+
license: other
|
33 |
+
license_name: flux-1-dev-non-commercial-license
|
34 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
35 |
+
---
|
36 |
+
|
37 |
+
# marbles
|
38 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
39 |
+
<Gallery />
|
40 |
+
|
41 |
+
## Trigger words
|
42 |
+
|
43 |
+
You should use `marbles_hk` to trigger the image generation.
|
44 |
+
|
45 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
46 |
+
|
47 |
+
Weights for this model are available in Safetensors format.
|
48 |
+
|
49 |
+
[Download](/chau9ho/marbles/tree/main) them in the Files & versions tab.
|
50 |
+
|
51 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
52 |
+
|
53 |
+
```py
|
54 |
+
from diffusers import AutoPipelineForText2Image
|
55 |
+
import torch
|
56 |
+
|
57 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
58 |
+
pipeline.load_lora_weights('chau9ho/marbles', weight_name='marbles.safetensors')
|
59 |
+
image = pipeline('A sophisticated toy poodle with apricot-colored fur, expertly groomed into a round teddy bear cut, wearing a lime green silk bow tie, lounging in a French garden conservatory, soft bokeh background with blooming blue hydrangeas, professional portrait lighting, shallow depth of field, shot on Canon EOS R5, marbles_hk').images[0]
|
60 |
+
image.save("my_image.png")
|
61 |
+
```
|
62 |
+
|
63 |
+
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)
|
64 |
+
|
marbles.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc5f1b859104f75b12e7fe12eac1f088890cc5807b7c3526ab87f900551bd9ab
|
3 |
+
size 343805440
|
marbles_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29d40bebce0125c191bd5cc0f60c4390a76426e86d4f6cbb52e737bb70959d69
|
3 |
+
size 343805440
|
marbles_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f56df43676072c0101962d7e74ae3d1f220b9ba17385e6c6129b68e814d49647
|
3 |
+
size 343805440
|
marbles_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e492c94e365bbb816d62fb2b20a8fffc8e6a9d3982db210a3cdd92db4789f50
|
3 |
+
size 343805440
|
marbles_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ea9b0a1dfc284cab0a4292ebaf9297f0aebf505099861b7c487be76d221f053
|
3 |
+
size 343805440
|
samples/1729837920462__000001200_0.jpg
ADDED
samples/1729837951296__000001200_1.jpg
ADDED
samples/1729837982097__000001200_2.jpg
ADDED