You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try making the following changes in pipelines_ootd folder:
In transformer_garm_2d.py and transformer_vton_2d.py, replace "CaptionProjection" with "PixArtAlphaTextProjection".
In unet_garm_2d_blocks.py and unet_vton_2d_blocks.py, update the import statement from: "from diffusers.models.dual_transformer_2d import DualTransformer2DModel" to "from diffusers.models.transformers.dual_transformer_2d import DualTransformer2DModel".
In unet_garm_2d_condition.py and unet_vton_2d_condition.py, replace "PositionNet" with "GLIGENTextBoundingboxProjection".
https://pypi.org/project/diffusers/
Pls update the code to support latest version of diffusers
The text was updated successfully, but these errors were encountered: