Loading video...

Video Failed to Load

Go Home

fal's Gorkem Yurtseven on the Blender, Astra, and H3 Max workflow professionals are using to get exactly the shot they wanted: "Using Blender with one of these AI models together is an extremely popular workflow for professional work." "You render a low resolution of your scene, what you want...

34,883 views • 7 days ago •via X (Twitter)

14 Comments

Arnold's profile picture
Arnold6 days ago

This is a better picture of professional AI use than prompt-and-pray. Conventional tools provide structure; the model supplies speed and variation.

QueenBEE🐝's profile picture
QueenBEE🐝7 days ago

Practical workflow, not hype—exactly why @Nainahf and I keep coming back for your insights.

GrowthwithHonoris's profile picture
GrowthwithHonoris7 days ago

The real edge here is control..AI becomes much more useful when you already know what you want to create.

TriDung.sol's profile picture
TriDung.sol7 days ago

The control aspect is the real game changer here, makes AI feel like a tool

Shuohao Liao's profile picture
Shuohao Liao7 days ago

The Blender scene belongs in the handoff too. If the client later wants a different camera path, an editable scene gives them a starting point for another render. The finished clip alone loses that control.

Nilesh Maurya's profile picture
Nilesh Maurya7 days ago

This hybrid workflow is the durable pattern: keep deterministic tools for composition and use models for high-variance exploration. It preserves control while expanding the search space—an important distinction for professional adoption versus novelty demos.

Nam Đầu Tư's profile picture
Nam Đầu Tư7 days ago

Render bản nháp trong Blender rồi dùng AI xử lý giúp VFX kiểm soát chính xác từng khung hình.

Carol Rehor's profile picture
Carol Rehor6 days ago

Blender + Astra + H3 Max as the pro shot pipeline is the unsexy workflow post that actually matters. Exact control beats another demo reel.

Deep's profile picture
Deep7 days ago

blocking the camera move in blender first is the trick. AI models still guess way too much on their own.

theophine Elussa Ravololonirina's profile picture
theophine Elussa Ravololonirina7 days ago

I stopped rushing every step, and things came together. I'm enjoying a much softer landing tonight.

icefrog.◎'s profile picture
icefrog.◎6 days ago

Blender to AI pipeline is the real superpower right now

Minh Tài Chính's profile picture
Minh Tài Chính7 days ago

close to 100% controllability" là phóng đại. AI vẫn sinh ra chi tiết không mong muốn, và nghệ sĩ chuyên nghiệp vẫn phải chỉnh sửa nhiều lần.

Derek Byrne's profile picture
Derek Byrne6 days ago

Great to see open source progress

Sophie d's profile picture
Sophie d6 days ago

Low-res AI upscaling hides more than it fixes, so pros still rebuild detail by hand. Where do you draw the line between speed and final quality?

Related Videos

.fal's Gorkem Yurtseven and Batuhan Taskaya on making an open source video model 35x faster, and what Hollywood wanted after they built it: Last month, MiniMax released H3, an open source video model. fal rebuilt it - they cut down the steps the model takes to make a video, rewrote the code under each stage, and got the GPUs to 70-80% of their theoretical ceiling instead of their usual 30-40%. No quality loss. Video now generates faster than you can film it. The models have gotten so cheap and fast that end users aren't even asking for improvements in either category anymore. The gap has moved to quality, or how closely the model follows the prompt. Hollywood wasn't a customer a year ago and is now fal's fastest growing segment. Studios love it for the little things - extending a shot, moving the camera, changing the lighting. Those edits land 80-90% of the time. fal is chasing 99.9%. In this conversation with a16z's Jennifer Li: 00:00 Intro 01:45 The first open model worth rebuilding 03:45 The industry ran out of compute in April 06:25 35x faster without losing quality 11:05 5s of video generated in 1.5s 14:25 The weekend fal dropped everything 16:15 3 viral projects nobody planned 18:20 Teaching a video model to remember 20:25 An hour of video that's consistent 23:30 2x the usage of other models in 3 weeks 26:35 The case for giving video away for free 29:00 Blender sketch in, finished shot out 30:40 Chasing 99.9% reliability 34:15 Hollywood, fal's fastest-growing customer 36:50 Why studios wouldn't touch it until now YouTube: Gorkem Yurtseven batuhan the fal guy fal Jennifer Li

a16z

133,755 views • 7 days ago

How can you solve complex tasks using a Large Language Model? Here is a 2-minute introduction to everything you need to know to 10x the quality of your results. Let's talk about three techniques, in order of complexity, starting with the easiest one: • In-Context Learning • Indexing + In-Context Learning • Fine-tuning In-Context Learning The team that trained GPT-3 found something they couldn't explain: You can condition a model using examples of how you want it to behave. I included an example prompt in the attached video. You can "teach" the model how you want it to interpret questions, select the correct answers, and format the results by giving a few examples. You can also give specific knowledge to the model that will be helpful when formulating answers. We call this approach "grounding the model." There's another example in the video. Indexing + In-Context Learning Unfortunately, there is a limit to how much data you can include in a prompt. We call this the "context size." One version of GPT-4 supports a context of approximately 6,000 words, while the other supports 25,000 words. Although this sounds like a lot, many applications need more than that. Imagine you wrote a book and want to build an application to answer any questions about your story. What happens if your book is longer than the context? That's where Indexing comes in. Using a model, you can turn every book passage into an embedding. These are vectors, numbers that "encode" the passage's text. You can then store these embeddings in a particular database that supports fast retrieval of these vectors. You can then turn any question into an embedding and search the database for the list of passages that are similar to that query. Instead of using the entire book to ask the model, you can now use the relevant passages as in-context information, effectively working around the context size limitation. Fine-tuning Fine-tuning can give you an extra boost to get reliable outputs from your LLM. It is, however, the most complex approach on the list. There are different approaches to fine-tuning a model with your data. A popular technique is to process your data with your LLM and use the outputs to train a new classifier that solves your specific task. Notice that here you aren't modifying the LLM. Instead, you are chaining it with your trained classifier. Another approach is to modify the parameters of the LLM using your data. Think of this as "rewiring" the model in a way that solves your particular task. The results and costs will vary depending on how many layers you want to fine-tune from the original model. Many companies think that fine-tuning is the solution to their problems. In my experience, many will benefit from exploring the other two approaches. I love explaining Machine Learning and Artificial Intelligence ideas. If you enjoy in-depth content like this, follow me Santiago so you don't miss what comes next.

Santiago

384,510 views • 3 years ago