Sebastiankay commited on
Commit
bec9565
·
verified ·
1 Parent(s): 6adc904

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ pipe.load_lora_weights("tlennon-ie/qwen-edit-skin", weight_name="qwen-edit-skin_
84
  pipe.load_lora_weights("lovis93/next-scene-qwen-image-lora-2509", weight_name="next-scene_lora-v2-3000.safetensors", adapter_name="next-scene")
85
  pipe.load_lora_weights("vafipas663/Qwen-Edit-2509-Upscale-LoRA", weight_name="qwen-edit-enhance_64-v3_000001000.safetensors", adapter_name="upscale-image")
86
 
87
- pipe.transformer.set_attn_processor(QwenDoubleStreamAttnProcessorFA3())
88
  # pipe.fuse_lora()
89
 
90
  def polish_prompt_hf(original_prompt, img_list):
 
84
  pipe.load_lora_weights("lovis93/next-scene-qwen-image-lora-2509", weight_name="next-scene_lora-v2-3000.safetensors", adapter_name="next-scene")
85
  pipe.load_lora_weights("vafipas663/Qwen-Edit-2509-Upscale-LoRA", weight_name="qwen-edit-enhance_64-v3_000001000.safetensors", adapter_name="upscale-image")
86
 
87
+ # pipe.transformer.set_attn_processor(QwenDoubleStreamAttnProcessorFA3())
88
  # pipe.fuse_lora()
89
 
90
  def polish_prompt_hf(original_prompt, img_list):