mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-06-27 21:01:21 +08:00
add note to lora
but loras for NF4 is done already!
This commit is contained in:
parent
7fcfb93090
commit
d336597fa5
@ -278,6 +278,9 @@ class ModelPatcher:
|
||||
else:
|
||||
weight = weight.data
|
||||
|
||||
if hasattr(weight, 'is_gguf'):
|
||||
raise NotImplementedError('LoRAs for GGUF model are under construction!')
|
||||
|
||||
weight_original_dtype = weight.dtype
|
||||
to_args = dict(dtype=torch.float32)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user