Views
No views yet
in the style of TOK for better style preservation. It is best to place the trigger words first and describe illustrative elements in your scene like clothing or expressive elements.1from diffusers import AutoPipelineForText2Image
2import torch
3pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
4pipeline.load_lora_weights('davisbro/half_illustration', weight_name='flux_train_replicate.safetensors')
5image = pipeline('A 50mm bokeh photo of a fashion show in paris, midday sun, surrounded by the colorful friendly rock and roll text "Paris" and other french themed doodles').images[0]