From 4e8ba14dd053d627e64ae4357eb2733b720787a6 Mon Sep 17 00:00:00 2001 From: layerdiffusion <19834515+lllyasviel@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:13:28 -0700 Subject: [PATCH] info --- packages_3rdparty/gguf/quants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages_3rdparty/gguf/quants.py b/packages_3rdparty/gguf/quants.py index a5720083..4360bfeb 100644 --- a/packages_3rdparty/gguf/quants.py +++ b/packages_3rdparty/gguf/quants.py @@ -158,7 +158,7 @@ class __Quant(ABC): @classmethod @abstractmethod def quantize_blocks_pytorch(cls, blocks, block_size, type_size) -> torch.Tensor: - raise NotImplementedError('Low bit LoRA for this data type is not implemented yet. Please select "Automatic (fp16 LoRA)" to use this LoRA.') + raise NotImplementedError('Low bit LoRA for this data type is not implemented yet. Please select "Automatic (fp16 LoRA)" in "Diffusion in Low Bits" (on the top line of this page) to use this LoRA.') @classmethod @abstractmethod