--- license: other license_name: bespoke-lora-trained-license license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=RentCivit&allowDerivatives=True&allowDifferentLicense=True tags: - text-to-image - stable-diffusion - lora - diffusers - template:sd-lora - migrated - photorealistic - asian - style - girls - realistic base_model: black-forest-labs/FLUX.1-dev instance_prompt: 1girl widget: - text: ' ' output: url: >- 33526072.jpeg - text: ' ' output: url: >- 33526070.jpeg - text: ' ' output: url: >- 33526071.jpeg - text: ' ' output: url: >- 33526069.jpeg - text: ' ' output: url: >- 33531328.jpeg - text: ' ' output: url: >- 33531329.jpeg --- # Flux | Realistic Asian girls face Flux ## Model description

This is a Realistic Asian Girls Portrait LORA of Flux.

这是 Flux 的逼真亚洲女孩肖像 LORA。

Recommended settings:

推荐设置:

Make sure you are aware on the usage instructions of LORA

确保您了解 LORA 的使用说明

Trigger Words:1girl

触发词:1girl

LORA weight for txt2img: anywhere between 0.6 to 0.1 are recommended

txt2img 的 LORA 权重:建议介于 0.6 到 0.1 之间

If you enjoy it, feel free to share more of your creations.🫰🏻
如果您喜歡它,請隨意分享更多您的創作。 🫰🏻

如果您喜欢它,请多分享更多您的创作。🫰🏻
如果您喜歡它,請多分享更多您的創作。 🫰🏻

## Trigger words You should use `1girl` to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](/Keltezaa/flux-realistic-asian-girls-face-flux/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-realistic-asian-girls-face-flux', weight_name='Flux Realistic Asian girls face Flux_01.safetensors') image = pipeline('`1girl`').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)