Open huangjun12 opened 3 months ago
cc @yiyixuxu There seems to be a line missing after preparing latent_model_input
:
latent_model_input = self.scheduler.scale_model_input(latent_model_input, t)
Is this intentionally not present, or was it forgotten? If forgotten, would be awesome if you could open a PR @huangjun12!
our flow match pipelines are meant to work with flow match schedulers, though
@yiyixuxu Will SD3_inpaint_pipeline support the EulerA scheduler? If Yes, when will it be supported?
cc @yiyixuxu There seems to be a line missing after preparing
latent_model_input
:latent_model_input = self.scheduler.scale_model_input(latent_model_input, t)
Is this intentionally not present, or was it forgotten? If forgotten, would be awesome if you could open a PR @huangjun12!
I tried this, but it doesn't seem to work.
@huangjun12 I want to reproduce this. What pre-trained model are you using?
pipe = StableDiffusion3InpaintPipeline.from_pretrained(xxx)
@huangjun12 I want to reproduce this. What pre-trained model are you using?
pipe = StableDiffusion3InpaintPipeline.from_pretrained(xxx)
I trained this myself
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Describe the bug
SD3 inpaint pipeline can not use EulerA scheduler.
Reproduction
Logs
System Info
torch: 2.0.0 + cu117 diffusers: commit_id:
41b705f42db6ce43bbcb41bd2cefd479d8b73774
Who can help?
No response