Precompiled
Qlip engines for accelerated diffusion model inference. Base model weights are
not included.
For supported models, benchmarks, and usage instructions see
ComfyUI-Qlip.
1pip install huggingface-hub
2huggingface-cli download TheStageAI/<repo-name> \
3 --local-dir ./engines \
4 --include "models/H100/<variant>/*"
1# Qlip core
2pip install 'qlip.core[nvidia]' \
3 --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
4
5# elastic_models (LoRA runtime support)
6pip install 'thestage-elastic-models[nvidia]' \
7 --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple