TemryL / ComfyS3

ComfyS3 seamlessly integrates with Amazon S3 in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 buckets within the ComfyUI graph interface.
GNU General Public License v3.0
30 stars 17 forks source link

Which to use to save 3d formats? #1

Closed webcoderz closed 5 months ago

webcoderz commented 6 months ago

For video I assume things like .webp would work but if I want to save a mesh object in either .obj, .gltf etc which node would I use?

P.S. amazing project

TemryL commented 6 months ago

Hey, thanks for your feedback! I guess you could simply use the UploadFileS3 node. Let me know if that works.