--- 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 ([CivitAI](https://civitai.com/models/)) ## Model description

Flux Fantasy Knights - by HailoKnight

Version 2 is now out bit a big new dataset!!

Things To know:

Usage Tips :

Please enjoy and share your amazing work!

## 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)