CoolFace
Modelpublic

AlekseyCalvin/MGT_style_Magnet_FLUX_by_SilverAgePoets

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes12downloads
Model Card

MGT Style City Fridge Magnet Flux LoRA

||||||| By SilverAgePoets.com |||||||

For generating landscape/horizontal-aspect ratio images collaging the iconic landmarks of a specified cities, and reminiscent of tourist-oriented commercial art found on fridge magnets at souvenir shops. <br>

<Gallery />

Trigger words

You should use MGT style tourist magnet collaging landmarks and symbols of + ____ (insert city after), + (optionally) clipart, vector art cartoon, cityscape collage, with overall composition which is bright, colorful, crisp, balanced, and lively, showcasing the city's various attractions and symbols, professional quality commercial art.

Use it with the 🧨 diffusers library

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('AlekseyCalvin/Olga_Rozanova_Style_LoRA_Var2_BySilverAgePoets')
image = pipeline('your prompt').images[0]