mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-21 21:01:24 +08:00
manual_cast
This commit is contained in:
parent
8cf71554fa
commit
6c32ec02cc
@ -404,6 +404,8 @@ class ForgeOperationsInt8(ForgeOperations):
|
||||
self.compute_dtype = torch.bfloat16
|
||||
self.lora_patches = [] # List of (down_scaled, up, start, size) set by INT8ModelPatcher
|
||||
|
||||
self.parameters_manual_cast = True
|
||||
|
||||
def reset_parameters(self):
|
||||
return None
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user