Fix type
Co-authored-by: Fabio Peruzzo <39661245+Xuzzo@users.noreply.github.com>
This commit is contained in:
parent
f28fffe0cf
commit
d5f5f9607e
@ -29,7 +29,7 @@ class Flux1:
|
|||||||
quantize_full_weights: int | None = None,
|
quantize_full_weights: int | None = None,
|
||||||
local_path: str | None = None,
|
local_path: str | None = None,
|
||||||
lora_path: str | None = None,
|
lora_path: str | None = None,
|
||||||
lora_scale: str | None = None,
|
lora_scale: float = 1.0,
|
||||||
):
|
):
|
||||||
self.model_config = model_config
|
self.model_config = model_config
|
||||||
self.quantize_full_weights = quantize_full_weights
|
self.quantize_full_weights = quantize_full_weights
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user