Thanks for the feedback! Made some updates.
HN user
burkaygur
hi friends! burkay from fal.ai here. would like to clarify that the model is NOT built by fal. all credit should go to Black Forest Labs (https://blackforestlabs.ai/) which is a new co by the OG stable diffusion team.
what we did at fal is take the model and run it on our inference engine optimized to run these kinds of models really really fast. feel free to give it a shot on the playgrounds. https://fal.ai/models/fal-ai/flux/dev
Made a Discord bot with this. Check it out here http://fooocus.ai
We are hiring for Staff+ roles at fal.ai. Reach out to us:
https://featuresandlabels.notion.site/Join-us-at-fal-cf36c13...
We built a dbt adapter that helps you run local Python code with your dbt project with any other data warehouse. You can see it here: https://github.com/fal-ai/fal/tree/main/adapter
It is very simple to use, but also very feature rich. For example, you can run each dbt model in an isolated Python environment and avoid dependency hell. We use isolate, an open source library we built to do that: https://github.com/fal-ai/isolate
Looks like dbt Labs is working on a dbt Server that can translate your dbt-QL type queries into SQL. That way you can use different "building blocks" of SQL with the rest of your team. This becomes pretty powerful with the metrics layer that dbt just introduced.