chau9ho commited on
Commit
7d9d2e0
1 Parent(s): 9c060f0

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 small, fluffy poodle with a soft, curly coat in a light cream color,sitting
11
+ on a soft, oversized blanket, surrounded by an array of colorful storybooks
12
+ and plush toys, with a cozy reading nook in the background. The poodle gazes
13
+ up with a joyful expression, as if inviting you to join in on the adventure.
14
+ LALA_HK'
15
+ output:
16
+ url: samples/1729759465076__000001200_0.jpg
17
+ - text: ' a small, fluffy poodle with a soft, curly coat in a light cream color,
18
+ A serene image of the fluffy poodle enjoying a pampering spa day, sitting
19
+ on a plush towel surrounded by soothing candles and fragrant flowers. The
20
+ dog has a blissful expression, showcasing its relaxed demeanor while wearing
21
+ a cute spa headband, embodying ultimate relaxation. LALA_HK'
22
+ output:
23
+ url: samples/1729759495945__000001200_1.jpg
24
+ - text: "A delightful photograph of the fluffy poodle prancing through a vibrant\
25
+ \ garden filled with blooming flowers and fluttering butterflies. The dog\u2019\
26
+ s curls bounce as it explores, with a playful expression that captures the\
27
+ \ essence of a curious adventurer in a magical world.colorful ambiance, lively\
28
+ \ energy, enchanting details, joyful exploration, nature's beauty, whimsical\
29
+ \ spirit, LALA_HK"
30
+ output:
31
+ url: samples/1729759526842__000001200_2.jpg
32
+ base_model: black-forest-labs/FLUX.1-dev
33
+ instance_prompt: LALA_HK
34
+ license: other
35
+ license_name: flux-1-dev-non-commercial-license
36
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
37
+ ---
38
+
39
+ # lala
40
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
41
+ <Gallery />
42
+
43
+ ## Trigger words
44
+
45
+ You should use `LALA_HK` to trigger the image generation.
46
+
47
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
48
+
49
+ Weights for this model are available in Safetensors format.
50
+
51
+ [Download](/chau9ho/lala/tree/main) them in the Files & versions tab.
52
+
53
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
54
+
55
+ ```py
56
+ from diffusers import AutoPipelineForText2Image
57
+ import torch
58
+
59
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
60
+ pipeline.load_lora_weights('chau9ho/lala', weight_name='lala.safetensors')
61
+ image = pipeline(' a small, fluffy poodle with a soft, curly coat in a light cream color,sitting on a soft, oversized blanket, surrounded by an array of colorful storybooks and plush toys, with a cozy reading nook in the background. The poodle gazes up with a joyful expression, as if inviting you to join in on the adventure. LALA_HK').images[0]
62
+ image.save("my_image.png")
63
+ ```
64
+
65
+ 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)
66
+
lala.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50d488206a57f10c17de95a891e3a9676175637709035395422e0a23a4fd0678
3
+ size 343805432
lala_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f334cc58be05f41474d78dc66289abb546e09fb72cae1f3b207f07db5e7e6e
3
+ size 343805424
lala_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86d6b809639f83bd7d49f064c375090549978d65e9fbc420dbed4278243e09c
3
+ size 343805424
lala_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b13bab6de6934ee4f4cb0ae5a4bf130d1129c98a0609570f8a0c7d2181c3fdb
3
+ size 343805424
lala_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bf9c1d3f9475dd2c3931a41b3f78be07c51bcdcea202b213eb360222e19bc1f
3
+ size 343805432
samples/1729759465076__000001200_0.jpg ADDED
samples/1729759495945__000001200_1.jpg ADDED
samples/1729759526842__000001200_2.jpg ADDED