// Memory Bytes
mini-apps

Client-Side Video Generation Node

A secure, serverless frontend client to connect to local open-source models or Hugging Face APIs.

1 min read

This tool acts as a Client-Side Request Node. It sends HTTP POST requests directly from your browser to the endpoint you specify. Memory Bytes does not track, save, or intercept your API keys or generated videos.

How to use:

  1. Cloud Free Model: Enter your Hugging Face Access Token. Use the default endpoint provided. (Note: Requests are automatically routed through a secure CORS proxy to bypass browser restrictions).
  2. Local Model: If testing on local hardware (e.g., ComfyUI), browsers will block http://localhost requests from this https website due to Mixed Content policies. To bypass this, either run this blog locally (npm run dev) or expose your local API via a secure tunnel like ngrok.

Live Generation Node

Awaiting Execution