every launc sd reforge always show this masage #256
Unanswered
rendangnikmatdia
asked this question in
Q&A
Replies: 1 comment
-
Pytorch 4.6.0 has already moved to weights_only=true, which in turn broke various yolov8 models for me since they're in pickle format. I'm sure it might breaks some other pickles as well. Otherwise this Warning can be safely ignored. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
C:\reForge\stable-diffusion-webui-reForge\modules_forge\patch_basic.py:13: FutureWarning: You are using
torch.load
withweights_only=False
(the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value forweights_only
will be flipped toTrue
. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user viatorch.serialization.add_safe_globals
. We recommend you start settingweights_only=True
for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.Beta Was this translation helpful? Give feedback.
All reactions