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

"webui\backend\operations_gguf.py:36: UserWarning: ..." #2653

Open
kyoushinosensei opened this issue Feb 14, 2025 · 0 comments
Open

"webui\backend\operations_gguf.py:36: UserWarning: ..." #2653

kyoushinosensei opened this issue Feb 14, 2025 · 0 comments

Comments

@kyoushinosensei
Copy link

Recently, I have been unable to recreate the image using the same prompt and seed, using two loras and the gguf q8 flux 1 dev model, I often see these errors in the console:

webui\backend\operations_gguf.py:36: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
return super().new(cls, torch.tensor(tensor.data), requires_grad=requires_grade)

ERROR lora diffusion_model.double_blocks.9.txt_mlp.2.weight

ERROR lora diffusion_model.single_blocks.37.linear2.weight

RTX 2080 Ti (11 gb. VRAM), 32gb. RAM, Windows 10.

The problems started on the 11th, before that everything worked fine

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