Taka1265 commited on
Commit
7934823
·
verified ·
1 Parent(s): 21f2f90

Upload folder using huggingface_hub

Browse files
33623071.jpeg ADDED
33623072.jpeg ADDED
33623073.jpeg ADDED
33623080.jpeg ADDED
33623088.jpeg ADDED
33623112.jpeg ADDED
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - clothing
13
+
14
+ base_model: black-forest-labs/FLUX.1-dev
15
+ instance_prompt: Slavic armour
16
+ widget:
17
+ - text: 'Men in a slavic armour, artstation'
18
+
19
+ output:
20
+ url: >-
21
+ 33623072.jpeg
22
+ - text: 'Men in a slavic armour, artstation'
23
+
24
+ output:
25
+ url: >-
26
+ 33623080.jpeg
27
+ - text: ' '
28
+
29
+ output:
30
+ url: >-
31
+ 33623112.jpeg
32
+ - text: 'Men in a slavic armour, artstation'
33
+
34
+ output:
35
+ url: >-
36
+ 33623073.jpeg
37
+ - text: ' '
38
+
39
+ output:
40
+ url: >-
41
+ 33623071.jpeg
42
+ - text: ' '
43
+
44
+ output:
45
+ url: >-
46
+ 33623088.jpeg
47
+
48
+ ---
49
+
50
+ # Slavic Armour FLUX
51
+
52
+ <Gallery />
53
+
54
+
55
+
56
+
57
+
58
+ ## Model description
59
+
60
+ <p>Slavic armour from XI-XIV ceuntries</p>
61
+
62
+ ## Trigger words
63
+ You should use `Slavic armour` to trigger the image generation.
64
+
65
+
66
+ ## Download model
67
+
68
+ Weights for this model are available in Safetensors format.
69
+
70
+ [Download](/Taka1265/slavic-armour-flux/tree/main) them in the Files & versions tab.
71
+
72
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
73
+
74
+ ```py
75
+ from diffusers import AutoPipelineForText2Image
76
+ import torch
77
+
78
+ device = "cuda" if torch.cuda.is_available() else "cpu"
79
+
80
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
81
+ pipeline.load_lora_weights('Taka1265/slavic-armour-flux', weight_name='Slavic_Armour_FLUX-000005.safetensors')
82
+ image = pipeline('`Slavic armour`').images[0]
83
+ ```
84
+
85
+ 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)
86
+
Slavic_Armour_FLUX-000005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a953562b28b69dd6055adbe6bcb8ec4cd5814fb126f92e226c4667796035f48f
3
+ size 19335416