Thursday, May 8, 2025

Colab naifu , AI read model error

Change 
 File "/content/naifu/hydra_node/models.py", line 215, in __init__

from ckpt=torch.load(self.config.vae_path, map_location="cpu")

to ckpt=torch.load(self.config.vae_path, map_location="cpu" , weights_only=False)


No comments:

Post a Comment

Migrating from Renpy to Godot

 Due to the limitation of renpy in rendering dynamic screen ,  due the the black border it gives in different UI scale resolution , finally ...