signsur4739379373 commited on
Commit
63f5c67
·
verified ·
1 Parent(s): 3bfb445

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ pipe = QwenImageEditPlusPipeline.from_pretrained(
273
  ).to("cuda")
274
 
275
  # force euler ancestral scheduler
276
- pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
277
 
278
  # 2. DOWNLOAD & LOAD RAW WEIGHTS
279
  # ------------------------------------------------------------------------------
 
273
  ).to("cuda")
274
 
275
  # force euler ancestral scheduler
276
+ #pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
277
 
278
  # 2. DOWNLOAD & LOAD RAW WEIGHTS
279
  # ------------------------------------------------------------------------------