Instructions to use alloh94/Z-image_LoRA_Laura with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alloh94/Z-image_LoRA_Laura with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("alloh94/Z-image_LoRA_Laura") prompt = "Laura on the beach" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("alloh94/Z-image_LoRA_Laura")
prompt = "Laura on the beach"
image = pipe(prompt).images[0]
- Prompt
- Laura on the beach

- Prompt
- Laura, a high-quality photograph of a young woman with fair skin and long, straight, auburn hair that cascades over her shoulders, she has a delicate, almond-shaped face with delicate features such as large, blue eyes, full lips, and a slight smile, her expression is neutral, with a slight hint of a smile, she is wearing a form-fitting, deep red dress with a low neckline that accentuates her breasts. The dress has a fitted design with thin straps and a scoop neckline. The background is a plain, off-white color, which contrasts nicely with her vibrant red dress, making her the focal point of the image.

- Prompt
- Laura, a high-quality photograph of a young woman with fair skin and long, straight, auburn hair cascading over her shoulders, she has a slender, toned physique with a small to medium-sized bust, her facial features are delicate, with full lips and blue eyes, she is wearing a form-fitting, deep red dress with a low neckline that accentuates her breasts. The dress has thin straps and a scoop neckline, creating a tight, fitted look. The texture of the dress is smooth and shiny, with a slight sheen. The background is a plain, off-white wall, which contrasts nicely with her vibrant red dress, making her the focal point of the image.

- Prompt
- Laura
Trigger words
Use Laura to trigger the image generation.
Download model
- Downloads last month
- -
Model tree for alloh94/Z-image_LoRA_Laura
Base model
Tongyi-MAI/Z-Image-Turbo