ghostai1 commited on
Commit
6c2fc99
Β·
verified Β·
1 Parent(s): 64b9627

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
  title: Ghostvidspace
3
  emoji: πŸ“‰
4
  colorFrom: red
5
- colorTo: red
6
  sdk: gradio
7
  sdk_version: 5.35.0
8
  app_file: app.py
@@ -11,4 +11,18 @@ license: mit
11
  short_description: gpu
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  title: Ghostvidspace
3
  emoji: πŸ“‰
4
  colorFrom: red
5
+ colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 5.35.0
8
  app_file: app.py
 
11
  short_description: gpu
12
  ---
13
 
14
+ # GhostPack F1 Pro
15
+
16
+ Image-to-Video generation toolkit powered by HunyuanVideo & FramePack-F1.
17
+
18
+ - **Version**: 1.2.8
19
+ - **Author**: GhostAI
20
+ - **Repo**: https://huggingface.co/spaces/ghostai1/ghostvidspace
21
+ - **Description**: Deployed on Hugging Face Spaces with H200 GPU, this app generates videos from images using a Gradio UI and FastAPI endpoints. It supports Base64-encoded video responses and is secured with an API key for off-site use.
22
+
23
+ ## Setup
24
+ 1. Ensure `HF_TOKEN` and `API_KEY` are set in Spaces secrets.
25
+ 2. Include the `diffusers_helper` package in the root directory (`/diffusers_helper`).
26
+ 3. Use the `/generate` endpoint for video generation or the Gradio UI for interactive use.
27
+
28
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-ref