my_first_flux_lora_v1

Model trained with AI Toolkit by Ostris

Prompt
A fantasy battle map rendered in detailed illustration style, top-down isometric view, DND map, featuring a desert outpost with clustered red tents connected by wooden bridges. The central area shows a volcanic terrain with glowing magical flowers illuminating the pathways. Rocky cave walls surround the settlement, creating natural boundaries. Warm orange lighting emphasizes the volcanic environment.
Prompt
An iridescent celestial palace, DND map, where crystalline domes capture ethereal light in their faceted surfaces. Spiral staircases connect octagonal chambers glowing with arcane energy, while cherry blossoms add soft color to geometric gardens. The central rotunda features an elaborate mandala pattern, surrounded by luminous pools reflecting prismatic light. Delicate architecture blends with magical elements in this aerial view.
Prompt
A bustling farmstead settlement, DND map, where weathered wooden buildings dot the muddy pathways. Stone-lined garden plots and verdant crop rows stretch across the terrain, while scattered hay bales and farm equipment tell tales of daily life. Emerald forests frame the scene, casting dappled shadows across stone walls and wooden fences. The rustic atmosphere captures a lived-in agricultural community from above.

Trigger words

No trigger words defined.

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/fluxv2runpod', weight_name='my_first_flux_lora_v1.safetensors')
image = pipeline('A fantasy battle map rendered in detailed illustration style, top-down isometric view, DND map, featuring a desert outpost with clustered red tents connected by wooden bridges.              The central area shows a volcanic terrain with glowing magical flowers illuminating the pathways. Rocky cave walls surround the settlement, creating natural boundaries. Warm                  orange lighting emphasizes the volcanic environment.').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
72
Inference Providers NEW
Examples

Model tree for soloai1/fluxv2runpod

Adapter
(22452)
this model