The following lines trigger a deprecation warning for the Fast processor.
|
from transformers import AutoTokenizer, PreTrainedModel, Siglip2ImageProcessorFast, Siglip2VisionModel |
|
siglip_processor: Siglip2ImageProcessorFast, |
This is a quick fix and I could take it up if we are up for replacing the Processor with Siglip2ImageProcessor.
The following lines trigger a deprecation warning for the Fast processor.
diffusers/src/diffusers/pipelines/z_image/pipeline_z_image_omni.py
Line 20 in 759164b
diffusers/src/diffusers/pipelines/z_image/pipeline_z_image_omni.py
Line 156 in 759164b
This is a quick fix and I could take it up if we are up for replacing the Processor with
Siglip2ImageProcessor.