mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-25 16:59:18 +00:00
add note
This commit is contained in:
@@ -250,6 +250,9 @@ class ModelPatcher:
|
||||
|
||||
weight = model_state_dict[key]
|
||||
|
||||
if weight.dtype == torch.uint8:
|
||||
raise NotImplementedError('LoRAs for NF4/FP4 models are under construction is not available now.\nSorry for the inconvenience!')
|
||||
|
||||
inplace_update = self.weight_inplace_update
|
||||
|
||||
if key not in self.backup:
|
||||
|
||||
Reference in New Issue
Block a user