metadata
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: LORACOUNDIA01
widget:
- text: >-
LORACOUNDIA01, portrayed as Player 456 in the intense and suspenseful
world of Squid Game, illustrated in a bold and dramatic Pixart style. He
stands in the middle of a high-stakes game arena, wearing the iconic green
tracksuit with the number "456" emblazoned on his chest. The environment
is dark and foreboding, illuminated by the cold glow of fluorescent lights
and the surreal, giant playground structures that tower around him. His
expression is a mix of determination and resourcefulness, reflecting his
will to survive and outwit his opponents. In the background, masked guards
with geometric symbols on their faces silently observe, adding to the
ominous tension. The scene is infused with sharp contrasts, highlighting
both the danger and the humanity of the character, while faint shadows of
other players evoke the looming sense of competition and desperation.
output:
url: images/example_ypl8i3759.png
- text: >-
a man , LORACOUNDIA01, a minimalistic and stylized illustration of
yourself. The focus is on clean lines and soft details, highlighting your
sharp features and confident expression. Dressed in a casual yet sleek
outfit, the portrait emphasizes approachability and authenticity. The
background is simple and neutral, with subtle gradients or textures to
enhance the overall composition without overpowering the subject. The
style is light, modern, and expressive, capturing your essence in a
straightforward yet visually appealing way.
output:
url: images/example_gu39p9kmm.png
Loracoundia01

- Prompt
- a man , LORACOUNDIA01, a minimalistic and stylized illustration of yourself. The focus is on clean lines and soft details, highlighting your sharp features and confident expression. Dressed in a casual yet sleek outfit, the portrait emphasizes approachability and authenticity. The background is simple and neutral, with subtle gradients or textures to enhance the overall composition without overpowering the subject. The style is light, modern, and expressive, capturing your essence in a straightforward yet visually appealing way.
Trained on Replicate using:
https://replicate.com/ostris/flux-dev-lora-trainer/train
Trigger words
You should use LORACOUNDIA01
to trigger the image generation.
Use it with the 🧨 diffusers library
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('pcoundia/loracoundia01', 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