flowtyone / ComfyUI-Flowty-LDSR

LDSR custom node for ComfyUI
GNU General Public License v3.0
190 stars 14 forks source link

Weights only load failed. #8

Open richkel opened 8 months ago

richkel commented 8 months ago

Weights only load failed. Re-running torch.load with weights_only set to False will likely succeed, but it can result in arbitrary code execution.Do it only if you get the file from a trusted source. WeightsUnpickler error: Unsupported class pytorch_lightning.callbacks.model_checkpoint.ModelCheckpoint

flowtyone commented 8 months ago

@richkel Please make sure you're using the right checkpoint and pytorch lightning version

richkel commented 8 months ago

am i missing the lighting version requirement somewhere? I have the latest version

flowtyone commented 8 months ago

@richkel yes has to be 1.7.7

richkel commented 8 months ago

well that didnt fix it what checkpoint should I be using?

flowtyone commented 8 months ago

@richkel take a look at the installation instructions on the readme; its linked there

richkel commented 8 months ago

you talking about these? https://heibox.uni-heidelberg.de/f/578df07c8fc04ffbadf3/?dl=1

flowtyone commented 8 months ago

Indeed

richkel commented 8 months ago

oh, I already have those.

NathanSweet commented 4 months ago

Does it need a specific version of ComfyUI?