YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
NEXUS-VideoModel v1.1 HQ (Stable Training)
Trained with gradient explosion protection and NaN recovery.
Results
- Loss: 0.1117
- PSNR: 19.58 dB
- Neurons: 153
Usage
from huggingface_hub import snapshot_download
import sys
model_dir = snapshot_download("amewebstudio/nexus-videomodel-v1.1-hq")
sys.path.insert(0, model_dir)
from modeling_nexus import NexusVideoModel
model = NexusVideoModel.from_pretrained(model_dir)
video = model.generate(n_frames=16, temperature=0.3)
- Downloads last month
- 1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support