Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use lora #25

Open
wei304 opened this issue Dec 22, 2023 · 0 comments
Open

how to use lora #25

wei304 opened this issue Dec 22, 2023 · 0 comments

Comments

@wei304
Copy link

wei304 commented Dec 22, 2023

loading network /content/ui/models/Lora/mochidukikei.safetensors: SafetensorError
Traceback (most recent call last):
File "/content/ui/extensions-builtin/Lora/networks.py", line 238, in load_networks
net = load_network(name, network_on_disk)
File "/content/ui/extensions-builtin/Lora/networks.py", line 142, in load_network
sd = sd_models.read_state_dict(network_on_disk.filename)
File "/content/ui/modules/sd_models.py", line 291, in read_state_dict
pl_sd = safetensors.torch.load_file(checkpoint_file, device=device)
File "/usr/local/lib/python3.10/dist-packages/safetensors/torch.py", line 259, in load_file
with safe_open(filename, framework="pt", device=device) as f:
safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant