Instructions to use ByteDance-Seed/SeedVR2-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- SeedVR
How to use ByteDance-Seed/SeedVR2-7B with SeedVR:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Request: official float32 inference path for seedvr2_ema_7b.pth.
#4
by akos2 - opened
The public 7B apply script (projects/inference_seedvr2_7b.py) loads seedvr2_ema_7b.pth then runs torch.autocast("cuda", torch.bfloat16). configs_7b/main.yaml sets VAE dtype to bfloat16.
Will you publish an official lossless float32 inference config and command for the original seedvr2_ema_7b.pth (no dtype cast on weights or activations), including VAE ema_vae.pth in float32?