Views
No views yet
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.1from diffusers import AutoPipelineForText2Image
2import torch
3
4pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
5pipeline.load_lora_weights('AlekseyCalvin/Olga_Rozanova_Style_LoRA_Var2_BySilverAgePoets')
6image = pipeline('your prompt').images[0]