Instructions to use Kijai/WanVideo_comfy_fp8_scaled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Kijai/WanVideo_comfy_fp8_scaled 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
can you please GGUF versions of fp8? Not sure if that makes any sense but just save some storage and processing power.
#1
by ryg81 - opened
can you please GGUF versions of fp8? Not sure if that makes any sense but just save some storage and processing power.
Fp8, even when scaled, actually uses less processing than GGUF, which needs more complicated dequantization operation when used.
This is an alternative to GGUF with quality close to Q8_0 , without the speed loss of using GGUF in general. For lower quants models already exists all around Huggingface anyway.