File size: 3,294 Bytes
0192733 3f37e7c 0192733 3f37e7c 0192733 6edcf81 0192733 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
---
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
<Gallery />
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](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('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](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|