Skip to content

Conversation

@sayakpaul
Copy link
Member

What does this PR do?

Code to load:

import torch
from diffusers import ZImagePipeline

print("Loading Z-Image-Turbo pipeline...")
pipe = ZImagePipeline.from_pretrained(
    "Tongyi-MAI/Z-Image-Turbo", torch_dtype=torch.bfloat16,
)

pipe.load_lora_weights(
    "bdsqlsz/qinglong_DetailedEyes_Z-Image", 
    weight_name="qinglong_detailedeye_z-imageV2(comfy).safetensors",
    adapter_name="okay"
)
pipe.to("cuda")

Copy link
Collaborator

@linoytsaban linoytsaban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome, thanks!

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@linoytsaban
Copy link
Collaborator

failing test seems unrelated

Copy link
Member

@asomoza asomoza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@yiyixuxu yiyixuxu merged commit 7de51b8 into main Dec 4, 2025
15 checks passed
@yiyixuxu yiyixuxu deleted the support-more-zimage-loras branch December 4, 2025 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants