Skip to content

rpl-bonn/host_video_generation

Repository files navigation

host_video_generation

This repository contains a minimal FastAPI application exposing a dummy video generation service. It mimics the request/response structure of vLLM's OpenAI compatible API but returns placeholder video files instead of text.

Endpoints

  • POST /generate – Accepts a JSON body with prompt, base64 encoded image, optional negative_prompt and guidance fields. Returns the path to a generated video file.
  • GET /download/{file_id} – Download a previously generated dummy MP4 file.
  • GET /ping – Basic health‑check that also reports environment configuration.

The service does not run any actual video generation pipeline. It is intended for development and integration tests.

About

I want to have a unified framework to easily host video generation models. ComfyUI is way to inconvenient (for me)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages