-
Notifications
You must be signed in to change notification settings - Fork 920
ComfyUI
plugin
#36
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
ComfyUI
plugin
#36
Conversation
That is an amazing article. |
* use tiktoken for api limit * model conditional char limits on frontend * adjust for completion tokens --------- Co-authored-by: Alan Pogrebinschi <[email protected]>
Really awesome work! I’ll be able to help get it merged after the weekend. |
Let me know if there are any changes or anything to add for this initial version |
@hlky We're considering moving out most plugins from this monorepo into separate repositories so you don't need our approval. Beyond WebGPU + SDWebUI (which we have the capacity to support first-party), I'm afraid of @KAJdev and myself becoming a bottleneck. We'd maintain a list of recommended plugins in this project linking out to efforts like this for maximum visibility. How does that sound? Open to suggestions/ideation here! |
@hlky We're moving to ComfyUI for lots of things internally now, so it makes sense for this to be a first-party plugin. Sorry for the whiplash! Would you mind re-opening this PR? We are interested in having official ComfyUI support by June 22nd and would love to help get this done. 🙏 |
Initial ComfyUI plugin implementation
Uses basic workflows for text-to-image, image-to-image, inpaint/outpaint
Note: Plugin UI extension support would be useful for additional features, something like this, just a quick implementation, not pushed for now because it could be done better, maybe the types could be the UI elements in


Theme
, definitions below would change"select"
->"Popout"
and"boolean"
->"Checkbox"
TODO: lots