diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

fix check_inputs to handle when prompts are empty but embeddings are …

Open nimish007 opened this issue 3 years ago • 1 comments

…passed

ideally check_inputs should not throw an error if both prompt and prompt embeds are passed as they can be later concatenated. leaving that as is for now to ensure simplicity in line 609.

nimish007 avatar Feb 17 '23 22:02 nimish007

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint.

Thanks a lot for the PR @nimish007 !

Could you run:

make style

once to make sure the code quality tests are passing? :-)

patrickvonplaten avatar Mar 06 '23 10:03 patrickvonplaten

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.

github-actions[bot] avatar Mar 30 '23 15:03 github-actions[bot]