Update app.py

This commit is contained in:
sigma
2026-01-19 02:08:02 +00:00
committed by system
parent 3bfb445e7b
commit 63f5c673b7

2
app.py
View File

@@ -273,7 +273,7 @@ pipe = QwenImageEditPlusPipeline.from_pretrained(
).to("cuda")
# force euler ancestral scheduler
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
#pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
# 2. DOWNLOAD & LOAD RAW WEIGHTS
# ------------------------------------------------------------------------------