mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-29 02:31:16 +00:00
turn off second compress by default
This commit is contained in:
@@ -105,7 +105,8 @@ class ForgeLoader4Bit(torch.nn.Module):
|
|||||||
self.weight = ForgeParams4bit(
|
self.weight = ForgeParams4bit(
|
||||||
state_dict[prefix + 'weight'].to(self.dummy),
|
state_dict[prefix + 'weight'].to(self.dummy),
|
||||||
requires_grad=False,
|
requires_grad=False,
|
||||||
compress_statistics=True,
|
compress_statistics=False,
|
||||||
|
blocksize=64,
|
||||||
quant_type=self.quant_type,
|
quant_type=self.quant_type,
|
||||||
quant_storage=torch.uint8,
|
quant_storage=torch.uint8,
|
||||||
module=self,
|
module=self,
|
||||||
|
|||||||
Reference in New Issue
Block a user