But is expected if i pass use_safetensors=False to supress this warning. So i notice that after this line is need to pass diffusers/src/diffusers/pipelines/pipeline_utils.py Line 907 in7f323f0 cached_folder=cached_folder, use_safetensors variable And after this line repass the parameter ...
Little tricky since HF doesn't always go for pickles even if they're present anduse_safetensorsis disabled: >>> g_s = pipeline("text-generation", model="gpt2", use_safetensors=False) config.json: 100%|█████████████████████████████████████...
Failed to create model quickly; will retry using slow method. D:\stable-diffusion-webui-amdgpu\modules\safe.py:156: FutureWarning: You are usingtorch.loadwithweights_only=False(the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pick...