SearchingMan's picture
Z-Image-Turbo with student+adapter text encoder
0179f45 verified
raw
history blame contribute delete
269 Bytes
# Student Adapter Text Encoder — drop-in replacement for Qwen3 text encoder
# Supports ZImagePipeline via trust_remote_code=True auto_map.
from .configuration_student_adapter import StudentAdapterConfig
from .modeling_student_adapter import StudentAdapterTextEncoder