Open shhshopee opened 2 months ago
查看transform版本,估计是被其它插件强制了版本
same error:
ValueError: rope_scaling
must be a dictionary with with two fields, type
and factor
, got {'factor': 8.0, 'high_freq_factor': 4.0, 'low_freq_factor': 1.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'}
please give a solution.
the problem is that a possible solution is to: pip install --upgrade transformers BUT transformers DOWNGRADING durung startup of COMFYUI. What to do?
ComfyUI Error Report
Error Details
rope_scaling
must be a dictionary with two fields,type
andfactor
, got {'factor': 8.0, 'high_freq_factor': 4.0, 'low_freq_factor': 1.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'}Stack Trace
前两天运行还正常,今天打开就报错,求大佬看看