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
We have a use_safetensors argument in from_pretrained which can fully control whether we load in safetensors or not. We can clean up this dummy import mess a bit here:
We have a
use_safetensors
argument in from_pretrained which can fully control whether we load in safetensors or not. We can clean up this dummy import mess a bit here:diffusers/tests/pipelines/test_pipelines.py
Line 399 in 95b7de8
use_safetensors
instead which was added a while back: https://huggingface.co/docs/diffusers/main/en/api/diffusion_pipeline#diffusers.DiffusionPipeline.from_pretrained.use_safetensorsThe text was updated successfully, but these errors were encountered: