1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Add PhotonTransformer2DModel to TYPE_CHECKING imports

This commit is contained in:
David Bertoin
2025-10-20 07:27:03 +00:00
committed by DavidBert
parent d5ffd35d70
commit fdc8e34533

View File

@@ -928,6 +928,7 @@ if TYPE_CHECKING or DIFFUSERS_SLOW_IMPORT:
MultiControlNetModel,
OmniGenTransformer2DModel,
ParallelConfig,
PhotonTransformer2DModel,
PixArtTransformer2DModel,
PriorTransformer,
QwenImageControlNetModel,