Views
No views yet
Bostonss26_000001500.safetensorsbostonss26



.safetensors file in your models/loras/ folder and load it
in ComfyUI or your inference UI of choice. Include the trigger word bostonss26
in your prompt to activate the LoRA.1from diffusers import DiffusionPipeline
2pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo")
3pipe.load_lora_weights("Mariobilly/bostonss26-000001500")
4image = pipe("bostonss26, your prompt here").images[0]