Uh oh!
There was an error while loading. Please reload this page.
Conversation
| ): | ||
| super().__init__() | ||
| if hasattr(scheduler.config, "steps_offset") and scheduler.config.steps_offset != 1: |
There was a problem hiding this comment.
this pipeline use the SD checkpoints so do the same deprecation as SD pipeline
this is the reason the from_pipe test failed here https://github.com/huggingface/diffusers/actions/runs/8514833413/job/23321268337#step:9:73
i.e. when we do pipe.from_pretrained(), the deprecated scheduler config (clip_sample, step_offset) is not updated; but when we do pipe = ...from_pipe(pipe_sd), these config got updated when creating pipe_sd
HuggingFaceDocBuilderDev
commented
Apr 2, 2024
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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. |
Uh oh!
There was an error while loading. Please reload this page.
sayakpaul
commented
Jun 1, 2024
@yiyixuxu wanted to know the state of this PR. Do you need a review? |
yiyixuxu
commented
Jun 3, 2024
oh yes @sayakpaul |
| 0.55489814, | ||
| 0.57733, | ||
| 0.5055906, | ||
| 0.45875436, | ||
| 0.47063118, | ||
| 0.5364321, | ||
| 0.40426704, | ||
| 0.44867495, | ||
| 0.44591445, | ||
| 0.5281508, | ||
| 0.6315466, | ||
| 0.62435544, | ||
| 0.54455715, | ||
| 0.477045, | ||
| 0.5789583, | ||
| 0.58372897, | ||
| 0.41623285, | ||
| 0.60586095, | ||
| 0.65277576, | ||
| 0.41136372, | ||
| 0.6803191, | ||
| 0.5731553, | ||
| 0.3580435, | ||
| 0.5695902, | ||
| 0.42043707, | ||
| 0.3784843, | ||
| 0.53030723, |
| max_diff_without_adapter_scale, | ||
| expected_max_diff, | ||
| "Output without ip-adapter must be same as normal inference", | ||
| f"Output without ip-adapter must be same as normal inference, exppected {output_without_adapter}, got {output_without_adapter_scale}", |
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. |
No description provided.