Keltezaa's picture
Upload folder using huggingface_hub
3c0f3b0 verified
---
license: other
license_name: bespoke-lora-trained-license
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=False&allowDifferentLicense=True
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- migrated
- anime
- photorealistic
- sexy
- concept
- art style
- woman
- game character
- girls
- realistic
- video game
- concepts
- test\
base_model: black-forest-labs/FLUX.1-dev
instance_prompt:
widget:
- text: ' '
output:
url: >-
24159332.jpeg
- text: ' '
output:
url: >-
24159063.jpeg
- text: ' '
output:
url: >-
24159236.jpeg
- text: ' '
output:
url: >-
24166119.jpeg
- text: ' '
output:
url: >-
24172660.jpeg
- text: ' '
output:
url: >-
24172950.jpeg
- text: ' '
output:
url: >-
24176991.jpeg
- text: ' '
output:
url: >-
24179807.jpeg
- text: ' '
output:
url: >-
24185180.jpeg
- text: ' '
output:
url: >-
24187558.jpeg
- text: ' '
output:
url: >-
24221617.jpeg
- text: ' '
output:
url: >-
24209560.jpeg
- text: ' '
output:
url: >-
24211232.jpeg
- text: ' '
output:
url: >-
24223105.jpeg
- text: 'smiling happy little spotted frog with a hairy moustache and wearing a top hat, realistic'
output:
url: >-
24231192.jpeg
- text: 'Detailed, masterpiece, professional, bold colors, awe-inspiring, photography inspired by modern fantasy art, medium shot, HDR, futuristic realistic Princess Peach in a cyberpunk theme, elaborate attire, hyper realistic animated game aesthetics'
output:
url: >-
24310779.jpeg
- text: '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'
output:
url: >-
24316070.jpeg
---
# FLUX 🌟FaeTastic Details
<Gallery />
## Model description
<h3 id="flux-faetastic-details-bntegknx4"><strong><span style="color:#fab005">FLUX</span> 🌟<span style="color:#be4bdb">FaeTastic Details</span></strong><br /></h3><p>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.</p><p>Regarding onsite training, we're hoping (fingers crossed) to release it maybe sometime this week... and if not this week, then hopefully next week. ⌚</p><p>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. 😅</p><p>This was trained on Flux Dev. It does have some effect on Schnell, but the effect is not as strong or as impressive.<br /><br /></p>
## Download model
Weights for this model are available in Safetensors format.
[Download](/Keltezaa/flux-faetastic-details/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-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](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)