coundia / README.md
pcoundia's picture
Add generated example
6edcf81 verified
|
raw
history blame
3.29 kB
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: >-
      A close-up portrait of a LORACOUNDIA01 as a dashing and elegant Santa
      Claus, radiating charm and joy in a Senegalese festive setting. Their face
      is adorned with a neatly groomed, fluffy white beard, complementing a
      warm, welcoming smile. They wear a vibrant red and gold boubou,
      exquisitely detailed with intricate embroidery, giving a regal and festive
      appearance. A sleek Santa hat, designed with matching red and gold fabric,
      sits perfectly on their head, tilted just slightly for a touch of
      playfulness.  The background glows with the warmth of a golden sunset over
      a bustling Senegalese village, where baobab trees are decorated with
      strings of colorful lights and ornaments. Children in bright, traditional
      outfits surround the scene, their faces beaming with excitement as they
      gather to receive gifts. LORACOUNDIA01 holds a beautifully wrapped
      present, their pose exuding generosity and festive cheer. This enchanting
      portrait blends the magic of Christmas with the rich culture and vibrant
      colors of Senegal, creating a truly unique and heartwarming vision of a
      modern, elegant Santa Claus.
  - 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

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