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
Fix an error with a model saved with bf16 in .pt or .ckpt format.
If you use bf16 with .pt/.ckpt, it seems to be required to disable safe-unpickle temporarily with --disable-safe-unpickle option for web UI. Please use .safetensors format for bf16.