SouthbayJay commited on
Commit
e293027
·
verified ·
1 Parent(s): 39f39b0

Upload folder using huggingface_hub

Browse files
27073771.jpeg ADDED
27073838.jpeg ADDED
27074021.jpeg ADDED
27074050.jpeg ADDED
27074115.jpeg ADDED
27074290.jpeg ADDED
27083250.jpeg ADDED
27083536.jpeg ADDED
27083714.jpeg ADDED
27084020.jpeg ADDED
27084273.jpeg ADDED
README.md ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - style
13
+
14
+ base_model: black-forest-labs/FLUX.1-dev
15
+ instance_prompt: dndstyle
16
+ widget:
17
+ - text: 'dndstyle illustration of two characters, castle in the background'
18
+
19
+ output:
20
+ url: >-
21
+ 27073838.jpeg
22
+ - text: 'dndstyle illustration of a female knight, standing with a sword in one hand and a helmet under her arm and a fire breathing dragon in the background'
23
+
24
+ output:
25
+ url: >-
26
+ 27073771.jpeg
27
+ - text: 'dndstyle illustration of a castle in the mountains'
28
+
29
+ output:
30
+ url: >-
31
+ 27074290.jpeg
32
+ - text: 'dndstyle illustration of a young female knight, standing with a sword on one shoulder, helmet under her arm and a dead dragon in the background'
33
+
34
+ output:
35
+ url: >-
36
+ 27074050.jpeg
37
+ - text: 'dndstyle illustration of an elfin thief'
38
+
39
+ output:
40
+ url: >-
41
+ 27074115.jpeg
42
+ - text: 'dndstyle illustration of a fire breathing dragon, castle in the background'
43
+
44
+ output:
45
+ url: >-
46
+ 27074021.jpeg
47
+ - text: 'dndstyle illustration of a Goblin'
48
+
49
+ output:
50
+ url: >-
51
+ 27083250.jpeg
52
+ - text: 'dndstyle illustration of a Skeleton warrior'
53
+
54
+ output:
55
+ url: >-
56
+ 27083536.jpeg
57
+ - text: 'dndstyle illustration of a beholder'
58
+
59
+ output:
60
+ url: >-
61
+ 27083714.jpeg
62
+ - text: 'dndstyle illustration of a Aarakocra'
63
+
64
+ output:
65
+ url: >-
66
+ 27084020.jpeg
67
+ - text: 'dndstyle illustration of a Barghest'
68
+
69
+ output:
70
+ url: >-
71
+ 27084273.jpeg
72
+
73
+ ---
74
+
75
+ # DnD Style - Flux
76
+
77
+ <Gallery />
78
+
79
+
80
+
81
+
82
+
83
+ ## Model description
84
+
85
+ <p><strong>dndstyle</strong> is the trigger word. DnD style lora trained on a vast dataset of DnD illustrations. For prompts see my sample image. </p><p></p><p>I use <a target="_blank" rel="ugc" href="https://github.com/mcmonkeyprojects/SwarmUI">SwarmUI</a> for 95% of my image generations and encourage you to try it out! Here's the link to the<a target="_blank" rel="ugc" href="https://github.com/mcmonkeyprojects/SwarmUI"> GitHub repo </a>and also checkout this install video from Kleebz Tech AI to get you started!</p><p></p><div data-youtube-video><iframe width="640" height="480" allowfullscreen="true" autoplay="false" disablekbcontrols="false" enableiframeapi="false" endtime="0" ivloadpolicy="0" loop="false" modestbranding="false" origin playlist src="https://www.youtube.com/embed/vIBTxUZL0Jc?si=QGBB2jyhCTfMKMR9" start="0"></iframe></div>
86
+
87
+ ## Trigger words
88
+ You should use `dndstyle` to trigger the image generation.
89
+
90
+
91
+ ## Download model
92
+
93
+ Weights for this model are available in Safetensors format.
94
+
95
+ [Download](/SouthbayJay/dnd-style-flux/tree/main) them in the Files & versions tab.
96
+
97
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
98
+
99
+ ```py
100
+ from diffusers import AutoPipelineForText2Image
101
+ import torch
102
+
103
+ device = "cuda" if torch.cuda.is_available() else "cpu"
104
+
105
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
106
+ pipeline.load_lora_weights('SouthbayJay/dnd-style-flux', weight_name='dnd_style_flux.safetensors')
107
+ image = pipeline('dndstyle illustration of a Barghest').images[0]
108
+ ```
109
+
110
+ 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)
111
+
dnd_style_flux.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:507680ce796371b1f48923dfb1173400afd1ca7a05df32472c42b84383245298
3
+ size 172001534