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
我可以正常运行deepseek-ai/Janus-1.3B,但当我切换成其他模型比如deepseek-ai/Janus-Pro-1B,就会报( The image_processor_class argument is deprecated and will be removed in v4.42. Please use slow_image_processor_class, or fast_image_processor_class instead)异常无法成功运行
#152
Open
piterpig opened this issue
Feb 8, 2025
· 0 comments
(myJanus) PS D:\project\Janus> python .\demo\app.py
Python version is above 3.10, patching the collections module.
D:\project\Janus\myJanus\lib\site-packages\transformers\models\auto\image_processing_auto.py:590: FutureWarning: The image_processor_class argument is deprecated and will be removed in v4.42. Please use slow_image_processor_class, or fast_image_processor_class instead
The text was updated successfully, but these errors were encountered:
(myJanus) PS D:\project\Janus> python .\demo\app.py
Python version is above 3.10, patching the collections module.
D:\project\Janus\myJanus\lib\site-packages\transformers\models\auto\image_processing_auto.py:590: FutureWarning: The image_processor_class argument is deprecated and will be removed in v4.42. Please use
slow_image_processor_class
, orfast_image_processor_class
insteadThe text was updated successfully, but these errors were encountered: