jayavibhav commited on
Commit
e29da39
1 Parent(s): da83175

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 person in a bustling cafe in the style of Arcane
11
+ output:
12
+ url: samples/1731852008193__000002500_0.jpg
13
+ - text: a woman with blue hair and a gun sitting near flowers
14
+ output:
15
+ url: samples/1731852113158__000002500_1.jpg
16
+ - text: a woman with red hair looking at the sky filled with clouds
17
+ output:
18
+ url: samples/1731852217530__000002500_2.jpg
19
+ base_model: black-forest-labs/FLUX.1-dev
20
+ instance_prompt: in the style of Arcane
21
+ license: other
22
+ license_name: flux-1-dev-non-commercial-license
23
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
24
+ ---
25
+
26
+ # arcane
27
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
28
+ <Gallery />
29
+
30
+ ## Trigger words
31
+
32
+ You should use `in the style of Arcane` to trigger the image generation.
33
+
34
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
35
+
36
+ Weights for this model are available in Safetensors format.
37
+
38
+ [Download](/jayavibhav/arcane/tree/main) them in the Files & versions tab.
39
+
40
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
41
+
42
+ ```py
43
+ from diffusers import AutoPipelineForText2Image
44
+ import torch
45
+
46
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
47
+ pipeline.load_lora_weights('jayavibhav/arcane', weight_name='arcane')
48
+ image = pipeline('A person in a bustling cafe in the style of Arcane').images[0]
49
+ image.save("my_image.png")
50
+ ```
51
+
52
+ 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)
53
+
arcane.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a355bd14a6521326517b6fa8f59799763769826cb8e2b9727321d6de5d8348f
3
+ size 171969424
arcane_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a03acdd8924307264af85555ef64d96a009f803641253c2f72fe96e0b8c866a
3
+ size 171969424
arcane_000001750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:995faa32386ab6a3042885fed9906dcfc43ec5ba4f83fbd10ae92149d76eaebe
3
+ size 171969424
arcane_000002000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15ca0dcfbedb553f4ee5be041618ad1065bd215ce74139f9cd54616f66b16c78
3
+ size 171969424
arcane_000002250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbce39b47767553dbd43c0be42f0aa8e8930e8ef027fecddf2eb2b209a46bfe6
3
+ size 171969424
samples/1731852008193__000002500_0.jpg ADDED
samples/1731852113158__000002500_1.jpg ADDED
samples/1731852217530__000002500_2.jpg ADDED