flux-love-lora
Model trained with AI Toolkit by Ostris

- Prompt
- A person in a bustling cafe FLXNLV

- Prompt
- FLXNLV Traditional Udmurt toys, vibrant wooden dolls and figurines, intricate hand-painted patterns, playful animal shapes and folklore motifs, arranged in an enchanting display, rich colors of red, yellow, green, and blue dominating the visual landscape, each toy featuring unique details, swirling designs and delicate floral accents, positioned against a soft, neutral background that highlights the intricate craftsmanship, capturing the essence of Udmurt cultural heritage, inviting viewers to explore the whimsical charm and historical significance of each piece, composition reflects a sense of community and joy, where toys are not just objects but symbols of tradition, warm natural lighting illuminating the vivid hues, creating a lively yet serene atmosphere, focal point on the central toy, beautifully designed with elaborate decorations, surrounded by smaller companions, evoking a story through their arrangement, overall mood of warmth and nostalgia, celebrating the enduring legacy of Udmurt craftsmanship, executed in a folk-art-inspired style that emphasizes the beauty of handcrafted work.

- Prompt
- FLXNLV a vegeteble market
Trigger words
You should use FLXNLV
to trigger the image generation.
Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
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.bfloat16).to('cuda')
pipeline.load_lora_weights('Ai-banner-maker/flux-love-lora', weight_name='flux-love-lora.safetensors')
image = pipeline('A person in a bustling cafe FLXNLV').images[0]
image.save("my_image.png")
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 0
Model tree for Ai-banner-maker/flux-love-lora
Base model
black-forest-labs/FLUX.1-dev