File size: 4,318 Bytes
3c0f3b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
---
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)