Co-authored-by: Fabio Peruzzo <39661245+Xuzzo@users.noreply.github.com>
This commit is contained in:
Filip Strand 2024-09-04 23:14:38 +02:00 committed by GitHub
parent f28fffe0cf
commit d5f5f9607e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ class Flux1:
quantize_full_weights: int | None = None,
local_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.quantize_full_weights = quantize_full_weights