From 1fca56517853876bd58d2d0ff8ee5d82deac5d35 Mon Sep 17 00:00:00 2001 From: Disty0 Date: Fri, 13 Jun 2025 13:37:12 +0300 Subject: [PATCH] Cleanup --- modules/model_flux.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/model_flux.py b/modules/model_flux.py index 17ebe06c7..4381e1e50 100644 --- a/modules/model_flux.py +++ b/modules/model_flux.py @@ -14,7 +14,6 @@ debug = shared.log.trace if os.environ.get('SD_LOAD_DEBUG', None) is not None el def load_flux_quanto(checkpoint_info): transformer, text_encoder_2 = None, None quanto = model_quant.load_quanto('Load model: type=FLUX') - quanto.tensor.qbits.QBitsTensor.create = lambda *args, **kwargs: quanto.tensor.qbits.QBitsTensor(*args, **kwargs) if isinstance(checkpoint_info, str): repo_path = checkpoint_info