Sulphur-2 Inference Endpoint
Custom-handler repository for deploying SulphurAI/Sulphur-2-base (an LTX-2.3 fine-tune) on Hugging Face Inference Endpoints.
The actual weights are not stored here. handler.py pulls only the files it needs from:
SulphurAI/Sulphur-2-baseβ distilled checkpoint + distill LoRALightricks/LTX-2.3β spatial upscalergoogle/gemma-3-12b-it-qat-q4_0-unquantizedβ text encoder (gated, requiresHF_TOKEN)
See NOTES.md for deployment instructions, hardware requirements, and the call protocol.
Files
handler.pyβEndpointHandlerfor the Default containerrequirements.txtβ best-effort pip install path (see NOTES.md for caveats)Dockerfileβ Custom Container build (recommended path)entrypoint.shβ container entrypoint for the Custom ContainerNOTES.mdβ deployment + usage