FLUX 🌟FaeTastic Details
Model description
FLUX 🌟FaeTastic Details
Behind the scenes, we're working hard to get Flux onsite training ready here on Civitai! 😮 This test training aimed to see if a Detail concept LoRA could work on Flux—and it does! However, I do think the effect is less pretty compared to previous versions.
Regarding onsite training, we're hoping (fingers crossed) to release it maybe sometime this week... and if not this week, then hopefully next week. ⌚
Workflow and metadata comfy stuff should be in the images. I recommend trying out the workflow used here, as I can generate with Dev locally using a 4090 in 20 seconds. Additionally, I've come across other workflows where the LoRA actually has no effect on the image... so please ensure your workflow with LoRAs actually works. 😅
This was trained on Flux Dev. It does have some effect on Schnell, but the effect is not as strong or as impressive.
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-faetastic-details', weight_name='FluxDFaeTasticDetails.safetensors')
image = pipeline('Detailed, masterpiece, professional, bold colors, awe-inspiring, photography inspired by modern fantasy art, medium shot, HDR, futuristic realistic geisha in a cyberpunk theme, neon geisha sparkle face paint, elaborate attire, street lights illuminate her face').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 28
Model tree for Keltezaa/flux-faetastic-details
Base model
black-forest-labs/FLUX.1-dev