Instructions to use Comfy-Org/SeedVR2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/SeedVR2 with Diffusion Single File:
# 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
Please add support for GGUF‑quantized models
Yes, I need the Q4K_M quantized model. Its size is roughly half that of an FP8 model. @makisekurisu-jp
comfyui won't support gguf...but I've converted it to 4-bit safetensors, try it, so it's 3.5x smaller and almost no degradation https://huggingface.co/dummy9996/seedvr2_comfyui_bf16_mxfp8_nvfp4/blob/main/seedvr2_3b_nvfp4.safetensors
Yes, I need the Q4K_M quantized model. Its size is roughly half that of an FP8 model. @makisekurisu-jp
comfyui won't support gguf...but I've converted it to 4-bit safetensors, try it, so it's 3.5x smaller and almost no degradation https://huggingface.co/dummy9996/seedvr2_comfyui_bf16_mxfp8_nvfp4/blob/main/seedvr2_3b_nvfp4.safetensors
Please also quantize the two 7B models, seedvr2_7b and seedvr2_7b_sharp, into FP4. Thank you.
https://huggingface.co/ApacheOne/SeedVR2_comfyUI-nvfp4_mixed
I am not sure if my nvfp4 versions work with comfy's kitchen but I am guessing it does as you have linked it. The only valuable input I can say is that my nvfp4 versions are smaller because I also do the first and last blocks, the official paper on nvfp4 leave first and last blocks for stable training reasons but its not need for inference.