mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2025-12-28 05:35:00 +00:00
... based on 3 evidences: 1. torch.Tensor.view on one big tensor is slightly faster than calling torch.Tensor.to on multiple small tensors. 2. but torch.Tensor.to with dtype change is significantly slower than torch.Tensor.view 3. “baking” model on GPU is significantly faster than computing on CPU when model load. mainly influence inference of Q8_0, Q4_0/1/K and loading of all quants |
||
|---|---|---|
| .. | ||
| comfyui_lora_collection | ||
| gguf | ||
| webui_lora_collection | ||
| README.md | ||
Please follow the standard of 315f85d4f4/3rdparty when PR or modifying files.