BetaDoggo / ComfyUI-Cloud-APIs

A set of ComfyUI nodes for using models served by fal.ai and Replicate.com
23 stars 3 forks source link

Would it be possible add support for Runware API? #3

Open OutOfTokens opened 2 months ago

OutOfTokens commented 2 months ago

I have been trying to create a custom node that supports Runware but I haven't been able to get it to work. Could you add support for this too?

https://docs.runware.ai/en/getting-started/introduction

FlaviuRadulescu commented 2 months ago

Yes, that would be great

YomiCasual commented 2 months ago

Looking forward to this integration. It will be a great addition

chris-anstey-runware commented 2 months ago

This would be great to add!

BetaDoggo commented 2 months ago

@OutOfTokens I've added basic support for text2image models with the option to add loras: https://github.com/BetaDoggo/ComfyUI-Cloud-APIs/commit/c669865be1a7876dcab9ccd23169fce606144523 image I'll probably add image to image and maybe controlnet later. I only included the main options which I thought were most used. If there's anything specific missing let me know.

OutOfTokens commented 2 months ago

I had some issues with ComfyUI so decided to build this barebones frontend: https://runware.vercel.app/ in case anyone else was looking for it too.

Will be adding more features this weekend.

wuhaohezi commented 1 month ago

I had some issues with ComfyUI so decided to build this barebones frontend: https://runware.vercel.app/ in case anyone else was looking for it too.

Will be adding more features this weekend.

nice job expect more features btw, the banners r too wide

OLH21 commented 1 month ago

@OutOfTokens I've added basic support for text2image models with the option to add loras: c669865 image I'll probably add image to image and maybe controlnet later. I only included the main options which I thought were most used. If there's anything specific missing let me know.

interested in control net and image to image if you have time