When loading the model qwen-image-edit-2511 using the diffusers library, I encounter the following warning:
The config attributes {'zero_cond_t': True} were passed to QwenImageTransformer2DModel, but are not expected and will be ignored. Please verify your config.json configuration file.
This suggests that the zero_cond_t parameter is present in the model’s config but is not recognized by the current implementation of QwenImageTransformer2DModel. Could you please clarify whether this attribute is deprecated, optional, or requires a specific version of the library? Additionally, is there any recommended action to suppress or resolve this warning?