How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.2-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("AlekseyCalvin/TouristMagnetStyle_FLUX2")

prompt = "MGT style San Francisco, etc"
image = pipe(prompt).images[0]

Tourist Magnet Cityscape Art

For FLUX.2 DEV by Black Forest Labs

Low Rank Adapter (LoRA) by SilverAgePoets.com

Prompt
MGT style San Francisco, etc

Trigger:
MGT style + potentially add tourist magnet cartoon style art of a city, famous landmarks, etc...

Downloads last month
10
Inference Providers NEW
Examples

Model tree for AlekseyCalvin/TouristMagnetStyle_FLUX2

Adapter
(66)
this model