uwcc commited on
Commit
3e68184
·
verified ·
1 Parent(s): c3433c8

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/1726647414429__000001000_0.jpg
13
+ - text: A seal plays with a ball on the beach, [trigger] style.
14
+ output:
15
+ url: samples/1726647432857__000001000_1.jpg
16
+ - text: A clown at the circus rides on a zebra, [trigger] style.
17
+ output:
18
+ url: samples/1726647451306__000001000_2.jpg
19
+ - text: '[trigger]'
20
+ output:
21
+ url: samples/1726647469751__000001000_3.jpg
22
+ base_model: black-forest-labs/FLUX.1-dev
23
+ instance_prompt: TinakoriHouse
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
+ # TinakoriHouse
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 `TinakoriHouse` 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/TinakoriHouse/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/TinakoriHouse', weight_name='TinakoriHouse')
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
+
TinakoriHouse.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe89e888a21b6ef56fa5dc3c6ae1ce7d9a76fabe14125dc26cfc250e2f077aa9
3
+ size 171969416
TinakoriHouse_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4982f1a0bdf1b0e5392dd7713ddf7e057882cb8c86e08c1e1c12a16984bc4b77
3
+ size 171969416
samples/1726643420939__000000000_0.jpg ADDED
samples/1726643439183__000000000_1.jpg ADDED
samples/1726643457450__000000000_2.jpg ADDED
samples/1726643475719__000000000_3.jpg ADDED
samples/1726644425070__000000250_0.jpg ADDED
samples/1726644443575__000000250_1.jpg ADDED
samples/1726644462083__000000250_2.jpg ADDED
samples/1726644480585__000000250_3.jpg ADDED
samples/1726645424495__000000500_0.jpg ADDED
samples/1726645443003__000000500_1.jpg ADDED
samples/1726645461511__000000500_2.jpg ADDED
samples/1726645480021__000000500_3.jpg ADDED
samples/1726646421208__000000750_0.jpg ADDED
samples/1726646439679__000000750_1.jpg ADDED
samples/1726646458146__000000750_2.jpg ADDED
samples/1726646476594__000000750_3.jpg ADDED
samples/1726647414429__000001000_0.jpg ADDED
samples/1726647432857__000001000_1.jpg ADDED
samples/1726647451306__000001000_2.jpg ADDED
samples/1726647469751__000001000_3.jpg ADDED