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.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("danielrosehill/Tel-Aviv-Street-Style")

prompt = "A man stands on the pavement. In the background are tall skyscrapers. TLVSCENE"
image = pipe(prompt).images[0]

Tel Aviv Style

Prompt
A man stands on the pavement. In the background are tall skyscrapers. TLVSCENE
Prompt
A man stands on the pavement. In the background are tall skyscrapers. TLVSCENE

Model description

telaviv_005

telaviv_009

telaviv_012

telaviv_017

telaviv_021

telaviv_023

telaviv_065

telaviv_071

telaviv_073

Trigger words

You should use TLVSCENE to trigger the image generation.

Download model

Download them in the Files & versions tab.

Downloads last month
11
Inference Providers NEW
Examples

Model tree for danielrosehill/Tel-Aviv-Street-Style

Adapter
(40058)
this model

Collection including danielrosehill/Tel-Aviv-Street-Style