IDEA-Research / Grounded-Segment-Anything

Grounded SAM: Marrying Grounding DINO with Segment Anything & Stable Diffusion & Recognize Anything - Automatically Detect , Segment and Generate Anything
https://arxiv.org/abs/2401.14159
Apache License 2.0
14.75k stars 1.37k forks source link

About using DeepFloyd IF #251

Open patrickvonplaten opened 1 year ago

patrickvonplaten commented 1 year ago

:wave: from Diffusers,

Just wanted to reach out as I see that you're adding IF :heart_eyes:

We're seeing some nice speed-ups with DeepFloyd's IF on PyTorch 2 in diffusers and have also added 8bit T5-XXL inference which allows <10GB GPU RAM inference.

Think allowing low memory use cases for IF would be super nice for this repo! Some pointers:

rentainhe commented 1 year ago

Thank you very much for informing me about this. It's very helpful for me to stay up to date with the latest updates. I have recently been experimenting with IF, and I am amazed by its excellent performance. I will continue to explore and conduct more related experiments.