--- 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 language: - en tags: - flux - diffusers - lora - replicate - txt2image - ComfyUI - Flux-Trainer - French - DarkSkin - RTX-3060 base_model: black-forest-labs/FLUX.1-dev pipeline_tag: text-to-image instance_prompt: ashantia_malia_suzuki widget: - text: >- mdjrny-v6 style, headshot of a woman high contrast, Screengrab of 1950's Super Panavision 70 movie. Retro in colour. a stunning Blonde 19 year old woman in a 50's style space age setting --no black bars. Professional, clear, neutral background, focused parameters: negative_prompt: >- breasts, nudity, nsfw, text, cartoon, blurry, watermark, out of frame, nude, extra legs, bad_hands, extra_hands, missing_fingers, broken hand, more than two hands, well proportioned hands, more than two legs, unclear eyes, missing_arms, mutilated, extra limbs, extra legs,cloned face, fused fingers, extra_digit, fewer_digits, extra_digits, jpeg_artifacts, signature, watermark, username,blurry, large_breasts, worst_quality, low_quality, normal_quality, mirror image, Vague, paintings, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, age spot, out of frame:1.3 output: url: images/example_8d069hay8.png - text: >- eye level shot photo of (Ashantia_Malia_Suzuki) a woman photographed by James White in the 3DCG Style, Hollywood Studio outdoors output: url: images/example_ai426b7jl.png - text: n/a output: url: images/00032-1264882280.png - text: n/a output: url: images/00123-866360913062051.png - text: n/a output: url: images/00138-866360913062051.png - text: n/a output: url: images/00137-866360913062051.png - text: n/a output: url: images/00049-866360913062048.png - text: n/a output: url: images/00115-866360913062048.png - text: n/a output: url: images/00117-866360913062048.png - text: n/a output: url: images/00036-1264882280.png - text: n/a output: url: images/00037-1264882280.png - text: n/a output: url: images/00038-1264882280.png - text: n/a output: url: https://cdn-uploads.huggingface.co/production/uploads/64a9a333e368492ab8dfccae/CLxuBW76yWBREatIZDRtb.png - text: n/a output: url: https://cdn-uploads.huggingface.co/production/uploads/64a9a333e368492ab8dfccae/OKDLixsGFh0GEzDk-yS_o.png - text: n/a output: url: https://cdn-uploads.huggingface.co/production/uploads/64a9a333e368492ab8dfccae/LohiFHP5bXFR5Azg60Njx.png - text: n/a output: url: https://cdn-uploads.huggingface.co/production/uploads/64a9a333e368492ab8dfccae/T1upB2ruW5zVMtQKBDnPO.png - text: n/a output: url: https://cdn-uploads.huggingface.co/production/uploads/64a9a333e368492ab8dfccae/GPDXHNiycfFFa4kbqLIvp.png - text: n/a output: url: https://cdn-uploads.huggingface.co/production/uploads/64a9a333e368492ab8dfccae/_N0qRA0acaNKfhhl1QoyC.png --- # Ashantia_Malia_Suzuki Trained on Replicate using: https://replicate.com/ostris/flux-dev-lora-trainer/train ## Trigger words You should use `ashantia_malia_suzuki` to trigger the image generation. ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers) ```py from diffusers import AutoPipelineForText2Image import torch pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda') pipeline.load_lora_weights('obann001/Ashantia_Malia_Suzuki', weight_name='lora.safetensors') image = pipeline('your prompt').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)