Install Xinference along with all its optional dependencies:
pip install "xinference[all]"
Start the Xinference service:
xinference
When registering a new model, the fields highlighted in red are fixed settings, while other fields can be customized as needed. Finally, click "Register Model."
After the model is registered, navigate to the "Custom Models" page to find the newly registered model.
Click the "Run" button to start the model.
Launch the WebUI to enable interactive inference.
Now you can use the WebUI to perform model inference!