life commited on
Commit
98808ce
·
verified ·
1 Parent(s): 3458a11

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 cartoon cat standing in front of a house, surrounded by grass, a road,
11
+ a fence, trees, and a sky with clouds. Balalar
12
+ output:
13
+ url: samples/1730233836785__000001000_0.jpg
14
+ - text: a cartoon raccoon playing a flute against a green and yellow background.
15
+ The raccoon has a mischievous expression on its face as it plays the flute.
16
+ Balalar
17
+ output:
18
+ url: samples/1730233853026__000001000_1.jpg
19
+ - text: an owl standing on the side of a road, surrounded by trees, plants, grass,
20
+ and houses in the background. The sky is filled with clouds, creating a peaceful
21
+ atmosphere. Balalar
22
+ output:
23
+ url: samples/1730233869271__000001000_2.jpg
24
+ base_model: black-forest-labs/FLUX.1-dev
25
+ instance_prompt: Balalar
26
+ license: other
27
+ license_name: flux-1-dev-non-commercial-license
28
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
29
+ ---
30
+
31
+ # balalar
32
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
33
+ <Gallery />
34
+
35
+ ## Trigger words
36
+
37
+ You should use `Balalar` to trigger the image generation.
38
+
39
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
40
+
41
+ Weights for this model are available in Safetensors format.
42
+
43
+ [Download](/life/balalar/tree/main) them in the Files & versions tab.
44
+
45
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
46
+
47
+ ```py
48
+ from diffusers import AutoPipelineForText2Image
49
+ import torch
50
+
51
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
52
+ pipeline.load_lora_weights('life/balalar', weight_name='balalar.safetensors')
53
+ image = pipeline('a cartoon cat standing in front of a house, surrounded by grass, a road, a fence, trees, and a sky with clouds. Balalar').images[0]
54
+ image.save("my_image.png")
55
+ ```
56
+
57
+ 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)
58
+
balalar.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b476600deeb331d6163c17595c53f9f12339673e447ccf33477313ea594cba10
3
+ size 171969392
balalar_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d42f828e2b91dbeb7d5b155c820fcf23472715f1c764d5338747b9b71c849eac
3
+ size 171969392
balalar_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33d9a887fe6fce17ddf395283527a5ff6f1b3a28b6800d46ccc962c198768a4c
3
+ size 171969392
balalar_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64311c3e867213d6c5504d10430caeecc9e938131daba9f189b4ac08688356d9
3
+ size 171969392
samples/1730233836785__000001000_0.jpg ADDED
samples/1730233853026__000001000_1.jpg ADDED
samples/1730233869271__000001000_2.jpg ADDED