Upload folder using huggingface_hub
Browse files- 26655023.jpeg +0 -0
- 26655122.jpeg +0 -0
- 26655170.jpeg +0 -0
- 26655193.jpeg +0 -0
- 26655301.jpeg +0 -0
- README.md +96 -0
- Sexy_Asian_beauty_lora.safetensors +3 -0
26655023.jpeg
ADDED
26655122.jpeg
ADDED
26655170.jpeg
ADDED
26655193.jpeg
ADDED
26655301.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=RentCivit&allowDerivatives=True&allowDifferentLicense=True
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- character
|
13 |
+
- photorealistic
|
14 |
+
- sexy
|
15 |
+
- woman
|
16 |
+
- girls
|
17 |
+
- realistic
|
18 |
+
|
19 |
+
base_model: black-forest-labs/FLUX.1-dev
|
20 |
+
instance_prompt: Sexy girl
|
21 |
+
widget:
|
22 |
+
- text: ' '
|
23 |
+
parameters:
|
24 |
+
negative_prompt: text, watermark,Blurring, blurring,depth of field,anime
|
25 |
+
|
26 |
+
output:
|
27 |
+
url: >-
|
28 |
+
26655170.jpeg
|
29 |
+
- text: ' '
|
30 |
+
parameters:
|
31 |
+
negative_prompt: text, watermark,Blurring, blurring,depth of field,anime
|
32 |
+
|
33 |
+
output:
|
34 |
+
url: >-
|
35 |
+
26655193.jpeg
|
36 |
+
- text: ' '
|
37 |
+
parameters:
|
38 |
+
negative_prompt: text, watermark,Blurring, blurring,depth of field,anime
|
39 |
+
|
40 |
+
output:
|
41 |
+
url: >-
|
42 |
+
26655023.jpeg
|
43 |
+
- text: ' '
|
44 |
+
parameters:
|
45 |
+
negative_prompt: text, watermark,Blurring, blurring,depth of field,anime
|
46 |
+
|
47 |
+
output:
|
48 |
+
url: >-
|
49 |
+
26655122.jpeg
|
50 |
+
- text: ' '
|
51 |
+
parameters:
|
52 |
+
negative_prompt: text, watermark,Blurring, blurring,depth of field,anime
|
53 |
+
|
54 |
+
output:
|
55 |
+
url: >-
|
56 |
+
26655301.jpeg
|
57 |
+
|
58 |
+
---
|
59 |
+
|
60 |
+
# Asian beauty - Flux Lora
|
61 |
+
|
62 |
+
<Gallery />
|
63 |
+
|
64 |
+
|
65 |
+
|
66 |
+
|
67 |
+
|
68 |
+
## Model description
|
69 |
+
|
70 |
+
<p><strong>Tag word is: <span style="color:rgb(250, 82, 82)">Sexy girl,</span></strong><br /><span style="color:rgb(255, 255, 255)">A Flux Dev Lora of </span><strong><span style="color:rgb(250, 82, 82)">Sexy </span></strong><span style="color:#fa5252">Asian beauty</span><span style="color:rgb(255, 255, 255)">. Works best at 0.7~1.5 weight,About 0.9 is a good weight, will have a good generalization effect, sampler 40 steps will have a good effect. Recommended sampler: enlar a, scheduler: beta,cfg: 1~3, common size: 1024*1024*1536</span></p>
|
71 |
+
|
72 |
+
## Trigger words
|
73 |
+
You should use `Sexy girl` to trigger the image generation.
|
74 |
+
|
75 |
+
|
76 |
+
## Download model
|
77 |
+
|
78 |
+
Weights for this model are available in Safetensors format.
|
79 |
+
|
80 |
+
[Download](/Keltezaa/asian-beauty-flux-lora/tree/main) them in the Files & versions tab.
|
81 |
+
|
82 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
83 |
+
|
84 |
+
```py
|
85 |
+
from diffusers import AutoPipelineForText2Image
|
86 |
+
import torch
|
87 |
+
|
88 |
+
device = "cuda" if torch.cuda.is_available() else "cpu"
|
89 |
+
|
90 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
91 |
+
pipeline.load_lora_weights('Keltezaa/asian-beauty-flux-lora', weight_name='Sexy_Asian_beauty_lora.safetensors')
|
92 |
+
image = pipeline('`Sexy girl`').images[0]
|
93 |
+
```
|
94 |
+
|
95 |
+
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)
|
96 |
+
|
Sexy_Asian_beauty_lora.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dbb7b86c5e52196c6802b76ce9834e54488a4a743b19ec288f35863f38b4d07
|
3 |
+
size 86049796
|