uwcc commited on
Commit
60ce581
1 Parent(s): 596b03b

Upload folder using huggingface_hub

Browse files
OrangeOrigami.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27c4bc236946630d2b705dbdc661e0d0fd416ca70e3627d21ac159d7ac379083
3
+ size 171969416
OrangeOrigami_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd67d31361e6311c68247bcae4b6980026a4d51261490d26633eb0d4e39b731c
3
+ size 171969416
OrangeOrigami_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0aa62b3b18c6c8a85c7acdf556889fea2d5db8bd009366d5f07107a66610d4d
3
+ size 171969416
OrangeOrigami_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b2aeb97c7904b098af3eae6544c9017aa79338b46f75a7e194b1a07ea24a7d
3
+ size 171969416
OrangeOrigami_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9f4201d03fff8640115aab12496d110eb9039b6b1e10140e4a85f2a72a75d50
3
+ size 171969416
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ widget:
10
+ - text: ORANGEORIGAMI style
11
+ output:
12
+ url: samples/1726487951252__000001000_0.jpg
13
+ base_model: black-forest-labs/FLUX.1-dev
14
+ instance_prompt: ORANGEORIGAMI
15
+ license: other
16
+ license_name: flux-1-dev-non-commercial-license
17
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
18
+ ---
19
+
20
+ # OrangeOrigami
21
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
22
+ <Gallery />
23
+
24
+ ## Trigger words
25
+
26
+ You should use `ORANGEORIGAMI` to trigger the image generation.
27
+
28
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
29
+
30
+ Weights for this model are available in Safetensors format.
31
+
32
+ [Download](/uwcc/OrangeOrigami/tree/main) them in the Files & versions tab.
33
+
34
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
35
+
36
+ ```py
37
+ from diffusers import AutoPipelineForText2Image
38
+ import torch
39
+
40
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
41
+ pipeline.load_lora_weights('uwcc/OrangeOrigami', weight_name='OrangeOrigami')
42
+ image = pipeline('ORANGEORIGAMI style').images[0]
43
+ image.save("my_image.png")
44
+ ```
45
+
46
+ 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)
47
+
samples/._1726479273791__000000000_0.jpg ADDED
samples/._1726481977124__000000250_0.jpg ADDED
samples/._1726483761720__000000500_0.jpg ADDED
samples/._1726485532332__000000750_0.jpg ADDED
samples/._1726487951252__000001000_0.jpg ADDED
samples/1726479273791__000000000_0.jpg ADDED
samples/1726480204295__000000000_0.jpg ADDED
samples/1726481977124__000000250_0.jpg ADDED
samples/1726483761720__000000500_0.jpg ADDED
samples/1726485532332__000000750_0.jpg ADDED
samples/1726487951252__000001000_0.jpg ADDED
samples/1726488568027__000001000_0.jpg ADDED