File size: 2,014 Bytes
ec79033
 
 
 
 
 
032b6d5
 
 
ec79033
 
 
 
 
 
 
 
 
 
 
 
032b6d5
 
 
 
 
 
 
dcc62e4
 
 
 
 
 
 
ec79033
032b6d5
 
 
 
 
 
 
 
 
 
 
1504e74
032b6d5
 
 
 
 
 
 
 
 
 
 
 
ec79033
032b6d5
ec79033
032b6d5
ec79033
 
032b6d5
 
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
---
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- image-generation
- flux
- safetensors
widget:
- text: a young woman
  output:
    url: images/0.png
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: null
license: other
license_name: flux-1-dev-non-commercial-license
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
---
# FLUX.1-dev-LoRA-add-details

This is a LoRA trained on FLUX.1-dev for enhancing realism and details, achieveing natural skin. Made by [Dote](https://www.shakker.ai/userpage/7728c1d6b47649548612edffcb470ccb/publish).

<div class="container">
  <img src="./images/poster.jpeg" width="1024"/>
</div>

## Showcases

<div class="container">
  <img src="./images/20240830-195549.png" width="1024"/>
  <img src="./images/20240830-195552.png" width="1024"/>
  <img src="./images/20240830-195556.png" width="1024"/>
</div>


## Trigger words

There is no essential trigger words. The recommended scale is `1.0`. The scale be can be negative.

## Inference

```python
import torch
from diffusers import FluxPipeline

pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("Shakker-Labs/FLUX.1-dev-LoRA-blended-realistic-illustration", weight_name="FLUX.1-dev-LoRA-add-details.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A beautiful woman, flim rendering"

image = pipe(prompt, 
             num_inference_steps=24, 
             guidance_scale=3.5,
             width=768, height=1024,
            ).images[0]
image.save(f"example.png")
```

## Online Inference

You can also download this model at [Shakker AI](https://www.shakker.ai/modelinfo/f040e8f8526945249ff4f150fc727eb3?from=personal_page), where we provide an online interface to generate images.


## Acknowledgements
This model is trained by our copyrighted users [Dote](https://www.shakker.ai/userpage/7728c1d6b47649548612edffcb470ccb/publish). We release this model under permissions.