uwcc commited on
Commit
ec2d05e
·
verified ·
1 Parent(s): f2edcb5

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 church in a field on a sunny day, [trigger] style.
11
+ output:
12
+ url: samples/1726620078576__000001000_0.jpg
13
+ - text: A seal plays with a ball on the beach, [trigger] style.
14
+ output:
15
+ url: samples/1726620096724__000001000_1.jpg
16
+ - text: A clown at the circus rides on a zebra, [trigger] style.
17
+ output:
18
+ url: samples/1726620114903__000001000_2.jpg
19
+ - text: '[trigger]'
20
+ output:
21
+ url: samples/1726620133064__000001000_3.jpg
22
+ base_model: black-forest-labs/FLUX.1-dev
23
+ instance_prompt: CASUALPOLARBEAR
24
+ license: other
25
+ license_name: flux-1-dev-non-commercial-license
26
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
27
+ ---
28
+
29
+ # casualpolarbear
30
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
31
+ <Gallery />
32
+
33
+ ## Trigger words
34
+
35
+ You should use `CASUALPOLARBEAR` to trigger the image generation.
36
+
37
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
38
+
39
+ Weights for this model are available in Safetensors format.
40
+
41
+ [Download](/uwcc/casualpolarbear/tree/main) them in the Files & versions tab.
42
+
43
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
44
+
45
+ ```py
46
+ from diffusers import AutoPipelineForText2Image
47
+ import torch
48
+
49
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
50
+ pipeline.load_lora_weights('uwcc/casualpolarbear', weight_name='casualpolarbear')
51
+ image = pipeline('A church in a field on a sunny day, [trigger] style.').images[0]
52
+ image.save("my_image.png")
53
+ ```
54
+
55
+ 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)
56
+
casualpolarbear.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0154dfabe1e05b7580bbb3aabc623c6714343d6dfb1320a6215401c1a9cd15fc
3
+ size 171969424
casualpolarbear_000000200.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a331afa050f97ac9ee9b4c2cfc21d82b5b0681c978bed85c51c061315f056f5
3
+ size 171969424
casualpolarbear_000000400.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6465b9ff271321d2a17c4ee246dd3c508bc834bcf999e4fe69ea99899982851d
3
+ size 171969424
casualpolarbear_000000600.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d0c041df66255f4e8fa58d384f3486de5dcf913ea0691b16f189cedd82762c
3
+ size 171969424
casualpolarbear_000000800.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44ff9d152fb2a135788fc87cb2f46f8a95b98e294f6c47e6974f76804d51e81e
3
+ size 171969424
samples/1726617044372__000000000_0.jpg ADDED
samples/1726617062325__000000000_1.jpg ADDED
samples/1726617080296__000000000_2.jpg ADDED
samples/1726617098279__000000000_3.jpg ADDED
samples/1726617811179__000000250_0.jpg ADDED
samples/1726617829347__000000250_1.jpg ADDED
samples/1726617847523__000000250_2.jpg ADDED
samples/1726617865700__000000250_3.jpg ADDED
samples/1726618570420__000000500_0.jpg ADDED
samples/1726618588570__000000500_1.jpg ADDED
samples/1726618606735__000000500_2.jpg ADDED
samples/1726618624904__000000500_3.jpg ADDED
samples/1726619330350__000000750_0.jpg ADDED
samples/1726619348512__000000750_1.jpg ADDED
samples/1726619366679__000000750_2.jpg ADDED
samples/1726619384844__000000750_3.jpg ADDED
samples/1726620078576__000001000_0.jpg ADDED
samples/1726620096724__000001000_1.jpg ADDED
samples/1726620114903__000001000_2.jpg ADDED
samples/1726620133064__000001000_3.jpg ADDED