my_first_flux_lora_v1

Model trained with AI Toolkit by Ostris

Prompt
top-down aerial view DND map of a detailed illustration of a grand courtyard garden, DND map, featuring a majestic stone statue at the northern entrance. The space is adorned with circular dining areas arranged in a symmetrical pattern, each set with wooden tables and red cushioned seating. A central rectangular garden bursts with vibrant greenery and fountains, while climbing vines decorate the stone archways. The map is rendered in a warm color palette with beige stone tiles and lush green foliage, capturing the essence of a luxurious fantasy dining hall in top-down view. Ornate architectural details and winding staircases frame the courtyard's edges.
Prompt
top-down aerial view DND map of A detailed illustration of a jungle harbor, DND map, featuring wooden docks extending across emerald waters. Multiple boats of varying sizes float among the piers, their designs decorated with colorful patterns and lanterns. The scene is illuminated by an ethereal green glow, with dense foliage framing the waterways. Wooden walkways and platforms create intricate pathways through the tropical setting, while circular platforms dot the edges. The map is rendered in a top-down view with rich emerald and wooden tones, capturing the essence of a mystical forest port.
Prompt
top-down aerial view DND map ofAn enchanted spiral grove, where luminous azure sigils pulse among ancient stone formations. Crystalline pools of magic illuminate the winding pathways, while moss-draped rocks form natural terraces. The central chamber radiates with ethereal energy, surrounded by smaller sanctuaries bearing mystical runes. Purple wildflowers and emerald foliage soften the weathered stonework, viewed from above in mesmerizing patterns.

Trigger words

You should use DND map 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('soloai1/fluxtrain2', weight_name='my_first_flux_lora_v1.safetensors')
image = pipeline('top-down aerial view DND map of a detailed illustration of a grand courtyard garden, DND map, featuring a majestic stone statue at the northern entrance. The space is adorned with circular dining areas arranged in a symmetrical pattern, each set with wooden tables and red cushioned seating. A central rectangular garden bursts with vibrant greenery and fountains, while climbing vines decorate the stone archways. The map is rendered in a warm color palette with beige stone tiles and lush green foliage, capturing the essence of a luxurious fantasy dining hall in top-down view. Ornate architectural details and winding staircases frame the courtyard's edges.').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
105
Inference Providers NEW
Examples

Model tree for soloai1/fluxtrain2

Adapter
(22485)
this model