File size: 1,021 Bytes
0b15941
982899c
 
47ca9a8
 
0b15941
 
 
 
47ca9a8
982899c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: DreamX Creator
emoji: 🎬
colorFrom: green
colorTo: blue
sdk: docker
app_file: app.py
pinned: false
---

Docker-hosted DreamX-Creator 1.0 Space for the AI Shorts Factory backend
(engine vendored from `AMAP-ML/DreamX-Creator` / `hugging-apps/gd-ml-dreamx-creator`).

One endpoint via Gradio's `/call/generate` protocol:

- `generate(image, prompt, seconds, num_inference_steps, resolution_tokens,
  guidance_scale, negative_prompt, seed, randomize_seed)`
  → `(mp4 with jointly-denoised audio, last-frame PNG, seed)`.

`image` may be empty — a neutral keyframe is generated in-app. The last-frame
PNG is returned so each scene can feed the next one (continuity chaining).

Weights (~43 GB peak) download at first boot from the ungated
`GD-ML/DreamX-Creator` repo into `./checkpoints` (override with
`DREAMX_CKPT_DIR`, e.g. `/data/dreamx` when persistent storage is enabled).

Requires **ZeroGPU** hardware (`hardware: gpu: zero` above and/or the Space
Settings toggle) — the free CPU tier cannot denoise.