Keltezaa commited on
Commit
8088eca
1 Parent(s): ffa72b9

Upload folder using huggingface_hub

Browse files
33526069.jpeg ADDED
33526070.jpeg ADDED
33526071.jpeg ADDED
33526072.jpeg ADDED
33531328.jpeg ADDED
33531329.jpeg ADDED
Flux Realistic Asian girls face Flux_01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e456434a54ccf7586f0f2c0564ed60e618b55f33774aa2d53df521dfb377138
3
+ size 153272336
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - photorealistic
13
+ - asian
14
+ - style
15
+ - girls
16
+ - realistic
17
+
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt: 1girl
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 33526072.jpeg
26
+ - text: ' '
27
+
28
+ output:
29
+ url: >-
30
+ 33526070.jpeg
31
+ - text: ' '
32
+
33
+ output:
34
+ url: >-
35
+ 33526071.jpeg
36
+ - text: ' '
37
+
38
+ output:
39
+ url: >-
40
+ 33526069.jpeg
41
+ - text: ' '
42
+
43
+ output:
44
+ url: >-
45
+ 33531328.jpeg
46
+ - text: ' '
47
+
48
+ output:
49
+ url: >-
50
+ 33531329.jpeg
51
+
52
+ ---
53
+
54
+ # Flux | Realistic Asian girls face Flux
55
+
56
+ <Gallery />
57
+
58
+
59
+
60
+
61
+
62
+ ## Model description
63
+
64
+ <p><span style="color:rgba(255, 255, 255, 0.85)">This is a Realistic Asian Girls Portrait LORA of Flux.</span></p><p><span style="color:rgba(255, 255, 255, 0.85)">这是 Flux 的逼真亚洲女孩肖像 LORA。</span></p><p><span style="color:rgba(255, 255, 255, 0.85)">Recommended settings:</span></p><p><span style="color:rgba(255, 255, 255, 0.85)">推荐设置:</span></p><p><span style="color:rgba(255, 255, 255, 0.85)">Make sure you are aware on the usage instructions of LORA</span></p><p><span style="color:rgba(255, 255, 255, 0.85)">确保您了解 LORA 的使用说明</span></p><p><span style="color:rgba(255, 255, 255, 0.85)">Trigger Words:1girl</span></p><p><span style="color:rgba(255, 255, 255, 0.85)">触发词:1girl</span></p><p><span style="color:rgba(255, 255, 255, 0.85)">LORA weight for txt2img: anywhere between 0.6 to 0.1 are recommended</span></p><p><span style="color:rgba(255, 255, 255, 0.85)">txt2img 的 LORA 权重:建议介于 0.6 到 0.1 之间</span></p><p></p><p><em>If you enjoy it, feel free to share more of your creations.</em>🫰🏻<br /><em>如果您喜歡它,請隨意分享更多您的創作。</em> 🫰🏻</p><p><em>如果您喜欢它,请多分享更多您的创作。</em>🫰🏻<br /><em>如果您喜歡它,請多分享更多您的創作。</em> 🫰🏻</p>
65
+
66
+ ## Trigger words
67
+ You should use `1girl` to trigger the image generation.
68
+
69
+
70
+ ## Download model
71
+
72
+ Weights for this model are available in Safetensors format.
73
+
74
+ [Download](/Keltezaa/flux-realistic-asian-girls-face-flux/tree/main) them in the Files & versions tab.
75
+
76
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
77
+
78
+ ```py
79
+ from diffusers import AutoPipelineForText2Image
80
+ import torch
81
+
82
+ device = "cuda" if torch.cuda.is_available() else "cpu"
83
+
84
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
85
+ pipeline.load_lora_weights('Keltezaa/flux-realistic-asian-girls-face-flux', weight_name='Flux Realistic Asian girls face Flux_01.safetensors')
86
+ image = pipeline('`1girl`').images[0]
87
+ ```
88
+
89
+ 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)
90
+