Fix default parameter of text_encoder_projection_dim in _get_add_time_ids#10028
Fix default parameter of text_encoder_projection_dim in _get_add_time_ids#10028viiika wants to merge 1 commit intohuggingface:mainfrom
text_encoder_projection_dim in _get_add_time_ids#10028Conversation
|
I think this change also needs to be made to made to Same issue that see: diffusers/src/diffusers/pipelines/controlnet/pipeline_controlnet_inpaint_sd_xl.py Lines 1072 to 1081 in 6db3333 However I think there is an additional issue here, diffusers/src/diffusers/pipelines/controlnet/pipeline_controlnet_inpaint_sd_xl.py Lines 1089 to 1091 in 6db3333 Should probably be changed to something like: In order to handle |
|
When calling |
text_encoder_projection_dim in _get_add_time_ids
|
yeah agree with @hlky ok to remove |
but for sdxl, it seems all usage of |
hlky
left a comment
There was a problem hiding this comment.
We'll need to run make fix-copies after this change
viiika
left a comment
There was a problem hiding this comment.
this may damage some external dependencies
|
We consider functions prefixed with |
|
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. |
fix default parameter of text_encoder_projection_dim from None to 1280