mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-01-26 19:09:45 +00:00
add note to lora
but loras for NF4 is done already!
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user