We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following code throws ApiError: INTERNAL_ERROR: 'bytes' in a react native environment. I wonder if fal.ai still support react-native?
ApiError: INTERNAL_ERROR: 'bytes'
It used to work perfectly with sdxl-turbo-realtime-model model, apparently, this model does not even exist anymore all of a sudden 👀
sdxl-turbo-realtime-model
Any suggestions for a similar model to sdxl-turbo-realtime-model ?
// using server-proxy fal.config({ proxyUrl: "server-proxy-url, }); // implementation const { send } = fal.realtime.connect<LcmInput, LcmOutput>( "fal-ai/fast-lcm-diffusion", { onError(error) { // error being thrown here... console.log(error); }, onResult: (result) => { console.log(result); }, }, );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following code throws
ApiError: INTERNAL_ERROR: 'bytes'
in a react native environment. I wonder if fal.ai still support react-native?It used to work perfectly with
sdxl-turbo-realtime-model
model, apparently, this model does not even exist anymore all of a sudden 👀Any suggestions for a similar model to
sdxl-turbo-realtime-model
?The text was updated successfully, but these errors were encountered: