Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ✨ add support for "*" output types #3329

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

melMass
Copy link
Contributor

@melMass melMass commented Apr 24, 2024

effectively skipping type checking.
There are already trick to do the same for inputs using kwargs.

There are probably implications I haven't fully thought about and I didn't test it extensively myself

effectively skipping type checking.
There are already trick to do the same for inputs
using `kwargs`.

There are probably implications I haven't fully thought about and
I didn't test it extensively myself
melMass added a commit to melMass/comfy_mtb that referenced this pull request Apr 25, 2024
This requires this PR to be merged:
comfyanonymous/ComfyUI#3329

There is a trick to make it work without that PR but it
feels very hacky, the code for it is kept for reference but unused
@melMass
Copy link
Contributor Author

melMass commented May 5, 2024

@comfyanonymous I've been running this branch for 2 weeks and it seems to work just fine (with >70 third party extensions).

Do you see any issues in allowing that? I can run further tests if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant