Flux Fantasy Knights - By HailoKnight
(CivitAI)
Model description
Flux Fantasy Knights - by HailoKnight
Version 2 is now out bit a big new dataset!!
Things To know:
You should use the trigger word HKStyle (For best results of course add some "holding sword", "Wearing armor" )
Works with swords and without.
Dont want helmet? Add helmet to negative prompt or describe the hair!
Usage Tips :
The LoRA weight I have been using is 0.6-1, but feel free to try and experiment!
Check prompt examples on my uploaded images.
Cant provide more currently because I cant run it my self hehe.
First image is with my LoRA and second is without my LoRA, same prompt and model.
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 them in the Files & versions tab.
Use it with the 🧨 diffusers library
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
- Downloads last month
- 30
Model tree for Keltezaa/flux-fantasy-knights-by-hailoknight
Base model
black-forest-labs/FLUX.1-dev