| --- |
| license: other |
| license_name: bespoke-lora-trained-license |
| license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True |
| tags: |
| - text-to-image |
| - stable-diffusion |
| - lora |
| - diffusers |
| - template:sd-lora |
| - migrated |
| - concept |
| - knights |
| - sword |
| - armor |
| - fantasy |
|
|
| base_model: black-forest-labs/FLUX.1-dev |
| instance_prompt: hkstyle |
| widget: |
| - text: 'a cinematic shot of a mechanical robotic knight, glowing blue core, holding a giant blue glowing plasma sword by the handle, mecha wings on helmet, futuristic background, HKStyle, mythp0rt ' |
| |
| output: |
| url: >- |
| 36353147.jpeg |
| - text: 'cinematic Full-body shot of a gorgeous futuristic cyborg woman, wearing a nuns outfit, holding a colossal yellow glowing sword by the handle in an attacking pose, standing in an old church, hkstyle, fsstyle ' |
| |
| output: |
| url: >- |
| 36353146.jpeg |
| - text: 'cinematic Full-body shot of a fantasy paladin, wearing a golden armor with blue details, wings on his helmet, holding a giant blue glowing sword with golden details by the handle in an attacking pose, magical amtoshphere, standing in a snowy forest, hkstyle ' |
| |
| output: |
| url: >- |
| 36353148.jpeg |
| - text: 'a cinematic shot of a mechanical robotic knight, glowing blue core, holding a giant blue glowing plasma sword by the handle, mecha wings on helmet, futuristic background, HKStyle, mythp0rt ' |
| |
| output: |
| url: >- |
| 36353149.jpeg |
| - text: 'divine korean girl, very long white hair, looking down from a rooftop, futuristic, scifi bodysuit, glossy, delicate frame, angelic appearance, legs, armor, cyborg, deus ex human revolution, perfect body, silver and blue glow, low angle, holding a blue glowing sword in an attacking pose, super realistic and highly detaild ' |
| |
| output: |
| url: >- |
| 36353151.jpeg |
| - text: 'cinematic close up shot of a beautoful elf princess, blond hair, green eyes, pointy ears, holding a green glowing sword infront of her, amazing details, beautiful face features, hkstyle ' |
| |
| output: |
| url: >- |
| 36353152.jpeg |
| - text: 'a cinematic shot of an evil demon king, demon face, big giant wings on his back, holding a red giant sword made of skeleton parts and intestines , sword is pointing down, standing on top of a bone and skeleton pile hell in background, HKStyle ' |
| |
| output: |
| url: >- |
| 36353153.jpeg |
| - text: 'a cinematic shot of a mechanical robotic knight, glowing blue core, holding a giant blue glowing plasma sword by the handle, mecha wings on helmet, futuristic background, HKStyle, mythp0rt ' |
| |
| output: |
| url: >- |
| 36456766.jpeg |
| |
| --- |
| |
| # Flux Fantasy Knights - By HailoKnight |
|
|
| <Gallery /> |
|
|
|
|
|
|
| ([CivitAI](https://civitai.com/models/)) |
|
|
| ## Model description |
|
|
| <h1 id="flux-fantasy-knights-by-hailoknight-vf3tsqk2z">Flux Fantasy Knights - by HailoKnight</h1><h2 id="version-2-is-now-out-bit-a-big-new-dataset!!-5uh5rp8tr"><span style="color:rgb(64, 192, 87)">Version 2 is now out bit a big new dataset!!</span></h2><p></p><h3 id="things-to-know:-wosd6205b">Things To know:</h3><ul><li><p><span style="color:rgb(18, 184, 134)">You should use the trigger word</span> <strong><em><span style="color:rgb(64, 192, 87)">HKStyle</span> </em></strong><span style="color:rgb(18, 184, 134)">(For best results of course add some "holding sword", "Wearing armor" )</span></p></li><li><p>Works with swords and without.</p></li><li><p><strong><span style="color:rgb(253, 126, 20)">Dont want helmet? Add helmet to negative prompt or describe the hair!</span></strong></p></li></ul><p></p><h3 id="usage-tips-:-wu70a1ny5">Usage Tips :</h3><ul><li><p><span style="color:rgb(193, 194, 197)">The LoRA weight I have been using is 0.6-1, but feel free to try and experiment!</span></p></li><li><p><span style="color:rgb(193, 194, 197)">Check prompt examples on my uploaded images.</span></p></li><li><p><span style="color:rgb(193, 194, 197)">Cant provide more currently because I cant run it my self hehe.</span></p><p></p></li><li><p>First image is with my LoRA and second is without my LoRA, same prompt and model.<br /><img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf1f717e-1f24-4d87-b703-e8d5c56e9bda/width=525/bf1f717e-1f24-4d87-b703-e8d5c56e9bda.jpeg" /></p></li></ul><h1 id="please-enjoy-and-share-your-amazing-work!-q6sjgc0bt"><span style="color:rgb(230, 73, 128)">Please enjoy and share your amazing work!</span></h1> |
|
|
| ## Trigger words |
| You should use `hkstyle` to trigger the image generation. |
| |
| |
| ## Download model |
|
|
| Weights for this model are available in Safetensors format. |
|
|
| [Download](/Keltezaa/flux-fantasy-knights-by-hailoknight/tree/main) them in the Files & versions tab. |
|
|
| ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers) |
|
|
| ```py |
| from diffusers import AutoPipelineForText2Image |
| import torch |
| |
| device = "cuda" if torch.cuda.is_available() else "cpu" |
| |
| pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device) |
| pipeline.load_lora_weights('Keltezaa/flux-fantasy-knights-by-hailoknight', weight_name='FluxFantasyKnightV2Test.safetensors') |
| image = pipeline('a cinematic shot of a mechanical robotic knight, glowing blue core, holding a giant blue glowing plasma sword by the handle, mecha wings on helmet, futuristic background, HKStyle, mythp0rt ').images[0] |
| ``` |
|
|
| 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) |
|
|
|
|