From 9f0cc27d9ffe2bf5a47870b2b60d11018ca8f53a Mon Sep 17 00:00:00 2001 From: sigma Date: Sun, 4 Jan 2026 22:26:29 +0000 Subject: [PATCH] Update app.py --- app.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app.py b/app.py index 6f35b36..b895ec5 100644 --- a/app.py +++ b/app.py @@ -243,6 +243,12 @@ pipe.load_lora_weights( ) pipe.fuse_lora() +pipe.load_lora_weights( + "headlesssetton/kjfakjf", + weight_name="Qwen_Snofs_1_2.safetensors" +) +pipe.fuse_lora(lora_scale=1.0) + # # Apply the same optimizations from the first version # pipe.transformer.__class__ = QwenImageTransformer2DModel # pipe.transformer.set_attn_processor(QwenDoubleStreamAttnProcessorFA3())