EGOVS commited on
Commit
febd7d4
Β·
verified Β·
1 Parent(s): 4d205e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,8 +105,8 @@ pipe.fuse_lora(adapter_names=["lightning"], lora_scale=1.0)
105
 
106
  print("Loading Task Adapters...")
107
 
108
- pipe.load_lora_weights("tarn59/apply_texture_qwen_image_edit_2509",
109
- weight_name="apply_texture_v2_qwen_image_edit_2509.safetensors",
110
  adapter_name="texture")
111
 
112
  pipe.load_lora_weights("ostris/qwen_image_edit_inpainting",
 
105
 
106
  print("Loading Task Adapters...")
107
 
108
+ pipe.load_lora_weights("lovis93/next-scene-qwen-image-lora-2509",
109
+ weight_name="next-scene_lora-v2-3000.safetensors",
110
  adapter_name="texture")
111
 
112
  pipe.load_lora_weights("ostris/qwen_image_edit_inpainting",