|
--- |
|
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 |
|
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: >- |
|
eye level shot photo of (Ashantia_Malia_Suzuki) a woman photographed by |
|
James White in the 3DCG Style, Hollywood Studio outdoors |
|
output: |
|
url: images/image_2024-10-25_190933418.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 |
|
|
|
--- |
|
|
|
# Ashantia_Malia_Suzuki |
|
|
|
<Gallery /> |
|
|
|
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) |
|
|