AGENTS.md
CLAUDE.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
build_backend.py
build_web.py
pyproject.toml
frontend/.env.development
frontend/.gitignore
frontend/.prettierrc
frontend/README.md
frontend/eslint.config.mjs
frontend/next-env.d.ts
frontend/next.config.ts
frontend/package-lock.json
frontend/package.json
frontend/postcss.config.js
frontend/tailwind.config.js
frontend/tsconfig.json
frontend/public/logo.png
frontend/scripts/register-test-typescript.cjs
frontend/scripts/stage-export.mjs
frontend/src/app/favicon.ico
frontend/src/app/globals.css
frontend/src/app/layout.tsx
frontend/src/app/page.tsx
frontend/src/app/api-key-management/page.tsx
frontend/src/app/audit-center/page.tsx
frontend/src/app/cache-management/page.tsx
frontend/src/app/cluster-information/page.tsx
frontend/src/app/launch-model/page.tsx
frontend/src/app/launch-model/[modelType]/page-client.tsx
frontend/src/app/launch-model/[modelType]/page.tsx
frontend/src/app/log-center/page.tsx
frontend/src/app/login/page.tsx
frontend/src/app/monitor-center/page.tsx
frontend/src/app/register-model/page.tsx
frontend/src/app/register-model/[modelType]/page-client.tsx
frontend/src/app/register-model/[modelType]/page.tsx
frontend/src/app/register-model/[modelType]/[modelName]/page-client.tsx
frontend/src/app/register-model/[modelType]/[modelName]/page.tsx
frontend/src/app/running-model/page.tsx
frontend/src/app/running-model/[modelUid]/page-client.tsx
frontend/src/app/running-model/[modelUid]/page.tsx
frontend/src/app/security-settings/page.tsx
frontend/src/app/setup/page.tsx
frontend/src/app/system-settings/page.tsx
frontend/src/app/token-router/page.tsx
frontend/src/app/user-management/page.tsx
frontend/src/components/auth/permission-guard.tsx
frontend/src/components/layout/language-switcher.tsx
frontend/src/components/layout/layout-content.tsx
frontend/src/components/layout/login-out.tsx
frontend/src/components/layout/sidebar.tsx
frontend/src/components/layout/theme-toggle.tsx
frontend/src/components/pages/cluster-information.tsx
frontend/src/components/pages/monitor-center.tsx
frontend/src/components/pages/monitor-config-dialog.tsx
frontend/src/components/pages/api-key-management/api-key-dialog.tsx
frontend/src/components/pages/api-key-management/index.tsx
frontend/src/components/pages/api-key-management/utils.ts
frontend/src/components/pages/audit-center/index.tsx
frontend/src/components/pages/cache-management/index.tsx
frontend/src/components/pages/launch-model/cache-management.dialog.tsx
frontend/src/components/pages/launch-model/custom-edit-dialog.tsx
frontend/src/components/pages/launch-model/env-management-dialog.tsx
frontend/src/components/pages/launch-model/index.tsx
frontend/src/components/pages/launch-model/navigation-utils.mjs
frontend/src/components/pages/launch-model/navigation-utils.test.mjs
frontend/src/components/pages/launch-model/replica-config-utils.mjs
frontend/src/components/pages/launch-model/replica-config-utils.test.mjs
frontend/src/components/pages/launch-model/types.ts
frontend/src/components/pages/launch-model/utils.tsx
frontend/src/components/pages/launch-model/launch-dialog/advanced-config.tsx
frontend/src/components/pages/launch-model/launch-dialog/audio-quantization.test.ts
frontend/src/components/pages/launch-model/launch-dialog/audio-quantization.ts
frontend/src/components/pages/launch-model/launch-dialog/command-line.tsx
frontend/src/components/pages/launch-model/launch-dialog/common-form-list.tsx
frontend/src/components/pages/launch-model/launch-dialog/config-cache.tsx
frontend/src/components/pages/launch-model/launch-dialog/download-progress-details.tsx
frontend/src/components/pages/launch-model/launch-dialog/download-source-utils.mjs
frontend/src/components/pages/launch-model/launch-dialog/download-source-utils.test.mjs
frontend/src/components/pages/launch-model/launch-dialog/launch-dialog.tsx
frontend/src/components/pages/launch-model/launch-dialog/launch-history-form.integration.test.tsx
frontend/src/components/pages/launch-model/launch-dialog/launch-history-utils.mjs
frontend/src/components/pages/launch-model/launch-dialog/launch-history-utils.test.mjs
frontend/src/components/pages/launch-model/launch-dialog/launch-history.ts
frontend/src/components/pages/launch-model/launch-dialog/launch-progress.integration.test.tsx
frontend/src/components/pages/launch-model/launch-dialog/recommendation.integration.test.tsx
frontend/src/components/pages/launch-model/launch-dialog/recommendation.ts
frontend/src/components/pages/launch-model/launch-dialog/replica-placement-config.tsx
frontend/src/components/pages/launch-model/launch-dialog/use-launch-history-form.ts
frontend/src/components/pages/launch-model/launch-dialog/use-recommendation.ts
frontend/src/components/pages/log-center/context-dialog.tsx
frontend/src/components/pages/log-center/correlated-dialog.tsx
frontend/src/components/pages/log-center/correlation-utils.test.ts
frontend/src/components/pages/log-center/correlation-utils.ts
frontend/src/components/pages/log-center/filter-chip-bar.tsx
frontend/src/components/pages/log-center/index.tsx
frontend/src/components/pages/log-center/log-detail.tsx
frontend/src/components/pages/log-center/log-table.tsx
frontend/src/components/pages/log-center/log-toolbar.tsx
frontend/src/components/pages/log-center/pagination.tsx
frontend/src/components/pages/log-center/request-body-dialog.tsx
frontend/src/components/pages/log-center/time-range-picker.tsx
frontend/src/components/pages/log-center/types.ts
frontend/src/components/pages/log-center/utils.tsx
frontend/src/components/pages/login/change-password-dialog.tsx
frontend/src/components/pages/login/index.tsx
frontend/src/components/pages/register-model/auto-fill.tsx
frontend/src/components/pages/register-model/chat-tepmlate.tsx
frontend/src/components/pages/register-model/form-content.tsx
frontend/src/components/pages/register-model/index.tsx
frontend/src/components/pages/register-model/json-view.tsx
frontend/src/components/pages/register-model/languages.tsx
frontend/src/components/pages/register-model/model-controlnet.tsx
frontend/src/components/pages/register-model/model-specs.tsx
frontend/src/components/pages/register-model/utils.tsx
frontend/src/components/pages/running-model/add-replica-dialog.tsx
frontend/src/components/pages/running-model/add-replica-utils.mjs
frontend/src/components/pages/running-model/add-replica-utils.test.mjs
frontend/src/components/pages/running-model/address-utils.mjs
frontend/src/components/pages/running-model/address-utils.test.mjs
frontend/src/components/pages/running-model/engine-compatibility.mjs
frontend/src/components/pages/running-model/engine-compatibility.test.mjs
frontend/src/components/pages/running-model/index.tsx
frontend/src/components/pages/running-model-detail/audio-stream.ts
frontend/src/components/pages/running-model-detail/capability-config.tsx
frontend/src/components/pages/running-model-detail/document-upload-utils.test.mjs
frontend/src/components/pages/running-model-detail/document-upload-utils.ts
frontend/src/components/pages/running-model-detail/emotion-vector-utils.ts
frontend/src/components/pages/running-model-detail/image-seed-utils.ts
frontend/src/components/pages/running-model-detail/index.tsx
frontend/src/components/pages/running-model-detail/seed-utils.test.ts
frontend/src/components/pages/running-model-detail/seed-utils.ts
frontend/src/components/pages/running-model-detail/types.ts
frontend/src/components/pages/running-model-detail/utils.ts
frontend/src/components/pages/running-model-detail/components/audio-recorder-upload.tsx
frontend/src/components/pages/running-model-detail/components/image-editor-create-mask.tsx
frontend/src/components/pages/running-model-detail/components/try-api-drawer.tsx
frontend/src/components/pages/running-model-detail/panels/capability-task-panel.test.mjs
frontend/src/components/pages/running-model-detail/panels/capability-task-panel.tsx
frontend/src/components/pages/running-model-detail/panels/chat-panel.tsx
frontend/src/components/pages/running-model-detail/panels/form-panels.tsx
frontend/src/components/pages/running-model-detail/panels/result-panels.tsx
frontend/src/components/pages/running-model-detail/panels/speech-panel.test.mjs
frontend/src/components/pages/security-settings/index.tsx
frontend/src/components/pages/setup/index.tsx
frontend/src/components/pages/system-settings/index.tsx
frontend/src/components/pages/token-router/advanced-routing-editor.tsx
frontend/src/components/pages/token-router/backend-model-select.tsx
frontend/src/components/pages/token-router/index.tsx
frontend/src/components/pages/token-router/router-capabilities.mjs
frontend/src/components/pages/token-router/router-capabilities.test.mjs
frontend/src/components/pages/token-router/router-config-normalizer.ts
frontend/src/components/pages/token-router/router-detail-drawer.tsx
frontend/src/components/pages/token-router/router-form-dialog.tsx
frontend/src/components/pages/token-router/router-node-section.tsx
frontend/src/components/pages/token-router/router-runtime-detail-drawer.tsx
frontend/src/components/pages/token-router/router-status-badge.tsx
frontend/src/components/pages/token-router/tokenizer-asset-binding-status.ts
frontend/src/components/pages/token-router/tokenizer-asset-section.tsx
frontend/src/components/pages/user-management/change-password-dialog.tsx
frontend/src/components/pages/user-management/create-user-dialog.tsx
frontend/src/components/pages/user-management/edit-permissions-dialog.tsx
frontend/src/components/pages/user-management/index.tsx
frontend/src/components/pages/user-management/permissions.tsx
frontend/src/components/ui/alert-dialog.tsx
frontend/src/components/ui/alert.tsx
frontend/src/components/ui/auto-complete.tsx
frontend/src/components/ui/badge.tsx
frontend/src/components/ui/button.tsx
frontend/src/components/ui/card.tsx
frontend/src/components/ui/checkbox-group.tsx
frontend/src/components/ui/collapsible.tsx
frontend/src/components/ui/confirm-dialog.tsx
frontend/src/components/ui/date-time-picker.tsx
frontend/src/components/ui/dialog.tsx
frontend/src/components/ui/dropdown-menu.tsx
frontend/src/components/ui/file-upload.test.mjs
frontend/src/components/ui/file-upload.tsx
frontend/src/components/ui/form-field.tsx
frontend/src/components/ui/form-list.tsx
frontend/src/components/ui/form.tsx
frontend/src/components/ui/input.tsx
frontend/src/components/ui/json-syntax-highlighter.tsx
frontend/src/components/ui/label.tsx
frontend/src/components/ui/markdown-renderer.tsx
frontend/src/components/ui/media-preview.tsx
frontend/src/components/ui/multi-select.tsx
frontend/src/components/ui/page-container.tsx
frontend/src/components/ui/popover.tsx
frontend/src/components/ui/progress.tsx
frontend/src/components/ui/radio-group.tsx
frontend/src/components/ui/scroll-area.tsx
frontend/src/components/ui/search-input.tsx
frontend/src/components/ui/segmented.tsx
frontend/src/components/ui/select-radix.tsx
frontend/src/components/ui/select.tsx
frontend/src/components/ui/separator.tsx
frontend/src/components/ui/sheet.tsx
frontend/src/components/ui/slider.tsx
frontend/src/components/ui/sonner.tsx
frontend/src/components/ui/stepper.tsx
frontend/src/components/ui/switch.tsx
frontend/src/components/ui/table.tsx
frontend/src/components/ui/tabs.tsx
frontend/src/components/ui/textarea.tsx
frontend/src/components/ui/tooltip.tsx
frontend/src/constants/index.ts
frontend/src/constants/launch.ts
frontend/src/constants/logs.ts
frontend/src/constants/monitor.ts
frontend/src/constants/register.ts
frontend/src/constants/running.ts
frontend/src/contexts/app-init.tsx
frontend/src/contexts/global-context.tsx
frontend/src/contexts/i18n-context.tsx
frontend/src/contexts/request-context.tsx
frontend/src/contexts/theme-context.tsx
frontend/src/hooks/use-form.tsx
frontend/src/hooks/use-menu-auth.ts
frontend/src/i18n/translations.ts
frontend/src/i18n/locales/en.ts
frontend/src/i18n/locales/ja.ts
frontend/src/i18n/locales/ko.ts
frontend/src/i18n/locales/zh-TW.ts
frontend/src/i18n/locales/zh.ts
frontend/src/lib/auth-storage.ts
frontend/src/lib/branding.ts
frontend/src/lib/event-bus.ts
frontend/src/lib/eventStream.ts
frontend/src/lib/form.ts
frontend/src/lib/is.ts
frontend/src/lib/request-manager.ts
frontend/src/lib/request.ts
frontend/src/lib/route-params.ts
frontend/src/lib/theme.ts
frontend/src/lib/utils.ts
frontend/src/types/common.ts
frontend/src/types/form.ts
frontend/src/types/marked.d.ts
frontend/src/types/nunjucks-browser.d.ts
frontend/src/types/services.ts
xinference/__init__.py
xinference/_commit.py
xinference/_compat.py
xinference/_model_catalog.py
xinference/_version.py
xinference/constants.py
xinference/device_utils.py
xinference/engine_hooks.py
xinference/fields.py
xinference/isolation.py
xinference/types.py
xinference/utils.py
xinference.egg-info/PKG-INFO
xinference.egg-info/SOURCES.txt
xinference.egg-info/dependency_links.txt
xinference.egg-info/entry_points.txt
xinference.egg-info/not-zip-safe
xinference.egg-info/requires.txt
xinference.egg-info/scm_file_list.json
xinference.egg-info/scm_version.json
xinference.egg-info/top_level.txt
xinference/api/__init__.py
xinference/api/dependencies.py
xinference/api/frontend_static.py
xinference/api/model_request_logging.py
xinference/api/pdf_ocr.py
xinference/api/responses.py
xinference/api/restful_api.py
xinference/api/streaming_outcome.py
xinference/api/utils.py
xinference/api/oauth2/__init__.py
xinference/api/oauth2/scope_aliases.py
xinference/api/oauth2/advanced/__init__.py
xinference/api/oauth2/advanced/audit.py
xinference/api/oauth2/advanced/auth_service.py
xinference/api/oauth2/advanced/cache.py
xinference/api/oauth2/advanced/crypto.py
xinference/api/oauth2/advanced/database.py
xinference/api/oauth2/advanced/migrate.py
xinference/api/oauth2/advanced/oidc.py
xinference/api/oauth2/advanced/rate_limiter.py
xinference/api/oauth2/advanced/reset_password.py
xinference/api/oauth2/advanced/routes.py
xinference/api/oauth2/advanced/security_routes.py
xinference/api/protocols/__init__.py
xinference/api/protocols/anthropic.py
xinference/api/routers/__init__.py
xinference/api/routers/admin.py
xinference/api/routers/audio.py
xinference/api/routers/embeddings.py
xinference/api/routers/images.py
xinference/api/routers/launch_history.py
xinference/api/routers/llm.py
xinference/api/routers/models.py
xinference/api/routers/rerank.py
xinference/api/routers/system_settings.py
xinference/api/routers/token_routers.py
xinference/api/routers/videos.py
xinference/api/routers/worlds.py
xinference/api/schemas/__init__.py
xinference/api/schemas/requests.py
xinference/api/schemas/router.py
xinference/client/__init__.py
xinference/client/common.py
xinference/client/handlers.py
xinference/client/restful/__init__.py
xinference/client/restful/async_restful_client.py
xinference/client/restful/restful_client.py
xinference/core/__init__.py
xinference/core/autostart.py
xinference/core/cache_tracker.py
xinference/core/download_task_store.py
xinference/core/event.py
xinference/core/exceptions.py
xinference/core/http_protocol.py
xinference/core/launch_history_store.py
xinference/core/launch_strategy.py
xinference/core/log.py
xinference/core/metrics.py
xinference/core/model.py
xinference/core/model_recommendation.py
xinference/core/monitor_config_store.py
xinference/core/otel.py
xinference/core/pd_model.py
xinference/core/progress_tracker.py
xinference/core/replica_config.py
xinference/core/resource.py
xinference/core/router_assignment_store.py
xinference/core/router_config_store.py
xinference/core/router_deployment_store.py
xinference/core/router_node_store.py
xinference/core/router_orchestration.py
xinference/core/router_registry.py
xinference/core/router_scheduler.py
xinference/core/rpc_context.py
xinference/core/status_guard.py
xinference/core/supervisor.py
xinference/core/system_settings_store.py
xinference/core/tokenizer_asset_registry.py
xinference/core/tokenizer_asset_store.py
xinference/core/utils.py
xinference/core/virtual_env_manager.py
xinference/core/worker.py
xinference/deploy/__init__.py
xinference/deploy/cmdline.py
xinference/deploy/local.py
xinference/deploy/router.py
xinference/deploy/router_agent.py
xinference/deploy/supervisor.py
xinference/deploy/utils.py
xinference/deploy/worker.py
xinference/deploy/test/__init__.py
xinference/deploy/test/test_asyncio_entrypoints.py
xinference/deploy/test/test_cmdline.py
xinference/deploy/test/test_log_rotation.py
xinference/deploy/test/test_utils.py
xinference/model/__init__.py
xinference/model/batch.py
xinference/model/cache_manager.py
xinference/model/core.py
xinference/model/custom.py
xinference/model/llmman.py
xinference/model/oci_utils.py
xinference/model/utils.py
xinference/model/audio/__init__.py
xinference/model/audio/ace_step.py
xinference/model/audio/auk.py
xinference/model/audio/breeze_tts.py
xinference/model/audio/chattts.py
xinference/model/audio/core.py
xinference/model/audio/cosyvoice.py
xinference/model/audio/custom.py
xinference/model/audio/engine.py
xinference/model/audio/engine_family.py
xinference/model/audio/f5tts.py
xinference/model/audio/f5tts_mlx.py
xinference/model/audio/fireredtts3.py
xinference/model/audio/fish_speech.py
xinference/model/audio/funasr.py
xinference/model/audio/indextts2.py
xinference/model/audio/irodori_tts.py
xinference/model/audio/kokoro.py
xinference/model/audio/kokoro_mlx.py
xinference/model/audio/kokoro_zh.py
xinference/model/audio/megatts.py
xinference/model/audio/melotts.py
xinference/model/audio/minimax_music3.py
xinference/model/audio/minimax_music3_mlx.py
xinference/model/audio/mlx_audio.py
xinference/model/audio/qwen3_asr.py
xinference/model/audio/qwen3_tts.py
xinference/model/audio/speaker_embedding.py
xinference/model/audio/utils.py
xinference/model/audio/vllm.py
xinference/model/audio/voxcpm.py
xinference/model/audio/whisper.py
xinference/model/audio/whisper_mlx.py
xinference/model/audio/yue2.py
xinference/model/audio/models/ACE-Step1.5.json
xinference/model/audio/models/AuK-Flash.json
xinference/model/audio/models/AuK.json
xinference/model/audio/models/Belle-whisper-large-v3-zh.json
xinference/model/audio/models/Breeze-TTS-2.json
xinference/model/audio/models/ChatTTS.json
xinference/model/audio/models/CosyVoice-300M-Instruct.json
xinference/model/audio/models/CosyVoice-300M-SFT.json
xinference/model/audio/models/CosyVoice-300M.json
xinference/model/audio/models/CosyVoice2-0.5B.json
xinference/model/audio/models/F5-TTS.json
xinference/model/audio/models/FireRedTTS3-Base.json
xinference/model/audio/models/FireRedTTS3-Instruct.json
xinference/model/audio/models/FishAudio-S1-mini.json
xinference/model/audio/models/FishAudio-S2-Pro.json
xinference/model/audio/models/FishSpeech-1.5.json
xinference/model/audio/models/Fun-ASR-MLT-Nano-2512.json
xinference/model/audio/models/Fun-ASR-Nano-2512.json
xinference/model/audio/models/IndexTTS-2.5.json
xinference/model/audio/models/IndexTTS2.json
xinference/model/audio/models/Irodori-TTS-v4.1-Anime.json
xinference/model/audio/models/Irodori-TTS-v4.1-Small.json
xinference/model/audio/models/Kokoro-82M-v1.1-zh.json
xinference/model/audio/models/Kokoro-82M.json
xinference/model/audio/models/MegaTTS3.json
xinference/model/audio/models/MeloTTS-Chinese.json
xinference/model/audio/models/MeloTTS-English-v2.json
xinference/model/audio/models/MeloTTS-English-v3.json
xinference/model/audio/models/MeloTTS-English.json
xinference/model/audio/models/MeloTTS-French.json
xinference/model/audio/models/MeloTTS-Japanese.json
xinference/model/audio/models/MeloTTS-Korean.json
xinference/model/audio/models/MeloTTS-Spanish.json
xinference/model/audio/models/MiniMax-Music3.json
xinference/model/audio/models/Qwen3-ASR-0.6B.json
xinference/model/audio/models/Qwen3-ASR-1.7B.json
xinference/model/audio/models/Qwen3-TTS-12Hz-0.6B-Base.json
xinference/model/audio/models/Qwen3-TTS-12Hz-0.6B-CustomVoice.json
xinference/model/audio/models/Qwen3-TTS-12Hz-1.7B-Base.json
xinference/model/audio/models/Qwen3-TTS-12Hz-1.7B-CustomVoice.json
xinference/model/audio/models/Qwen3-TTS-12Hz-1.7B-VoiceDesign.json
xinference/model/audio/models/SenseVoiceSmall.json
xinference/model/audio/models/VoxCPM2.json
xinference/model/audio/models/YuE2-3B.json
xinference/model/audio/models/paraformer-zh-hotword.json
xinference/model/audio/models/paraformer-zh-long.json
xinference/model/audio/models/paraformer-zh-spk.json
xinference/model/audio/models/paraformer-zh.json
xinference/model/audio/models/seaco-paraformer-zh.json
xinference/model/audio/models/speech_campplus_sv_zh-cn_16k-common.json
xinference/model/audio/models/speech_campplus_sv_zh_en_16k-common_advanced.json
xinference/model/audio/models/whisper-base.en.json
xinference/model/audio/models/whisper-base.json
xinference/model/audio/models/whisper-large-v3-turbo.json
xinference/model/audio/models/whisper-large-v3.json
xinference/model/audio/models/whisper-medium.en.json
xinference/model/audio/models/whisper-medium.json
xinference/model/audio/models/whisper-small.en.json
xinference/model/audio/models/whisper-small.json
xinference/model/audio/models/whisper-tiny.en.json
xinference/model/audio/models/whisper-tiny.json
xinference/model/embedding/__init__.py
xinference/model/embedding/cache_manager.py
xinference/model/embedding/core.py
xinference/model/embedding/custom.py
xinference/model/embedding/embed_family.py
xinference/model/embedding/wemm.py
xinference/model/embedding/flag/__init__.py
xinference/model/embedding/flag/core.py
xinference/model/embedding/llama_cpp/__init__.py
xinference/model/embedding/llama_cpp/core.py
xinference/model/embedding/models/Qwen3-Embedding-0.6B.json
xinference/model/embedding/models/Qwen3-Embedding-4B.json
xinference/model/embedding/models/Qwen3-Embedding-8B.json
xinference/model/embedding/models/Qwen3-VL-Embedding-2B.json
xinference/model/embedding/models/Qwen3-VL-Embedding-8B.json
xinference/model/embedding/models/R3-embedding-0.6b.json
xinference/model/embedding/models/WeMM-Embedding-2B.json
xinference/model/embedding/models/WeMM-Embedding-4B.json
xinference/model/embedding/models/WeMM-Embedding-9B.json
xinference/model/embedding/models/bce-embedding-base_v1.json
xinference/model/embedding/models/bge-base-en-v1.5.json
xinference/model/embedding/models/bge-base-en.json
xinference/model/embedding/models/bge-base-zh-v1.5.json
xinference/model/embedding/models/bge-base-zh.json
xinference/model/embedding/models/bge-large-en-v1.5.json
xinference/model/embedding/models/bge-large-en.json
xinference/model/embedding/models/bge-large-zh-v1.5.json
xinference/model/embedding/models/bge-large-zh.json
xinference/model/embedding/models/bge-m3.json
xinference/model/embedding/models/bge-small-en-v1.5.json
xinference/model/embedding/models/bge-small-zh-v1.5.json
xinference/model/embedding/models/bge-small-zh.json
xinference/model/embedding/models/e5-large-v2.json
xinference/model/embedding/models/gme-Qwen2-VL-2B-Instruct.json
xinference/model/embedding/models/gme-Qwen2-VL-7B-Instruct.json
xinference/model/embedding/models/gte-Qwen2.json
xinference/model/embedding/models/gte-base.json
xinference/model/embedding/models/gte-large.json
xinference/model/embedding/models/jina-clip-v2.json
xinference/model/embedding/models/jina-embeddings-v2-base-en.json
xinference/model/embedding/models/jina-embeddings-v2-base-zh.json
xinference/model/embedding/models/jina-embeddings-v2-small-en.json
xinference/model/embedding/models/jina-embeddings-v3.json
xinference/model/embedding/models/jina-embeddings-v4.json
xinference/model/embedding/models/jina-embeddings-v5-omni-nano.json
xinference/model/embedding/models/jina-embeddings-v5-omni-small.json
xinference/model/embedding/models/jina-embeddings-v5-text-nano.json
xinference/model/embedding/models/jina-embeddings-v5-text-small.json
xinference/model/embedding/models/m3e-base.json
xinference/model/embedding/models/m3e-large.json
xinference/model/embedding/models/m3e-small.json
xinference/model/embedding/models/multilingual-e5-large.json
xinference/model/embedding/models/text2vec-base-chinese-paraphrase.json
xinference/model/embedding/models/text2vec-base-chinese.json
xinference/model/embedding/models/text2vec-base-multilingual.json
xinference/model/embedding/models/text2vec-large-chinese.json
xinference/model/embedding/sentence_transformers/__init__.py
xinference/model/embedding/sentence_transformers/core.py
xinference/model/embedding/vllm/__init__.py
xinference/model/embedding/vllm/core.py
xinference/model/flexible/__init__.py
xinference/model/flexible/core.py
xinference/model/flexible/custom.py
xinference/model/flexible/utils.py
xinference/model/flexible/launchers/__init__.py
xinference/model/flexible/launchers/image_process_launcher.py
xinference/model/flexible/launchers/modelscope_launcher.py
xinference/model/flexible/launchers/transformers_launcher.py
xinference/model/flexible/launchers/yolo_launcher.py
xinference/model/image/__init__.py
xinference/model/image/_compat.py
xinference/model/image/adetailer.py
xinference/model/image/cache_manager.py
xinference/model/image/constants.py
xinference/model/image/controlnet.py
xinference/model/image/core.py
xinference/model/image/custom.py
xinference/model/image/engine.py
xinference/model/image/engine_family.py
xinference/model/image/hidream_o1.py
xinference/model/image/lora.py
xinference/model/image/lvminthin.py
xinference/model/image/ming_image.py
xinference/model/image/prompt_converter.py
xinference/model/image/rng.py
xinference/model/image/sdapi.py
xinference/model/image/sensenova_u1.py
xinference/model/image/utils.py
xinference/model/image/docanalyze/__init__.py
xinference/model/image/docanalyze/mineru25.py
xinference/model/image/docanalyze/schemas.py
xinference/model/image/models/DeepDoc.json
xinference/model/image/models/DeepSeek-OCR.json
xinference/model/image/models/FLUX.1-Kontext-dev.json
xinference/model/image/models/FLUX.1-dev.json
xinference/model/image/models/FLUX.1-schnell.json
xinference/model/image/models/FLUX.2-dev.json
xinference/model/image/models/FLUX.2-klein-4B.json
xinference/model/image/models/FLUX.2-klein-9B.json
xinference/model/image/models/FireRed-Image-Edit-1.1.json
xinference/model/image/models/GLM-Image.json
xinference/model/image/models/GOT-OCR2_0.json
xinference/model/image/models/HiDream-O1-Image-Dev-2604.json
xinference/model/image/models/HiDream-O1-Image-Dev.json
xinference/model/image/models/HiDream-O1-Image.json
xinference/model/image/models/HunyuanDiT-v1.2-Distilled.json
xinference/model/image/models/HunyuanDiT-v1.2.json
xinference/model/image/models/HunyuanOCR.json
xinference/model/image/models/Ideogram4.json
xinference/model/image/models/Krea-2-Raw.json
xinference/model/image/models/Krea-2-Turbo.json
xinference/model/image/models/MinerU2.5.json
xinference/model/image/models/Ming-Image-0.1-Design-Layer.json
xinference/model/image/models/Ming-Image-0.1-Design.json
xinference/model/image/models/MonkeyOCR.json
xinference/model/image/models/NaviDC-OCR.json
xinference/model/image/models/OvisOCR2.json
xinference/model/image/models/PaddleOCR-VL-1.6.json
xinference/model/image/models/PaddleOCR-VL.json
xinference/model/image/models/Qwen-Image-2.1.json
xinference/model/image/models/Qwen-Image-2512.json
xinference/model/image/models/Qwen-Image-Edit-2509.json
xinference/model/image/models/Qwen-Image-Edit-2511.json
xinference/model/image/models/Qwen-Image-Edit.json
xinference/model/image/models/Qwen-Image-Layered.json
xinference/model/image/models/Qwen-Image.json
xinference/model/image/models/SenseNova-U1.5-8B-MoT.json
xinference/model/image/models/TeleOCR.json
xinference/model/image/models/Unlimited-OCR.json
xinference/model/image/models/Z-Image-Turbo.json
xinference/model/image/models/Z-Image.json
xinference/model/image/models/cogview4.json
xinference/model/image/models/dots.ocr.json
xinference/model/image/models/joyai-image-edit-plus.json
xinference/model/image/models/joyai-image-edit.json
xinference/model/image/models/kolors.json
xinference/model/image/models/sd-turbo.json
xinference/model/image/models/sd3-medium.json
xinference/model/image/models/sd3.5-large-turbo.json
xinference/model/image/models/sd3.5-large.json
xinference/model/image/models/sd3.5-medium.json
xinference/model/image/models/sdxl-turbo.json
xinference/model/image/models/stable-diffusion-2-inpainting.json
xinference/model/image/models/stable-diffusion-inpainting.json
xinference/model/image/models/stable-diffusion-v1.5.json
xinference/model/image/models/stable-diffusion-xl-base-1.0.json
xinference/model/image/models/stable-diffusion-xl-inpainting.json
xinference/model/image/ocr/__init__.py
xinference/model/image/ocr/deepdoc.py
xinference/model/image/ocr/deepseek_ocr.py
xinference/model/image/ocr/dots_ocr.py
xinference/model/image/ocr/got_ocr2.py
xinference/model/image/ocr/hunyuan_ocr.py
xinference/model/image/ocr/latex.py
xinference/model/image/ocr/mlx.py
xinference/model/image/ocr/monkeyocr.py
xinference/model/image/ocr/navidc_ocr.py
xinference/model/image/ocr/ocr_family.py
xinference/model/image/ocr/ovisocr2.py
xinference/model/image/ocr/paddleocr_vl.py
xinference/model/image/ocr/teleocr.py
xinference/model/image/ocr/unlimited_ocr.py
xinference/model/image/ocr/vllm.py
xinference/model/image/sglang/__init__.py
xinference/model/image/sglang/core.py
xinference/model/image/stable_diffusion/__init__.py
xinference/model/image/stable_diffusion/core.py
xinference/model/image/stable_diffusion/mlx.py
xinference/model/image/upscaler/__init__.py
xinference/model/image/upscaler/core.py
xinference/model/image/upscaler/latent.py
xinference/model/image/upscaler/realesrgan.py
xinference/model/image/vllm/__init__.py
xinference/model/image/vllm/core.py
xinference/model/llm/__init__.py
xinference/model/llm/cache_manager.py
xinference/model/llm/collect_memory_catalog.py
xinference/model/llm/collect_model_metadata.py
xinference/model/llm/config_parser.py
xinference/model/llm/core.py
xinference/model/llm/custom.py
xinference/model/llm/gguf_model_metadata.py
xinference/model/llm/harmony.py
xinference/model/llm/llm_family.py
xinference/model/llm/media.py
xinference/model/llm/memory.py
xinference/model/llm/model_metadata.py
xinference/model/llm/reasoning_parser.py
xinference/model/llm/utils.py
xinference/model/llm/llama_cpp/__init__.py
xinference/model/llm/llama_cpp/core.py
xinference/model/llm/lmdeploy/__init__.py
xinference/model/llm/lmdeploy/core.py
xinference/model/llm/mlx/__init__.py
xinference/model/llm/mlx/core.py
xinference/model/llm/mlx/distributed_models/__init__.py
xinference/model/llm/mlx/distributed_models/core.py
xinference/model/llm/mlx/distributed_models/deepseek_v3.py
xinference/model/llm/mlx/distributed_models/qwen2.py
xinference/model/llm/mlx/distributed_models/qwen3.py
xinference/model/llm/mlx/distributed_models/qwen3_moe.py
xinference/model/llm/models/Baichuan-M2.json
xinference/model/llm/models/DeepSeek-V3.2-Exp.json
xinference/model/llm/models/DeepSeek-V3.2.json
xinference/model/llm/models/DeepSeek-V4-Flash-0731.json
xinference/model/llm/models/DeepSeek-V4-Flash.json
xinference/model/llm/models/DeepSeek-V4-Pro.json
xinference/model/llm/models/Deepseek-V3.1.json
xinference/model/llm/models/DianJin-R1.json
xinference/model/llm/models/Ernie4.5.json
xinference/model/llm/models/GLM-4.6.json
xinference/model/llm/models/GLM-4.7-Flash.json
xinference/model/llm/models/GLM-4.7.json
xinference/model/llm/models/HuatuoGPT-o1-LLaMA-3.1.json
xinference/model/llm/models/HuatuoGPT-o1-Qwen2.5.json
xinference/model/llm/models/Hy-MT2-1.8B.json
xinference/model/llm/models/Hy-MT2-30B-A3B.json
xinference/model/llm/models/Hy-MT2-7B.json
xinference/model/llm/models/InternVL3.json
xinference/model/llm/models/KAT-V1.json
xinference/model/llm/models/Kimi-K2.5.json
xinference/model/llm/models/Kimi-K3.json
xinference/model/llm/models/Ling-3.0-flash.json
xinference/model/llm/models/Ling-3.0-tiny.json
xinference/model/llm/models/MinerU2.5-2509-1.2B.json
xinference/model/llm/models/MiniCPM-V-2.6.json
xinference/model/llm/models/MiniCPM-V-4.5.json
xinference/model/llm/models/MiniCPM-V-4.6-Thinking.json
xinference/model/llm/models/MiniCPM-V-4.6.json
xinference/model/llm/models/MiniMax-M2.5.json
xinference/model/llm/models/MiniMax-M2.7.json
xinference/model/llm/models/MiniMax-M2.json
xinference/model/llm/models/MiniMax-M3.json
xinference/model/llm/models/Nex-N2.json
xinference/model/llm/models/Ornith-1.0-35B.json
xinference/model/llm/models/Ornith-1.5-35B-A3B.json
xinference/model/llm/models/Ornith-1.5-397B.json
xinference/model/llm/models/Ovis2.json
xinference/model/llm/models/QvQ-72B-Preview.json
xinference/model/llm/models/QwQ-32B-Preview.json
xinference/model/llm/models/QwQ-32B.json
xinference/model/llm/models/Qwen3-Coder.json
xinference/model/llm/models/Qwen3-Instruct.json
xinference/model/llm/models/Qwen3-Next-Instruct.json
xinference/model/llm/models/Qwen3-Next-Thinking.json
xinference/model/llm/models/Qwen3-Omni-Instruct.json
xinference/model/llm/models/Qwen3-Omni-Thinking.json
xinference/model/llm/models/Qwen3-Thinking.json
xinference/model/llm/models/Qwen3-VL-Instruct.json
xinference/model/llm/models/Qwen3-VL-Thinking.json
xinference/model/llm/models/Spark-X2.5-Base.json
xinference/model/llm/models/Spark-X2.5.json
xinference/model/llm/models/XiYanSQL-QwenCoder-2504.json
xinference/model/llm/models/Yi-1.5-chat-16k.json
xinference/model/llm/models/Yi-1.5-chat.json
xinference/model/llm/models/Yi-1.5.json
xinference/model/llm/models/Yi-200k.json
xinference/model/llm/models/Yi-chat.json
xinference/model/llm/models/Yi.json
xinference/model/llm/models/baichuan-2-chat.json
xinference/model/llm/models/baichuan-2.json
xinference/model/llm/models/code-llama-instruct.json
xinference/model/llm/models/code-llama-python.json
xinference/model/llm/models/code-llama.json
xinference/model/llm/models/codegeex4.json
xinference/model/llm/models/codeqwen1.5-chat.json
xinference/model/llm/models/codeqwen1.5.json
xinference/model/llm/models/codestral-v0.1.json
xinference/model/llm/models/cogagent.json
xinference/model/llm/models/deepseek-chat.json
xinference/model/llm/models/deepseek-coder-instruct.json
xinference/model/llm/models/deepseek-coder.json
xinference/model/llm/models/deepseek-prover-v2.json
xinference/model/llm/models/deepseek-r1-0528-qwen3.json
xinference/model/llm/models/deepseek-r1-0528.json
xinference/model/llm/models/deepseek-r1-distill-llama.json
xinference/model/llm/models/deepseek-r1-distill-qwen.json
xinference/model/llm/models/deepseek-r1.json
xinference/model/llm/models/deepseek-v2-chat-0628.json
xinference/model/llm/models/deepseek-v2-chat.json
xinference/model/llm/models/deepseek-v2.5.json
xinference/model/llm/models/deepseek-v3-0324.json
xinference/model/llm/models/deepseek-v3.json
xinference/model/llm/models/deepseek-vl2.json
xinference/model/llm/models/deepseek.json
xinference/model/llm/models/fin-r1.json
xinference/model/llm/models/gemma-3-1b-it.json
xinference/model/llm/models/gemma-3-it.json
xinference/model/llm/models/gemma-4.json
xinference/model/llm/models/glm-4.1v-thinking.json
xinference/model/llm/models/glm-4.5.json
xinference/model/llm/models/glm-4.5v.json
xinference/model/llm/models/glm-4v.json
xinference/model/llm/models/glm-5.1.json
xinference/model/llm/models/glm-5.2.json
xinference/model/llm/models/glm-5.json
xinference/model/llm/models/glm-edge-chat.json
xinference/model/llm/models/glm4-0414.json
xinference/model/llm/models/glm4-chat-1m.json
xinference/model/llm/models/glm4-chat.json
xinference/model/llm/models/gpt-2.json
xinference/model/llm/models/gpt-oss.json
xinference/model/llm/models/internlm3-instruct.json
xinference/model/llm/models/llama-2-chat.json
xinference/model/llm/models/llama-2.json
xinference/model/llm/models/llama-3-instruct.json
xinference/model/llm/models/llama-3.1-instruct.json
xinference/model/llm/models/llama-3.1.json
xinference/model/llm/models/llama-3.2-vision-instruct.json
xinference/model/llm/models/llama-3.2-vision.json
xinference/model/llm/models/llama-3.3-instruct.json
xinference/model/llm/models/llama-3.json
xinference/model/llm/models/marco-o1.json
xinference/model/llm/models/minicpm-2b-dpo-bf16.json
xinference/model/llm/models/minicpm-2b-dpo-fp16.json
xinference/model/llm/models/minicpm-2b-dpo-fp32.json
xinference/model/llm/models/minicpm-2b-sft-bf16.json
xinference/model/llm/models/minicpm-2b-sft-fp32.json
xinference/model/llm/models/minicpm3-4b.json
xinference/model/llm/models/minicpm4.json
xinference/model/llm/models/minicpm5-1b.json
xinference/model/llm/models/minicpm5-2b.json
xinference/model/llm/models/mistral-instruct-v0.1.json
xinference/model/llm/models/mistral-instruct-v0.2.json
xinference/model/llm/models/mistral-instruct-v0.3.json
xinference/model/llm/models/mistral-large-instruct.json
xinference/model/llm/models/mistral-nemo-instruct.json
xinference/model/llm/models/mistral-v0.1.json
xinference/model/llm/models/mixtral-8x22B-instruct-v0.1.json
xinference/model/llm/models/mixtral-instruct-v0.1.json
xinference/model/llm/models/mixtral-v0.1.json
xinference/model/llm/models/moonlight-16b-a3b-instruct.json
xinference/model/llm/models/openhermes-2.5.json
xinference/model/llm/models/opt.json
xinference/model/llm/models/orion-chat.json
xinference/model/llm/models/phi-2.json
xinference/model/llm/models/phi-3-mini-128k-instruct.json
xinference/model/llm/models/phi-3-mini-4k-instruct.json
xinference/model/llm/models/qwen-chat.json
xinference/model/llm/models/qwen1.5-chat.json
xinference/model/llm/models/qwen1.5-moe-chat.json
xinference/model/llm/models/qwen2-audio-instruct.json
xinference/model/llm/models/qwen2-instruct.json
xinference/model/llm/models/qwen2-moe-instruct.json
xinference/model/llm/models/qwen2-vl-instruct.json
xinference/model/llm/models/qwen2.5-coder-instruct.json
xinference/model/llm/models/qwen2.5-coder.json
xinference/model/llm/models/qwen2.5-instruct-1m.json
xinference/model/llm/models/qwen2.5-instruct.json
xinference/model/llm/models/qwen2.5-omni.json
xinference/model/llm/models/qwen2.5-vl-instruct.json
xinference/model/llm/models/qwen2.5.json
xinference/model/llm/models/qwen3.5.json
xinference/model/llm/models/qwen3.6.json
xinference/model/llm/models/qwen3.8-max.json
xinference/model/llm/models/qwen3.8.json
xinference/model/llm/models/qwen3.json
xinference/model/llm/models/qwenLong-l1.json
xinference/model/llm/models/seallm_v2.5.json
xinference/model/llm/models/seallm_v2.json
xinference/model/llm/models/seallms-v3.json
xinference/model/llm/models/seed-oss.json
xinference/model/llm/models/skywork-or1-preview.json
xinference/model/llm/models/skywork-or1.json
xinference/model/llm/models/telechat.json
xinference/model/llm/models/tiny-llama.json
xinference/model/llm/models/vibethinker.json
xinference/model/llm/sglang/__init__.py
xinference/model/llm/sglang/core.py
xinference/model/llm/tool_parsers/__init__.py
xinference/model/llm/tool_parsers/abstract_tool_parser.py
xinference/model/llm/tool_parsers/deepseek_r1_tool_parser.py
xinference/model/llm/tool_parsers/deepseek_v3_1_tool_parser.py
xinference/model/llm/tool_parsers/deepseek_v3_2_tool_parser.py
xinference/model/llm/tool_parsers/deepseek_v3_tool_parser.py
xinference/model/llm/tool_parsers/deepseek_v4_tool_parser.py
xinference/model/llm/tool_parsers/gemma_tool_parser.py
xinference/model/llm/tool_parsers/glm4_tool_parser.py
xinference/model/llm/tool_parsers/glm5_tool_parser.py
xinference/model/llm/tool_parsers/kimi_k3_tool_parser.py
xinference/model/llm/tool_parsers/llama3_tool_parser.py
xinference/model/llm/tool_parsers/minicpm5_tool_parser.py
xinference/model/llm/tool_parsers/minimax_m3_tool_parser.py
xinference/model/llm/tool_parsers/minimax_tool_parser.py
xinference/model/llm/tool_parsers/qwen_tool_parser.py
xinference/model/llm/transformers/__init__.py
xinference/model/llm/transformers/chatglm.py
xinference/model/llm/transformers/core.py
xinference/model/llm/transformers/deepseek_v2.py
xinference/model/llm/transformers/direct_chat.py
xinference/model/llm/transformers/gemma3.py
xinference/model/llm/transformers/gemma4.py
xinference/model/llm/transformers/gpt_oss.py
xinference/model/llm/transformers/hy_mt2.py
xinference/model/llm/transformers/ling3.py
xinference/model/llm/transformers/opt.py
xinference/model/llm/transformers/spark_x2_5.py
xinference/model/llm/transformers/tensorizer_utils.py
xinference/model/llm/transformers/utils.py
xinference/model/llm/transformers/multimodal/__init__.py
xinference/model/llm/transformers/multimodal/cogagent.py
xinference/model/llm/transformers/multimodal/core.py
xinference/model/llm/transformers/multimodal/deepseek_vl2.py
xinference/model/llm/transformers/multimodal/gemma3.py
xinference/model/llm/transformers/multimodal/glm4_1v.py
xinference/model/llm/transformers/multimodal/glm4v.py
xinference/model/llm/transformers/multimodal/intern_vl.py
xinference/model/llm/transformers/multimodal/minicpmv26.py
xinference/model/llm/transformers/multimodal/minicpmv45.py
xinference/model/llm/transformers/multimodal/minicpmv46.py
xinference/model/llm/transformers/multimodal/ovis2.py
xinference/model/llm/transformers/multimodal/qwen-omni.py
xinference/model/llm/transformers/multimodal/qwen2_audio.py
xinference/model/llm/transformers/multimodal/qwen2_vl.py
xinference/model/llm/vllm/__init__.py
xinference/model/llm/vllm/core.py
xinference/model/llm/vllm/distributed_executor.py
xinference/model/llm/vllm/distributed_executor_v1.py
xinference/model/llm/vllm/distributed_worker_actor.py
xinference/model/llm/vllm/utils.py
xinference/model/llm/vllm/patches/__init__.py
xinference/model/llm/vllm/patches/_base.py
xinference/model/llm/vllm/patches/hybrid_kv_cache_page_size.py
xinference/model/llm/vllm/patches/spark_x2_5_plugin.py
xinference/model/llm/vllm/xavier/__init__.py
xinference/model/llm/vllm/xavier/allocator.py
xinference/model/llm/vllm/xavier/block.py
xinference/model/llm/vllm/xavier/block_manager.py
xinference/model/llm/vllm/xavier/block_tracker.py
xinference/model/llm/vllm/xavier/cache_lifecycle.py
xinference/model/llm/vllm/xavier/collective.py
xinference/model/llm/vllm/xavier/collective_manager.py
xinference/model/llm/vllm/xavier/engine.py
xinference/model/llm/vllm/xavier/executor.py
xinference/model/llm/vllm/xavier/legacy_engine.py
xinference/model/llm/vllm/xavier/remote_kvcache_manager.py
xinference/model/llm/vllm/xavier/scheduler.py
xinference/model/llm/vllm/xavier/scheduler_hook.py
xinference/model/llm/vllm/xavier/snapshot.py
xinference/model/llm/vllm/xavier/transfer.py
xinference/model/llm/vllm/xavier/transport.py
xinference/model/llm/vllm/xavier/utils.py
xinference/model/llm/vllm/xavier/v1_connector.py
xinference/model/llm/vllm/xavier/xavier_remote_kvcache_manager.py
xinference/model/llm/vllm/xavier/xavier_scheduler_hook.py
xinference/model/llm/vllm/xavier/test/__init__.py
xinference/model/llm/vllm/xavier/test/test_block_tracker_reuse.py
xinference/model/llm/vllm/xavier/test/test_pd_gpu.py
xinference/model/llm/vllm/xavier/test/test_pd_separation_live.py
xinference/model/llm/vllm/xavier/test/test_remote_kvcache_manager.py
xinference/model/llm/vllm/xavier/test/test_review_regressions.py
xinference/model/llm/vllm/xavier/test/test_transfer_blocks.py
xinference/model/llm/vllm/xavier/test/test_v1_cache_layout.py
xinference/model/llm/vllm/xavier/test/test_v1_engine.py
xinference/model/llm/vllm/xavier/test/test_xavier.py
xinference/model/rerank/__init__.py
xinference/model/rerank/cache_manager.py
xinference/model/rerank/core.py
xinference/model/rerank/custom.py
xinference/model/rerank/rerank_family.py
xinference/model/rerank/utils.py
xinference/model/rerank/llama_cpp/__init__.py
xinference/model/rerank/llama_cpp/core.py
xinference/model/rerank/models/Qwen3-Reranker-0.6B.json
xinference/model/rerank/models/Qwen3-Reranker-4B.json
xinference/model/rerank/models/Qwen3-Reranker-8B.json
xinference/model/rerank/models/Qwen3-VL-Reranker-2B.json
xinference/model/rerank/models/Qwen3-VL-Reranker-8B.json
xinference/model/rerank/models/R3-rerank-0.6b.json
xinference/model/rerank/models/bce-reranker-base_v1.json
xinference/model/rerank/models/bge-reranker-base.json
xinference/model/rerank/models/bge-reranker-large.json
xinference/model/rerank/models/bge-reranker-v2-gemma.json
xinference/model/rerank/models/bge-reranker-v2-m3.json
xinference/model/rerank/models/bge-reranker-v2-minicpm-layerwise.json
xinference/model/rerank/models/jina-reranker-m0.json
xinference/model/rerank/models/jina-reranker-v2.json
xinference/model/rerank/models/jina-reranker-v3.5.json
xinference/model/rerank/models/jina-reranker-v3.json
xinference/model/rerank/models/minicpm-reranker.json
xinference/model/rerank/sentence_transformers/__init__.py
xinference/model/rerank/sentence_transformers/core.py
xinference/model/rerank/vllm/__init__.py
xinference/model/rerank/vllm/core.py
xinference/model/rerank/vllm/qwen3_vl_reranker.jinja
xinference/model/scheduler/__init__.py
xinference/model/scheduler/batch.py
xinference/model/scheduler/core.py
xinference/model/scheduler/request.py
xinference/model/schemas/audio.schema.json
xinference/model/schemas/common.schema.json
xinference/model/schemas/embedding.schema.json
xinference/model/schemas/image.schema.json
xinference/model/schemas/llm.schema.json
xinference/model/schemas/rerank.schema.json
xinference/model/schemas/video.schema.json
xinference/model/schemas/world.schema.json
xinference/model/video/__init__.py
xinference/model/video/cache_manager.py
xinference/model/video/core.py
xinference/model/video/diffusers.py
xinference/model/video/engine.py
xinference/model/video/engine_family.py
xinference/model/video/mlx_video.py
xinference/model/video/native.py
xinference/model/video/models/CogVideoX-2b.json
xinference/model/video/models/CogVideoX-5b.json
xinference/model/video/models/HunyuanVideo.json
xinference/model/video/models/LTX-2-dev.json
xinference/model/video/models/LTX-2-distilled.json
xinference/model/video/models/LTX-2.3-dev.json
xinference/model/video/models/LTX-2.3-distilled.json
xinference/model/video/models/MiniMax-H3.json
xinference/model/video/models/Wan2.1-1.3B.json
xinference/model/video/models/Wan2.1-14B.json
xinference/model/video/models/Wan2.1-flf2v-14B-720p.json
xinference/model/video/models/Wan2.1-i2v-14B-480p.json
xinference/model/video/models/Wan2.1-i2v-14B-720p.json
xinference/model/video/models/Wan2.2-A14B.json
xinference/model/video/models/Wan2.2-Animate-2-14B-Distilled.json
xinference/model/video/models/Wan2.2-Animate-2-14B.json
xinference/model/video/models/Wan2.2-i2v-A14B.json
xinference/model/video/models/Wan2.2-ti2v-5B.json
xinference/model/world/__init__.py
xinference/model/world/core.py
xinference/model/world/engine.py
xinference/model/world/engine_family.py
xinference/model/world/hy_worldplay_runner.py
xinference/model/world/lingbot_runner.py
xinference/model/world/model.py
xinference/model/world/models/Astra.json
xinference/model/world/models/HY-WorldPlay-5B.json
xinference/model/world/models/LingBot-World-V2.json
xinference/model/world/models/Matrix-Game-3.0-5B.json
xinference/router/__init__.py
xinference/router/admission.py
xinference/router/app.py
xinference/router/backend.py
xinference/router/classifier.py
xinference/router/config.py
xinference/router/constants.py
xinference/router/control_plane.py
xinference/router/credentials.py
xinference/router/logging_config.py
xinference/router/metrics.py
xinference/router/process_metrics.py
xinference/router/runtime.py
xinference/router/schemas.py
xinference/router/service.py
xinference/router/sse.py
xinference/router/tokenization.py
xinference/router/tokenization_worker.py
xinference/router/tokenizer.py
xinference/router/tokenizer_asset.py
xinference/router/agent/__init__.py
xinference/router/agent/asset_manager.py
xinference/router/agent/control_plane.py
xinference/router/agent/process_manager.py
xinference/router/agent/service.py
xinference/router/tokenizer_assets/__init__.py
xinference/router/tokenizer_assets/deepseek_v4_flash_0731/LICENSE.txt
xinference/router/tokenizer_assets/deepseek_v4_flash_0731/SOURCE.json
xinference/router/tokenizer_assets/deepseek_v4_flash_0731/__init__.py
xinference/router/tokenizer_assets/deepseek_v4_flash_0731/asset.json
xinference/router/tokenizer_assets/deepseek_v4_flash_0731/config.json
xinference/router/tokenizer_assets/deepseek_v4_flash_0731/tokenizer.json
xinference/router/tokenizer_assets/deepseek_v4_flash_0731/tokenizer_config.json
xinference/router/tokenizer_assets/deepseek_v4_flash_0731/encoding/__init__.py
xinference/router/tokenizer_assets/deepseek_v4_flash_0731/encoding/encoding_dsv4.py
xinference/thirdparty/__init__.py
xinference/thirdparty/ace_step_1_5/LICENSE
xinference/thirdparty/ace_step_1_5/UPSTREAM.txt
xinference/thirdparty/ace_step_1_5/__init__.py
xinference/thirdparty/ace_step_1_5/acestep/__init__.py
xinference/thirdparty/ace_step_1_5/acestep/audio_utils.py
xinference/thirdparty/ace_step_1_5/acestep/constants.py
xinference/thirdparty/ace_step_1_5/acestep/constrained_logits_processor.py
xinference/thirdparty/ace_step_1_5/acestep/debug_utils.py
xinference/thirdparty/ace_step_1_5/acestep/genres_vocab.txt
xinference/thirdparty/ace_step_1_5/acestep/gpu_config.py
xinference/thirdparty/ace_step_1_5/acestep/handler.py
xinference/thirdparty/ace_step_1_5/acestep/inference.py
xinference/thirdparty/ace_step_1_5/acestep/llm_backend_compat.py
xinference/thirdparty/ace_step_1_5/acestep/llm_inference.py
xinference/thirdparty/ace_step_1_5/acestep/model_downloader.py
xinference/thirdparty/ace_step_1_5/acestep/core/__init__.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/__init__.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/__init__.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/audio_codes.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/batch_prep.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/conditioning_batch.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/conditioning_embed.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/conditioning_masks.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/conditioning_target.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/conditioning_text.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/diffusion.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/generate_music.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/generate_music_decode.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/generate_music_execute.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/generate_music_payload.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/generate_music_request.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/init_service.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/init_service_catalog.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/init_service_downloads.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/init_service_loader.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/init_service_loader_components.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/init_service_memory_basic.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/init_service_memory_transfer.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/init_service_offload_context.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/init_service_orchestrator.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/init_service_setup.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/io_audio.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/lyric_alignment_common.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/lyric_score.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/lyric_timestamp.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/memory_utils.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/metadata_utils.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/mlx_dit_init.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/mlx_vae_decode_native.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/mlx_vae_encode_native.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/mlx_vae_init.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/padding_utils.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/progress.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/prompt_utils.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/repaint_step_injection.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/repaint_waveform_splice.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/service_generate.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/service_generate_execute.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/service_generate_flow_edit.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/service_generate_flow_edit_source.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/service_generate_outputs.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/service_generate_request.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/task_utils.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/vae_decode.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/vae_decode_chunks.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/vae_encode.py
xinference/thirdparty/ace_step_1_5/acestep/core/generation/handler/vae_encode_chunks.py
xinference/thirdparty/ace_step_1_5/acestep/core/scoring/__init__.py
xinference/thirdparty/ace_step_1_5/acestep/core/scoring/_dtw.py
xinference/thirdparty/ace_step_1_5/acestep/core/scoring/dit_alignment.py
xinference/thirdparty/ace_step_1_5/acestep/core/scoring/dit_score.py
xinference/thirdparty/ace_step_1_5/acestep/core/scoring/lm_score.py
xinference/thirdparty/ace_step_1_5/acestep/models/__init__.py
xinference/thirdparty/ace_step_1_5/acestep/models/common/__init__.py
xinference/thirdparty/ace_step_1_5/acestep/models/common/apg_guidance.py
xinference/thirdparty/ace_step_1_5/acestep/models/common/configuration_acestep_v15.py
xinference/thirdparty/ace_step_1_5/acestep/models/common/dcw_correction.py
xinference/thirdparty/ace_step_1_5/acestep/models/common/dcw_loader.py
xinference/thirdparty/ace_step_1_5/acestep/models/common/dcw_primitives.py
xinference/thirdparty/ace_step_1_5/acestep/models/common/flow_edit.py
xinference/thirdparty/ace_step_1_5/acestep/models/common/flow_edit_helpers.py
xinference/thirdparty/ace_step_1_5/acestep/models/common/flow_edit_pipeline.py
xinference/thirdparty/ace_step_1_5/acestep/models/mlx/__init__.py
xinference/thirdparty/ace_step_1_5/acestep/models/mlx/dcw_correction_mlx.py
xinference/thirdparty/ace_step_1_5/acestep/models/mlx/dit_convert.py
xinference/thirdparty/ace_step_1_5/acestep/models/mlx/dit_generate.py
xinference/thirdparty/ace_step_1_5/acestep/models/mlx/dit_model.py
xinference/thirdparty/ace_step_1_5/acestep/models/mlx/vae_convert.py
xinference/thirdparty/ace_step_1_5/acestep/models/mlx/vae_model.py
xinference/thirdparty/ace_step_1_5/acestep/models/turbo/__init__.py
xinference/thirdparty/ace_step_1_5/acestep/models/turbo/configuration_acestep_v15.py
xinference/thirdparty/ace_step_1_5/acestep/models/turbo/modeling_acestep_v15_turbo.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/LICENSE
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/__init__.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/config.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/distributed.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/llm.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/sampling_params.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/engine/block_manager.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/engine/llm_engine.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/engine/model_runner.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/engine/scheduler.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/engine/sequence.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/layers/activation.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/layers/attention.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/layers/embed_head.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/layers/layernorm.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/layers/linear.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/layers/rotary_embedding.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/layers/sampler.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/models/qwen3.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/utils/compat.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/utils/context.py
xinference/thirdparty/ace_step_1_5/acestep/third_parts/nano-vllm/nanovllm/utils/loader.py
xinference/thirdparty/audiotools/__init__.py
xinference/thirdparty/audiotools/post.py
xinference/thirdparty/audiotools/preference.py
xinference/thirdparty/audiotools/core/__init__.py
xinference/thirdparty/audiotools/core/audio_signal.py
xinference/thirdparty/audiotools/core/display.py
xinference/thirdparty/audiotools/core/dsp.py
xinference/thirdparty/audiotools/core/effects.py
xinference/thirdparty/audiotools/core/ffmpeg.py
xinference/thirdparty/audiotools/core/loudness.py
xinference/thirdparty/audiotools/core/playback.py
xinference/thirdparty/audiotools/core/util.py
xinference/thirdparty/audiotools/core/whisper.py
xinference/thirdparty/audiotools/core/templates/__init__.py
xinference/thirdparty/audiotools/core/templates/headers.html
xinference/thirdparty/audiotools/core/templates/pandoc.css
xinference/thirdparty/audiotools/core/templates/widget.html
xinference/thirdparty/audiotools/data/__init__.py
xinference/thirdparty/audiotools/data/datasets.py
xinference/thirdparty/audiotools/data/preprocess.py
xinference/thirdparty/audiotools/data/transforms.py
xinference/thirdparty/audiotools/metrics/__init__.py
xinference/thirdparty/audiotools/metrics/distance.py
xinference/thirdparty/audiotools/metrics/quality.py
xinference/thirdparty/audiotools/metrics/spectral.py
xinference/thirdparty/audiotools/ml/__init__.py
xinference/thirdparty/audiotools/ml/accelerator.py
xinference/thirdparty/audiotools/ml/decorators.py
xinference/thirdparty/audiotools/ml/experiment.py
xinference/thirdparty/audiotools/ml/layers/__init__.py
xinference/thirdparty/audiotools/ml/layers/base.py
xinference/thirdparty/audiotools/ml/layers/spectral_gate.py
xinference/thirdparty/auk/LICENSE
xinference/thirdparty/auk/__init__.py
xinference/thirdparty/auk/infer/__init__.py
xinference/thirdparty/auk/infer/infer_auk.py
xinference/thirdparty/auk/model/__init__.py
xinference/thirdparty/auk/model/cfm_edit.py
xinference/thirdparty/auk/model/flux2_edit.py
xinference/thirdparty/auk/model/modules.py
xinference/thirdparty/auk/model/utils.py
xinference/thirdparty/auk/model/vae/__init__.py
xinference/thirdparty/auk/model/vae/bigvgan_flow_vae.py
xinference/thirdparty/auk/model/vae/modules/__init__.py
xinference/thirdparty/auk/model/vae/modules/bigvgan/__init__.py
xinference/thirdparty/auk/model/vae/modules/bigvgan/activations.py
xinference/thirdparty/auk/model/vae/modules/bigvgan/alias_free_torch/__init__.py
xinference/thirdparty/auk/model/vae/modules/bigvgan/alias_free_torch/act.py
xinference/thirdparty/auk/model/vae/modules/bigvgan/alias_free_torch/filter.py
xinference/thirdparty/auk/model/vae/modules/bigvgan/alias_free_torch/resample.py
xinference/thirdparty/auk/model/vae/modules/commons/__init__.py
xinference/thirdparty/auk/model/vae/modules/commons/layers.py
xinference/thirdparty/auk/model/vae/modules/commons/ops.py
xinference/thirdparty/auk/model/vae/modules/commons/assets/mel_filters.npz
xinference/thirdparty/auk/model/vae/modules/vits/__init__.py
xinference/thirdparty/auk/model/vae/modules/vits/flows.py
xinference/thirdparty/breeze_tts/LICENSE
xinference/thirdparty/breeze_tts/README.md
xinference/thirdparty/breeze_tts/__init__.py
xinference/thirdparty/breeze_tts/breeze_infer/__init__.py
xinference/thirdparty/breeze_tts/breeze_infer/audio.py
xinference/thirdparty/breeze_tts/breeze_infer/runtime.py
xinference/thirdparty/breeze_tts/breeze_infer/templates.py
xinference/thirdparty/breeze_tts/configs/fast.json
xinference/thirdparty/breeze_tts/models/__init__.py
xinference/thirdparty/breeze_tts/models/breeze.py
xinference/thirdparty/breeze_tts/models/breeze_backbone_factory.py
xinference/thirdparty/breeze_tts/models/breeze_base_config.py
xinference/thirdparty/breeze_tts/models/breeze_config.py
xinference/thirdparty/breeze_tts/models/fast_streaming.py
xinference/thirdparty/breeze_tts/models/generation_breeze.py
xinference/thirdparty/breeze_tts/models/logits_process.py
xinference/thirdparty/breeze_tts/models/t5gemma2_compat.py
xinference/thirdparty/breeze_tts/models/text_encoder_graph.py
xinference/thirdparty/breeze_tts/models/warmup_profile.py
xinference/thirdparty/breeze_tts/models/cudagraph/__init__.py
xinference/thirdparty/breeze_tts/models/cudagraph/backbone_graph.py
xinference/thirdparty/breeze_tts/models/cudagraph/backbone_prefill_graph.py
xinference/thirdparty/breeze_tts/models/cudagraph/depth_decoder_graph.py
xinference/thirdparty/breeze_tts/models/cudagraph/sampling.py
xinference/thirdparty/breeze_tts/models/stream_runtime/__init__.py
xinference/thirdparty/breeze_tts/models/stream_runtime/core/__init__.py
xinference/thirdparty/breeze_tts/models/stream_runtime/core/compat.py
xinference/thirdparty/breeze_tts/models/stream_runtime/inference/__init__.py
xinference/thirdparty/breeze_tts/models/stream_runtime/stream/__init__.py
xinference/thirdparty/breeze_tts/models/stream_runtime/stream/kv_cache.py
xinference/thirdparty/breeze_tts/models/stream_runtime/stream/lane.py
xinference/thirdparty/breeze_tts/models/stream_runtime/stream/runtime.py
xinference/thirdparty/breeze_tts/models/stream_runtime/stream/state.py
xinference/thirdparty/breeze_tts/models/stream_runtime/stream/workspace.py
xinference/thirdparty/controlnet/LICENSE.controlnet.txt
xinference/thirdparty/controlnet/LICENSE.forge.txt
xinference/thirdparty/controlnet/NOTICE.md
xinference/thirdparty/controlnet/__init__.py
xinference/thirdparty/controlnet/enums.py
xinference/thirdparty/controlnet/supported_preprocessor.py
xinference/thirdparty/controlnet/utils.py
xinference/thirdparty/controlnet/annotator/__init__.py
xinference/thirdparty/controlnet/annotator/annotator_path.py
xinference/thirdparty/controlnet/annotator/depth_anything.py
xinference/thirdparty/controlnet/annotator/depth_anything_v2.py
xinference/thirdparty/controlnet/annotator/util.py
xinference/thirdparty/controlnet/annotator/anime_face_segment/LICENSE
xinference/thirdparty/controlnet/annotator/anime_face_segment/__init__.py
xinference/thirdparty/controlnet/annotator/binary/__init__.py
xinference/thirdparty/controlnet/annotator/canny/__init__.py
xinference/thirdparty/controlnet/annotator/clipvision/__init__.py
xinference/thirdparty/controlnet/annotator/clipvision/clip_vision_h_uc.data
xinference/thirdparty/controlnet/annotator/clipvision/clip_vision_vith_uc.data
xinference/thirdparty/controlnet/annotator/color/__init__.py
xinference/thirdparty/controlnet/annotator/densepose/__init__.py
xinference/thirdparty/controlnet/annotator/densepose/densepose.py
xinference/thirdparty/controlnet/annotator/hed/__init__.py
xinference/thirdparty/controlnet/annotator/keypose/__init__.py
xinference/thirdparty/controlnet/annotator/keypose/faster_rcnn_r50_fpn_coco.py
xinference/thirdparty/controlnet/annotator/keypose/hrnet_w48_coco_256x192.py
xinference/thirdparty/controlnet/annotator/lama/__init__.py
xinference/thirdparty/controlnet/annotator/lama/config.yaml
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/__init__.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/utils.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/__init__.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/data/__init__.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/data/masks.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/losses/__init__.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/losses/adversarial.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/losses/constants.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/losses/distance_weighting.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/losses/feature_matching.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/losses/perceptual.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/losses/segmentation.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/losses/style_loss.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/modules/__init__.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/modules/base.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/modules/depthwise_sep_conv.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/modules/fake_fakes.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/modules/ffc.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/modules/multidilated_conv.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/modules/multiscale.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/modules/pix2pixhd.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/modules/spatial_transform.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/modules/squeeze_excitation.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/trainers/__init__.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/trainers/base.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/trainers/default.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/visualizers/__init__.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/visualizers/base.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/visualizers/colors.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/visualizers/directory.py
xinference/thirdparty/controlnet/annotator/lama/saicinpainting/training/visualizers/noop.py
xinference/thirdparty/controlnet/annotator/leres/__init__.py
xinference/thirdparty/controlnet/annotator/leres/leres/LICENSE
xinference/thirdparty/controlnet/annotator/leres/leres/Resnet.py
xinference/thirdparty/controlnet/annotator/leres/leres/Resnext_torch.py
xinference/thirdparty/controlnet/annotator/leres/leres/depthmap.py
xinference/thirdparty/controlnet/annotator/leres/leres/multi_depth_model_woauxi.py
xinference/thirdparty/controlnet/annotator/leres/leres/net_tools.py
xinference/thirdparty/controlnet/annotator/leres/leres/network_auxi.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/LICENSE
xinference/thirdparty/controlnet/annotator/leres/pix2pix/models/__init__.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/models/base_model.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/models/base_model_hg.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/models/networks.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/models/pix2pix4depth_model.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/options/__init__.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/options/base_options.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/options/test_options.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/util/__init__.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/util/get_data.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/util/guidedfilter.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/util/html.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/util/image_pool.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/util/util.py
xinference/thirdparty/controlnet/annotator/leres/pix2pix/util/visualizer.py
xinference/thirdparty/controlnet/annotator/lineart/LICENSE
xinference/thirdparty/controlnet/annotator/lineart/__init__.py
xinference/thirdparty/controlnet/annotator/lineart_anime/LICENSE
xinference/thirdparty/controlnet/annotator/lineart_anime/__init__.py
xinference/thirdparty/controlnet/annotator/manga_line/LICENSE
xinference/thirdparty/controlnet/annotator/manga_line/__init__.py
xinference/thirdparty/controlnet/annotator/mediapipe_face/__init__.py
xinference/thirdparty/controlnet/annotator/mediapipe_face/mediapipe_face_common.py
xinference/thirdparty/controlnet/annotator/midas/LICENSE
xinference/thirdparty/controlnet/annotator/midas/__init__.py
xinference/thirdparty/controlnet/annotator/midas/api.py
xinference/thirdparty/controlnet/annotator/midas/utils.py
xinference/thirdparty/controlnet/annotator/midas/midas/__init__.py
xinference/thirdparty/controlnet/annotator/midas/midas/base_model.py
xinference/thirdparty/controlnet/annotator/midas/midas/blocks.py
xinference/thirdparty/controlnet/annotator/midas/midas/dpt_depth.py
xinference/thirdparty/controlnet/annotator/midas/midas/midas_net.py
xinference/thirdparty/controlnet/annotator/midas/midas/midas_net_custom.py
xinference/thirdparty/controlnet/annotator/midas/midas/transforms.py
xinference/thirdparty/controlnet/annotator/midas/midas/vit.py
xinference/thirdparty/controlnet/annotator/mlsd/__init__.py
xinference/thirdparty/controlnet/annotator/mlsd/utils.py
xinference/thirdparty/controlnet/annotator/mlsd/models/mbv2_mlsd_large.py
xinference/thirdparty/controlnet/annotator/mlsd/models/mbv2_mlsd_tiny.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/version.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/arraymisc/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/arraymisc/quantization.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/alexnet.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/builder.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/resnet.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/vgg.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/activation.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/context_block.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/conv.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/conv2d_adaptive_padding.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/conv_module.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/conv_ws.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/depthwise_separable_conv_module.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/drop.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/generalized_attention.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/hsigmoid.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/hswish.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/non_local.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/norm.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/padding.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/plugin.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/registry.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/scale.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/swish.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/transformer.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/upsample.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/bricks/wrappers.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/utils/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/utils/flops_counter.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/utils/fuse_conv_bn.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/utils/sync_bn.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/cnn/utils/weight_init.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/engine/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/engine/test.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/fileio/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/fileio/file_client.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/fileio/io.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/fileio/parse.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/fileio/handlers/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/fileio/handlers/base.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/fileio/handlers/json_handler.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/fileio/handlers/pickle_handler.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/fileio/handlers/yaml_handler.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/image/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/image/colorspace.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/image/geometric.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/image/io.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/image/misc.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/image/photometric.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/model_zoo/deprecated.json
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/model_zoo/mmcls.json
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/model_zoo/open_mmlab.json
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/assign_score_withk.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/ball_query.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/bbox.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/border_align.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/box_iou_rotated.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/carafe.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/cc_attention.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/contour_expand.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/corner_pool.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/correlation.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/deform_conv.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/deform_roi_pool.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/deprecated_wrappers.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/focal_loss.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/furthest_point_sample.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/fused_bias_leakyrelu.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/gather_points.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/group_points.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/info.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/iou3d.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/knn.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/masked_conv.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/merge_cells.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/modulated_deform_conv.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/multi_scale_deform_attn.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/nms.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/pixel_group.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/point_sample.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/points_in_boxes.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/points_sampler.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/psa_mask.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/roi_align.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/roi_align_rotated.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/roi_pool.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/roiaware_pool3d.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/roipoint_pool3d.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/saconv.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/scatter_points.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/sync_bn.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/three_interpolate.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/three_nn.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/tin_shift.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/upfirdn2d.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/ops/voxelize.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/parallel/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/parallel/_functions.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/parallel/collate.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/parallel/data_container.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/parallel/data_parallel.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/parallel/distributed.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/parallel/distributed_deprecated.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/parallel/registry.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/parallel/scatter_gather.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/parallel/utils.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/base_module.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/base_runner.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/builder.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/checkpoint.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/default_constructor.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/dist_utils.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/epoch_based_runner.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/fp16_utils.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/iter_based_runner.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/log_buffer.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/priority.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/utils.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/checkpoint.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/closure.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/ema.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/evaluation.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/hook.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/iter_timer.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/lr_updater.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/memory.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/momentum_updater.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/optimizer.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/profiler.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/sampler_seed.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/sync_buffer.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/logger/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/logger/base.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/logger/dvclive.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/logger/mlflow.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/logger/neptune.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/logger/pavi.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/logger/tensorboard.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/logger/text.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/hooks/logger/wandb.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/optimizer/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/optimizer/builder.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/runner/optimizer/default_constructor.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/config.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/env.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/ext_loader.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/logging.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/misc.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/parrots_jit.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/parrots_wrapper.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/path.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/progressbar.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/registry.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/testing.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/timer.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/trace.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/utils/version_utils.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/video/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/video/io.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/video/optflow.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/video/processing.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/visualization/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/visualization/color.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/visualization/image.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmcv/visualization/optflow.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/apis/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/apis/inference.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/apis/test.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/apis/train.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/core/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/core/evaluation/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/core/evaluation/class_names.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/core/evaluation/eval_hooks.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/core/evaluation/metrics.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/core/seg/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/core/seg/builder.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/core/seg/sampler/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/core/seg/sampler/base_pixel_sampler.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/core/seg/sampler/ohem_pixel_sampler.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/core/utils/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/core/utils/misc.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/ade.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/builder.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/chase_db1.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/cityscapes.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/custom.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/dataset_wrappers.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/drive.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/hrf.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/pascal_context.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/stare.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/voc.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/pipelines/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/pipelines/compose.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/pipelines/formating.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/pipelines/loading.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/pipelines/test_time_aug.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/datasets/pipelines/transforms.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/builder.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/backbones/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/backbones/cgnet.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/backbones/fast_scnn.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/backbones/hrnet.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/backbones/mobilenet_v2.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/backbones/mobilenet_v3.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/backbones/resnest.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/backbones/resnet.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/backbones/resnext.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/backbones/unet.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/backbones/vit.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/ann_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/apc_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/aspp_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/cascade_decode_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/cc_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/da_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/decode_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/dm_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/dnl_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/ema_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/enc_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/fcn_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/fpn_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/gc_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/lraspp_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/nl_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/ocr_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/point_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/psa_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/psp_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/sep_aspp_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/sep_fcn_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/decode_heads/uper_head.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/losses/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/losses/accuracy.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/losses/cross_entropy_loss.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/losses/dice_loss.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/losses/lovasz_loss.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/losses/utils.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/necks/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/necks/fpn.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/necks/multilevel_neck.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/segmentors/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/segmentors/base.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/segmentors/cascade_encoder_decoder.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/segmentors/encoder_decoder.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/utils/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/utils/drop.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/utils/inverted_residual.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/utils/make_divisible.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/utils/res_layer.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/utils/se_layer.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/utils/self_attention_block.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/utils/up_conv_block.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/models/utils/weight_init.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/ops/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/ops/encoding.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/ops/wrappers.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/utils/__init__.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/utils/collect_env.py
xinference/thirdparty/controlnet/annotator/mmpkg/mmseg/utils/logger.py
xinference/thirdparty/controlnet/annotator/mobile_sam/__init__.py
xinference/thirdparty/controlnet/annotator/normalbae/LICENSE
xinference/thirdparty/controlnet/annotator/normalbae/__init__.py
xinference/thirdparty/controlnet/annotator/normalbae/models/NNET.py
xinference/thirdparty/controlnet/annotator/normalbae/models/baseline.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/decoder.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/encoder.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/submodules.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/.gitignore
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/README.md
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/caffe2_benchmark.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/caffe2_validate.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/hubconf.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/onnx_export.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/onnx_optimize.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/onnx_to_caffe.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/onnx_validate.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/requirements.txt
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/setup.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/utils.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/validate.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/__init__.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/config.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/conv2d_layers.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/efficientnet_builder.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/gen_efficientnet.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/helpers.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/mobilenetv3.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/model_factory.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/version.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/activations/__init__.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/activations/activations.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/activations/activations_jit.py
xinference/thirdparty/controlnet/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/activations/activations_me.py
xinference/thirdparty/controlnet/annotator/normaldsine/LICENSE
xinference/thirdparty/controlnet/annotator/normaldsine/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/LICENSE
xinference/thirdparty/controlnet/annotator/oneformer/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/api.py
xinference/thirdparty/controlnet/annotator/oneformer/configs/ade20k/Base-ADE20K-UnifiedSegmentation.yaml
xinference/thirdparty/controlnet/annotator/oneformer/configs/ade20k/oneformer_R50_bs16_160k.yaml
xinference/thirdparty/controlnet/annotator/oneformer/configs/ade20k/oneformer_swin_large_IN21k_384_bs16_160k.yaml
xinference/thirdparty/controlnet/annotator/oneformer/configs/coco/Base-COCO-UnifiedSegmentation.yaml
xinference/thirdparty/controlnet/annotator/oneformer/configs/coco/oneformer_R50_bs16_50ep.yaml
xinference/thirdparty/controlnet/annotator/oneformer/configs/coco/oneformer_swin_large_IN21k_384_bs16_100ep.yaml
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/checkpoint/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/checkpoint/c2_model_loading.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/checkpoint/catalog.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/checkpoint/detection_checkpoint.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/config/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/config/compat.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/config/config.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/config/defaults.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/config/instantiate.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/config/lazy.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/benchmark.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/build.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/catalog.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/common.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/dataset_mapper.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/detection_utils.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/README.md
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/builtin.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/builtin_meta.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/cityscapes.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/cityscapes_panoptic.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/coco.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/coco_panoptic.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/lvis.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/lvis_v0_5_categories.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/lvis_v1_categories.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/lvis_v1_category_image_count.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/pascal_voc.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/datasets/register_coco.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/samplers/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/samplers/distributed_sampler.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/samplers/grouped_batch_sampler.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/transforms/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/transforms/augmentation.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/transforms/augmentation_impl.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/data/transforms/transform.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/engine/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/engine/defaults.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/engine/hooks.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/engine/launch.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/engine/train_loop.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/evaluation/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/evaluation/cityscapes_evaluation.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/evaluation/coco_evaluation.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/evaluation/evaluator.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/evaluation/fast_eval_api.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/evaluation/lvis_evaluation.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/evaluation/panoptic_evaluation.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/evaluation/pascal_voc_evaluation.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/evaluation/rotated_coco_evaluation.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/evaluation/sem_seg_evaluation.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/evaluation/testing.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/export/README.md
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/export/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/export/api.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/export/c10.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/export/caffe2_export.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/export/caffe2_inference.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/export/caffe2_modeling.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/export/caffe2_patch.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/export/flatten.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/export/shared.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/export/torchscript.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/export/torchscript_patch.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/aspp.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/batch_norm.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/blocks.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/deform_conv.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/losses.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/mask_ops.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/nms.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/roi_align.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/roi_align_rotated.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/rotated_boxes.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/shape_spec.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/wrappers.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/README.md
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/cuda_version.cu
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/vision.cpp
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/ROIAlignRotated/ROIAlignRotated.h
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/ROIAlignRotated/ROIAlignRotated_cpu.cpp
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/ROIAlignRotated/ROIAlignRotated_cuda.cu
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/box_iou_rotated/box_iou_rotated.h
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/box_iou_rotated/box_iou_rotated_cpu.cpp
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/box_iou_rotated/box_iou_rotated_cuda.cu
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/box_iou_rotated/box_iou_rotated_utils.h
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/cocoeval/cocoeval.cpp
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/cocoeval/cocoeval.h
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/deformable/deform_conv.h
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/deformable/deform_conv_cuda.cu
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/deformable/deform_conv_cuda_kernel.cu
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/nms_rotated/nms_rotated.h
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/nms_rotated/nms_rotated_cpu.cpp
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/layers/csrc/nms_rotated/nms_rotated_cuda.cu
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/model_zoo/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/model_zoo/model_zoo.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/anchor_generator.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/box_regression.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/matcher.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/mmdet_wrapper.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/poolers.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/postprocessing.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/sampling.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/test_time_augmentation.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/backbone/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/backbone/backbone.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/backbone/build.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/backbone/fpn.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/backbone/mvit.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/backbone/regnet.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/backbone/resnet.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/backbone/swin.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/backbone/utils.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/backbone/vit.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/meta_arch/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/meta_arch/build.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/meta_arch/dense_detector.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/meta_arch/fcos.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/meta_arch/panoptic_fpn.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/meta_arch/rcnn.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/meta_arch/retinanet.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/meta_arch/semantic_seg.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/proposal_generator/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/proposal_generator/build.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/proposal_generator/proposal_utils.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/proposal_generator/rpn.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/proposal_generator/rrpn.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/roi_heads/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/roi_heads/box_head.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/roi_heads/cascade_rcnn.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/roi_heads/fast_rcnn.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/roi_heads/keypoint_head.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/roi_heads/mask_head.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/roi_heads/roi_heads.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/modeling/roi_heads/rotated_fast_rcnn.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/projects/README.md
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/projects/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/projects/deeplab/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/projects/deeplab/build_solver.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/projects/deeplab/config.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/projects/deeplab/loss.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/projects/deeplab/lr_scheduler.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/projects/deeplab/resnet.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/projects/deeplab/semantic_seg.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/solver/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/solver/build.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/solver/lr_scheduler.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/structures/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/structures/boxes.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/structures/image_list.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/structures/instances.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/structures/keypoints.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/structures/masks.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/structures/rotated_boxes.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/tracking/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/tracking/base_tracker.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/tracking/bbox_iou_tracker.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/tracking/hungarian_tracker.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/tracking/iou_weighted_hungarian_bbox_iou_tracker.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/tracking/utils.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/tracking/vanilla_hungarian_bbox_iou_tracker.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/README.md
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/analysis.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/collect_env.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/colormap.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/comm.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/develop.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/env.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/events.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/file_io.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/logger.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/memory.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/registry.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/serialize.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/testing.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/tracing.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/video_visualizer.py
xinference/thirdparty/controlnet/annotator/oneformer/detectron2/utils/visualizer.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/config.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/oneformer_model.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/bpe_simple_vocab_16e6.txt.gz
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/build.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/tokenizer.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/dataset_mappers/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/dataset_mappers/coco_unified_new_baseline_dataset_mapper.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/dataset_mappers/dataset_mapper.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/dataset_mappers/oneformer_unified_dataset_mapper.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/datasets/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/datasets/register_ade20k_instance.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/datasets/register_ade20k_panoptic.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/datasets/register_cityscapes_panoptic.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/datasets/register_coco_panoptic2instance.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/data/datasets/register_coco_panoptic_annos_semseg.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/demo/colormap.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/demo/defaults.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/demo/predictor.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/demo/visualizer.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/evaluation/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/evaluation/cityscapes_evaluation.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/evaluation/coco_evaluator.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/evaluation/detection_coco_evaluator.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/evaluation/evaluator.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/evaluation/instance_evaluation.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/matcher.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/backbone/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/backbone/dinat.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/backbone/swin.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/meta_arch/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/meta_arch/oneformer_head.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/fpn.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/msdeformattn.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/make.sh
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/setup.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/test.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/functions/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/functions/ms_deform_attn_func.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/modules/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/modules/ms_deform_attn.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/src/ms_deform_attn.h
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/src/vision.cpp
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/src/cpu/ms_deform_attn_cpu.cpp
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/src/cpu/ms_deform_attn_cpu.h
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/src/cuda/ms_deform_attn_cuda.cu
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/src/cuda/ms_deform_attn_cuda.h
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/pixel_decoder/ops/src/cuda/ms_deform_im2col_cuda.cuh
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/transformer_decoder/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/transformer_decoder/oneformer_transformer_decoder.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/transformer_decoder/position_encoding.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/transformer_decoder/text_transformer.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/modeling/transformer_decoder/transformer.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/utils/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/utils/box_ops.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/utils/events.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/utils/misc.py
xinference/thirdparty/controlnet/annotator/oneformer/oneformer/utils/pos_embed.py
xinference/thirdparty/controlnet/annotator/oneformer/pycocotools/__init__.py
xinference/thirdparty/controlnet/annotator/oneformer/pycocotools/coco.py
xinference/thirdparty/controlnet/annotator/oneformer/pycocotools/cocoeval.py
xinference/thirdparty/controlnet/annotator/oneformer/pycocotools/mask.py
xinference/thirdparty/controlnet/annotator/openpose/LICENSE
xinference/thirdparty/controlnet/annotator/openpose/__init__.py
xinference/thirdparty/controlnet/annotator/openpose/animalpose.py
xinference/thirdparty/controlnet/annotator/openpose/body.py
xinference/thirdparty/controlnet/annotator/openpose/cv_ox_det.py
xinference/thirdparty/controlnet/annotator/openpose/cv_ox_pose.py
xinference/thirdparty/controlnet/annotator/openpose/face.py
xinference/thirdparty/controlnet/annotator/openpose/hand.py
xinference/thirdparty/controlnet/annotator/openpose/model.py
xinference/thirdparty/controlnet/annotator/openpose/types.py
xinference/thirdparty/controlnet/annotator/openpose/util.py
xinference/thirdparty/controlnet/annotator/openpose/wholebody.py
xinference/thirdparty/controlnet/annotator/pidinet/LICENSE
xinference/thirdparty/controlnet/annotator/pidinet/__init__.py
xinference/thirdparty/controlnet/annotator/pidinet/model.py
xinference/thirdparty/controlnet/annotator/shuffle/__init__.py
xinference/thirdparty/controlnet/annotator/teed/Fmish.py
xinference/thirdparty/controlnet/annotator/teed/Fsmish.py
xinference/thirdparty/controlnet/annotator/teed/LICENSE.txt
xinference/thirdparty/controlnet/annotator/teed/Xmish.py
xinference/thirdparty/controlnet/annotator/teed/Xsmish.py
xinference/thirdparty/controlnet/annotator/teed/__init__.py
xinference/thirdparty/controlnet/annotator/teed/ted.py
xinference/thirdparty/controlnet/annotator/uniformer/__init__.py
xinference/thirdparty/controlnet/annotator/uniformer/inference.py
xinference/thirdparty/controlnet/annotator/uniformer/uniformer.py
xinference/thirdparty/controlnet/annotator/uniformer/upernet_global_small.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/default_runtime.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/datasets/ade20k.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/datasets/chase_db1.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/datasets/cityscapes.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/datasets/cityscapes_769x769.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/datasets/drive.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/datasets/hrf.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/datasets/pascal_context.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/datasets/pascal_context_59.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/datasets/pascal_voc12.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/datasets/pascal_voc12_aug.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/datasets/stare.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/ann_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/apcnet_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/ccnet_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/cgnet.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/danet_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/deeplabv3_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/deeplabv3_unet_s5-d16.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/deeplabv3plus_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/dmnet_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/dnl_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/emanet_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/encnet_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/fast_scnn.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/fcn_hr18.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/fcn_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/fcn_unet_s5-d16.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/fpn_r50.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/fpn_uniformer.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/gcnet_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/lraspp_m-v3-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/nonlocal_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/ocrnet_hr18.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/ocrnet_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/pointrend_r50.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/psanet_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/pspnet_r50-d8.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/pspnet_unet_s5-d16.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/upernet_r50.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/models/upernet_uniformer.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/schedules/schedule_160k.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/schedules/schedule_20k.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/schedules/schedule_40k.py
xinference/thirdparty/controlnet/annotator/uniformer/configs/_base_/schedules/schedule_80k.py
xinference/thirdparty/controlnet/annotator/uniformer/mmcv_custom/__init__.py
xinference/thirdparty/controlnet/annotator/uniformer/mmcv_custom/checkpoint.py
xinference/thirdparty/controlnet/annotator/zoe/LICENSE
xinference/thirdparty/controlnet/annotator/zoe/__init__.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/__init__.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/builder.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/depth_model.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/model_io.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/__init__.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/.gitignore
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/Dockerfile
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/LICENSE
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/README.md
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/environment.yaml
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/hubconf.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/run.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/utils.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/input/.placeholder
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/base_model.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/blocks.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/dpt_depth.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/midas_net.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/midas_net_custom.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/model_loader.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/transforms.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/beit.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/levit.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/next_vit.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/swin.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/swin2.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/swin_common.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/utils.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/vit.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/output/.placeholder
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/LICENSE
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/README.md
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/launch_midas_cpp.sh
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/run_talker_listener_test.sh
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/additions/do_catkin_make.sh
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/additions/downloads.sh
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/additions/install_ros_melodic_ubuntu_17_18.sh
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/additions/install_ros_noetic_ubuntu_20.sh
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/additions/make_package_cpp.sh
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/midas_cpp/CMakeLists.txt
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/midas_cpp/package.xml
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/midas_cpp/launch/midas_cpp.launch
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/midas_cpp/launch/midas_talker_listener.launch
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/midas_cpp/scripts/listener.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/midas_cpp/scripts/listener_original.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/midas_cpp/scripts/talker.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/ros/midas_cpp/src/main.cpp
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/tf/README.md
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/tf/make_onnx_model.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/tf/run_onnx.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/tf/run_pb.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/tf/transforms.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/tf/utils.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/tf/input/.placeholder
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/tf/output/.placeholder
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/base_models/midas_repo/weights/.placeholder
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/layers/attractor.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/layers/dist_layers.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/layers/localbins_layers.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/layers/patch_transformer.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/zoedepth/__init__.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/zoedepth/config_zoedepth.json
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/zoedepth/config_zoedepth_kitti.json
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/zoedepth/zoedepth_v1.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/zoedepth_nk/__init__.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/zoedepth_nk/config_zoedepth_nk.json
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/models/zoedepth_nk/zoedepth_nk_v1.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/utils/__init__.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/utils/arg_utils.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/utils/config.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/utils/geometry.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/utils/misc.py
xinference/thirdparty/controlnet/annotator/zoe/zoedepth/utils/easydict/__init__.py
xinference/thirdparty/controlnet/ipadapter/__init__.py
xinference/thirdparty/controlnet/ipadapter/image_proj_models.py
xinference/thirdparty/controlnet/ipadapter/ipadapter_model.py
xinference/thirdparty/controlnet/ipadapter/plugable_ipadapter.py
xinference/thirdparty/controlnet/ipadapter/presets.py
xinference/thirdparty/controlnet/ipadapter/pulid_attn.py
xinference/thirdparty/controlnet/ipadapter/weight.py
xinference/thirdparty/controlnet/preprocessor/__init__.py
xinference/thirdparty/controlnet/preprocessor/inpaint.py
xinference/thirdparty/controlnet/preprocessor/ip_adapter_auto.py
xinference/thirdparty/controlnet/preprocessor/lama_inpaint.py
xinference/thirdparty/controlnet/preprocessor/mobile_sam.py
xinference/thirdparty/controlnet/preprocessor/model_free_preprocessors.py
xinference/thirdparty/controlnet/preprocessor/normal_dsine.py
xinference/thirdparty/controlnet/preprocessor/pulid.py
xinference/thirdparty/controlnet/preprocessor/teed.py
xinference/thirdparty/controlnet/preprocessor/legacy/legacy_preprocessors.py
xinference/thirdparty/controlnet/preprocessor/legacy/preprocessor_compiled.py
xinference/thirdparty/controlnet/preprocessor/legacy/processor.py
xinference/thirdparty/cosyvoice/__init__.py
xinference/thirdparty/cosyvoice/bin/average_model.py
xinference/thirdparty/cosyvoice/bin/export_jit.py
xinference/thirdparty/cosyvoice/bin/export_onnx.py
xinference/thirdparty/cosyvoice/bin/inference_deprecated.py
xinference/thirdparty/cosyvoice/bin/spk2info.pt
xinference/thirdparty/cosyvoice/bin/train.py
xinference/thirdparty/cosyvoice/cli/__init__.py
xinference/thirdparty/cosyvoice/cli/cosyvoice.py
xinference/thirdparty/cosyvoice/cli/frontend.py
xinference/thirdparty/cosyvoice/cli/model.py
xinference/thirdparty/cosyvoice/dataset/__init__.py
xinference/thirdparty/cosyvoice/dataset/dataset.py
xinference/thirdparty/cosyvoice/dataset/processor.py
xinference/thirdparty/cosyvoice/flow/decoder.py
xinference/thirdparty/cosyvoice/flow/flow.py
xinference/thirdparty/cosyvoice/flow/flow_matching.py
xinference/thirdparty/cosyvoice/flow/length_regulator.py
xinference/thirdparty/cosyvoice/hifigan/discriminator.py
xinference/thirdparty/cosyvoice/hifigan/f0_predictor.py
xinference/thirdparty/cosyvoice/hifigan/generator.py
xinference/thirdparty/cosyvoice/hifigan/hifigan.py
xinference/thirdparty/cosyvoice/llm/llm.py
xinference/thirdparty/cosyvoice/tokenizer/tokenizer.py
xinference/thirdparty/cosyvoice/tokenizer/assets/multilingual_zh_ja_yue_char_del.tiktoken
xinference/thirdparty/cosyvoice/transformer/__init__.py
xinference/thirdparty/cosyvoice/transformer/activation.py
xinference/thirdparty/cosyvoice/transformer/attention.py
xinference/thirdparty/cosyvoice/transformer/convolution.py
xinference/thirdparty/cosyvoice/transformer/decoder.py
xinference/thirdparty/cosyvoice/transformer/decoder_layer.py
xinference/thirdparty/cosyvoice/transformer/embedding.py
xinference/thirdparty/cosyvoice/transformer/encoder.py
xinference/thirdparty/cosyvoice/transformer/encoder_layer.py
xinference/thirdparty/cosyvoice/transformer/label_smoothing_loss.py
xinference/thirdparty/cosyvoice/transformer/positionwise_feed_forward.py
xinference/thirdparty/cosyvoice/transformer/subsampling.py
xinference/thirdparty/cosyvoice/transformer/upsample_encoder.py
xinference/thirdparty/cosyvoice/utils/__init__.py
xinference/thirdparty/cosyvoice/utils/class_utils.py
xinference/thirdparty/cosyvoice/utils/common.py
xinference/thirdparty/cosyvoice/utils/executor.py
xinference/thirdparty/cosyvoice/utils/file_utils.py
xinference/thirdparty/cosyvoice/utils/frontend_utils.py
xinference/thirdparty/cosyvoice/utils/losses.py
xinference/thirdparty/cosyvoice/utils/mask.py
xinference/thirdparty/cosyvoice/utils/scheduler.py
xinference/thirdparty/cosyvoice/utils/train_utils.py
xinference/thirdparty/cosyvoice/vllm/cosyvoice2.py
xinference/thirdparty/dacvae/.gitignore
xinference/thirdparty/dacvae/LICENSE
xinference/thirdparty/dacvae/README.md
xinference/thirdparty/dacvae/requirements.txt
xinference/thirdparty/dacvae/setup.py
xinference/thirdparty/dacvae/dacvae/__init__.py
xinference/thirdparty/dacvae/dacvae/__main__.py
xinference/thirdparty/dacvae/dacvae/model/__init__.py
xinference/thirdparty/dacvae/dacvae/model/base.py
xinference/thirdparty/dacvae/dacvae/model/dacvae.py
xinference/thirdparty/dacvae/dacvae/model/discriminator.py
xinference/thirdparty/dacvae/dacvae/nn/__init__.py
xinference/thirdparty/dacvae/dacvae/nn/bottleneck.py
xinference/thirdparty/dacvae/dacvae/nn/layers.py
xinference/thirdparty/dacvae/dacvae/nn/loss.py
xinference/thirdparty/dacvae/dacvae/nn/quantize.py
xinference/thirdparty/deepseek_vl/__init__.py
xinference/thirdparty/deepseek_vl/models/__init__.py
xinference/thirdparty/deepseek_vl/models/clip_encoder.py
xinference/thirdparty/deepseek_vl/models/image_processing_vlm.py
xinference/thirdparty/deepseek_vl/models/modeling_vlm.py
xinference/thirdparty/deepseek_vl/models/processing_vlm.py
xinference/thirdparty/deepseek_vl/models/projector.py
xinference/thirdparty/deepseek_vl/models/sam.py
xinference/thirdparty/deepseek_vl/models/siglip_vit.py
xinference/thirdparty/deepseek_vl/serve/__init__.py
xinference/thirdparty/deepseek_vl/serve/app_deepseek.py
xinference/thirdparty/deepseek_vl/serve/inference.py
xinference/thirdparty/deepseek_vl/serve/app_modules/__init__.py
xinference/thirdparty/deepseek_vl/serve/app_modules/gradio_utils.py
xinference/thirdparty/deepseek_vl/serve/app_modules/overwrites.py
xinference/thirdparty/deepseek_vl/serve/app_modules/presets.py
xinference/thirdparty/deepseek_vl/serve/app_modules/utils.py
xinference/thirdparty/deepseek_vl/serve/assets/Kelpy-Codos.js
xinference/thirdparty/deepseek_vl/serve/assets/avatar.png
xinference/thirdparty/deepseek_vl/serve/assets/custom.css
xinference/thirdparty/deepseek_vl/serve/assets/custom.js
xinference/thirdparty/deepseek_vl/serve/assets/favicon.ico
xinference/thirdparty/deepseek_vl/serve/examples/app.png
xinference/thirdparty/deepseek_vl/serve/examples/chart.png
xinference/thirdparty/deepseek_vl/serve/examples/mirror.png
xinference/thirdparty/deepseek_vl/serve/examples/pipeline.png
xinference/thirdparty/deepseek_vl/serve/examples/puzzle.png
xinference/thirdparty/deepseek_vl/serve/examples/rap.jpeg
xinference/thirdparty/deepseek_vl/utils/__init__.py
xinference/thirdparty/deepseek_vl/utils/conversation.py
xinference/thirdparty/deepseek_vl/utils/io.py
xinference/thirdparty/deepseek_vl2/__init__.py
xinference/thirdparty/deepseek_vl2/models/__init__.py
xinference/thirdparty/deepseek_vl2/models/configuration_deepseek.py
xinference/thirdparty/deepseek_vl2/models/conversation.py
xinference/thirdparty/deepseek_vl2/models/modeling_deepseek.py
xinference/thirdparty/deepseek_vl2/models/modeling_deepseek_vl_v2.py
xinference/thirdparty/deepseek_vl2/models/processing_deepseek_vl_v2.py
xinference/thirdparty/deepseek_vl2/models/siglip_vit.py
xinference/thirdparty/deepseek_vl2/serve/__init__.py
xinference/thirdparty/deepseek_vl2/serve/inference.py
xinference/thirdparty/deepseek_vl2/serve/app_modules/__init__.py
xinference/thirdparty/deepseek_vl2/serve/app_modules/gradio_utils.py
xinference/thirdparty/deepseek_vl2/serve/app_modules/overwrites.py
xinference/thirdparty/deepseek_vl2/serve/app_modules/presets.py
xinference/thirdparty/deepseek_vl2/serve/app_modules/utils.py
xinference/thirdparty/deepseek_vl2/serve/assets/Kelpy-Codos.js
xinference/thirdparty/deepseek_vl2/serve/assets/avatar.png
xinference/thirdparty/deepseek_vl2/serve/assets/custom.css
xinference/thirdparty/deepseek_vl2/serve/assets/custom.js
xinference/thirdparty/deepseek_vl2/serve/assets/favicon.ico
xinference/thirdparty/deepseek_vl2/serve/assets/simsun.ttc
xinference/thirdparty/deepseek_vl2/utils/__init__.py
xinference/thirdparty/deepseek_vl2/utils/io.py
xinference/thirdparty/diffusers_community/LICENSE.txt
xinference/thirdparty/diffusers_community/NOTICE.md
xinference/thirdparty/diffusers_community/__init__.py
xinference/thirdparty/diffusers_community/stable_diffusion_reference.py
xinference/thirdparty/f5_tts/__init__.py
xinference/thirdparty/f5_tts/api.py
xinference/thirdparty/f5_tts/socket_server.py
xinference/thirdparty/f5_tts/configs/E2TTS_Base_train.yaml
xinference/thirdparty/f5_tts/configs/E2TTS_Small_train.yaml
xinference/thirdparty/f5_tts/configs/F5TTS_Base_train.yaml
xinference/thirdparty/f5_tts/configs/F5TTS_Small_train.yaml
xinference/thirdparty/f5_tts/eval/README.md
xinference/thirdparty/f5_tts/eval/ecapa_tdnn.py
xinference/thirdparty/f5_tts/eval/eval_infer_batch.py
xinference/thirdparty/f5_tts/eval/eval_infer_batch.sh
xinference/thirdparty/f5_tts/eval/eval_librispeech_test_clean.py
xinference/thirdparty/f5_tts/eval/eval_seedtts_testset.py
xinference/thirdparty/f5_tts/eval/utils_eval.py
xinference/thirdparty/f5_tts/infer/README.md
xinference/thirdparty/f5_tts/infer/SHARED.md
xinference/thirdparty/f5_tts/infer/infer_cli.py
xinference/thirdparty/f5_tts/infer/infer_gradio.py
xinference/thirdparty/f5_tts/infer/speech_edit.py
xinference/thirdparty/f5_tts/infer/utils_infer.py
xinference/thirdparty/f5_tts/infer/examples/vocab.txt
xinference/thirdparty/f5_tts/infer/examples/basic/basic.toml
xinference/thirdparty/f5_tts/infer/examples/basic/basic_ref_en.wav
xinference/thirdparty/f5_tts/infer/examples/basic/basic_ref_zh.wav
xinference/thirdparty/f5_tts/infer/examples/multi/country.flac
xinference/thirdparty/f5_tts/infer/examples/multi/main.flac
xinference/thirdparty/f5_tts/infer/examples/multi/story.toml
xinference/thirdparty/f5_tts/infer/examples/multi/story.txt
xinference/thirdparty/f5_tts/infer/examples/multi/town.flac
xinference/thirdparty/f5_tts/model/__init__.py
xinference/thirdparty/f5_tts/model/cfm.py
xinference/thirdparty/f5_tts/model/dataset.py
xinference/thirdparty/f5_tts/model/modules.py
xinference/thirdparty/f5_tts/model/trainer.py
xinference/thirdparty/f5_tts/model/utils.py
xinference/thirdparty/f5_tts/model/backbones/README.md
xinference/thirdparty/f5_tts/model/backbones/dit.py
xinference/thirdparty/f5_tts/model/backbones/mmdit.py
xinference/thirdparty/f5_tts/model/backbones/unett.py
xinference/thirdparty/f5_tts/scripts/count_max_epoch.py
xinference/thirdparty/f5_tts/scripts/count_params_gflops.py
xinference/thirdparty/f5_tts/train/README.md
xinference/thirdparty/f5_tts/train/finetune_cli.py
xinference/thirdparty/f5_tts/train/finetune_gradio.py
xinference/thirdparty/f5_tts/train/train.py
xinference/thirdparty/f5_tts/train/datasets/prepare_csv_wavs.py
xinference/thirdparty/f5_tts/train/datasets/prepare_emilia.py
xinference/thirdparty/f5_tts/train/datasets/prepare_libritts.py
xinference/thirdparty/f5_tts/train/datasets/prepare_ljspeech.py
xinference/thirdparty/f5_tts/train/datasets/prepare_wenetspeech4tts.py
xinference/thirdparty/fireredtts3/README.md
xinference/thirdparty/fireredtts3/__init__.py
xinference/thirdparty/fireredtts3/campp/DTDNN.py
xinference/thirdparty/fireredtts3/campp/__init__.py
xinference/thirdparty/fireredtts3/campp/campp.py
xinference/thirdparty/fireredtts3/campp/layers.py
xinference/thirdparty/fireredtts3/llm/__init__.py
xinference/thirdparty/fireredtts3/llm/dit.py
xinference/thirdparty/fireredtts3/llm/fireredtts3_base.py
xinference/thirdparty/fireredtts3/llm/fireredtts3_instruct.py
xinference/thirdparty/fireredtts3/llm/modules.py
xinference/thirdparty/fireredtts3/llm/patch_encoder.py
xinference/thirdparty/fireredtts3/llm/rotary_embedding.py
xinference/thirdparty/fireredtts3/redae/__init__.py
xinference/thirdparty/fireredtts3/redae/redae.py
xinference/thirdparty/fireredtts3/utils/__init__.py
xinference/thirdparty/fireredtts3/utils/chatml.py
xinference/thirdparty/fireredtts3/utils/text_normalize.py
xinference/thirdparty/fireredtts3/utils/text_tokenizer.py
xinference/thirdparty/fireredtts3/utils/utils.py
xinference/thirdparty/fish_speech/__init__.py
xinference/thirdparty/fish_speech/fish_speech/__init__.py
xinference/thirdparty/fish_speech/fish_speech/conversation.py
xinference/thirdparty/fish_speech/fish_speech/scheduler.py
xinference/thirdparty/fish_speech/fish_speech/tokenizer.py
xinference/thirdparty/fish_speech/fish_speech/train.py
xinference/thirdparty/fish_speech/fish_speech/callbacks/__init__.py
xinference/thirdparty/fish_speech/fish_speech/callbacks/grad_norm.py
xinference/thirdparty/fish_speech/fish_speech/configs/base.yaml
xinference/thirdparty/fish_speech/fish_speech/configs/firefly_gan_vq.yaml
xinference/thirdparty/fish_speech/fish_speech/configs/text2semantic_finetune.yaml
xinference/thirdparty/fish_speech/fish_speech/configs/lora/r_8_alpha_16.yaml
xinference/thirdparty/fish_speech/fish_speech/datasets/concat_repeat.py
xinference/thirdparty/fish_speech/fish_speech/datasets/semantic.py
xinference/thirdparty/fish_speech/fish_speech/datasets/vqgan.py
xinference/thirdparty/fish_speech/fish_speech/datasets/protos/text-data.proto
xinference/thirdparty/fish_speech/fish_speech/datasets/protos/text_data_pb2.py
xinference/thirdparty/fish_speech/fish_speech/datasets/protos/text_data_stream.py
xinference/thirdparty/fish_speech/fish_speech/i18n/README.md
xinference/thirdparty/fish_speech/fish_speech/i18n/__init__.py
xinference/thirdparty/fish_speech/fish_speech/i18n/core.py
xinference/thirdparty/fish_speech/fish_speech/i18n/scan.py
xinference/thirdparty/fish_speech/fish_speech/i18n/locale/en_US.json
xinference/thirdparty/fish_speech/fish_speech/i18n/locale/es_ES.json
xinference/thirdparty/fish_speech/fish_speech/i18n/locale/ja_JP.json
xinference/thirdparty/fish_speech/fish_speech/i18n/locale/ko_KR.json
xinference/thirdparty/fish_speech/fish_speech/i18n/locale/pt_BR.json
xinference/thirdparty/fish_speech/fish_speech/i18n/locale/zh_CN.json
xinference/thirdparty/fish_speech/fish_speech/models/text2semantic/__init__.py
xinference/thirdparty/fish_speech/fish_speech/models/text2semantic/lit_module.py
xinference/thirdparty/fish_speech/fish_speech/models/text2semantic/llama.py
xinference/thirdparty/fish_speech/fish_speech/models/text2semantic/lora.py
xinference/thirdparty/fish_speech/fish_speech/models/vqgan/__init__.py
xinference/thirdparty/fish_speech/fish_speech/models/vqgan/utils.py
xinference/thirdparty/fish_speech/fish_speech/models/vqgan/modules/firefly.py
xinference/thirdparty/fish_speech/fish_speech/models/vqgan/modules/fsq.py
xinference/thirdparty/fish_speech/fish_speech/text/__init__.py
xinference/thirdparty/fish_speech/fish_speech/text/clean.py
xinference/thirdparty/fish_speech/fish_speech/text/spliter.py
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/.gitignore
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/README.md
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/__init__.py
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/basic_class.py
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/basic_constant.py
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/basic_util.py
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/cardinal.py
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/date.py
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/digit.py
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/fraction.py
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/money.py
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/percentage.py
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/telephone.py
xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/text.py
xinference/thirdparty/fish_speech/fish_speech/utils/__init__.py
xinference/thirdparty/fish_speech/fish_speech/utils/braceexpand.py
xinference/thirdparty/fish_speech/fish_speech/utils/context.py
xinference/thirdparty/fish_speech/fish_speech/utils/file.py
xinference/thirdparty/fish_speech/fish_speech/utils/instantiators.py
xinference/thirdparty/fish_speech/fish_speech/utils/logger.py
xinference/thirdparty/fish_speech/fish_speech/utils/logging_utils.py
xinference/thirdparty/fish_speech/fish_speech/utils/rich_utils.py
xinference/thirdparty/fish_speech/fish_speech/utils/spectrogram.py
xinference/thirdparty/fish_speech/fish_speech/utils/utils.py
xinference/thirdparty/fish_speech/fish_speech/webui/launch_utils.py
xinference/thirdparty/fish_speech/fish_speech/webui/manage.py
xinference/thirdparty/fish_speech/fish_speech/webui/css/style.css
xinference/thirdparty/fish_speech/fish_speech/webui/html/footer.html
xinference/thirdparty/fish_speech/fish_speech/webui/js/animate.js
xinference/thirdparty/fish_speech/tools/api_client.py
xinference/thirdparty/fish_speech/tools/api_server.py
xinference/thirdparty/fish_speech/tools/download_models.py
xinference/thirdparty/fish_speech/tools/e2e_webui.py
xinference/thirdparty/fish_speech/tools/extract_model.py
xinference/thirdparty/fish_speech/tools/file.py
xinference/thirdparty/fish_speech/tools/fish_e2e.py
xinference/thirdparty/fish_speech/tools/run_webui.py
xinference/thirdparty/fish_speech/tools/schema.py
xinference/thirdparty/fish_speech/tools/smart_pad.py
xinference/thirdparty/fish_speech/tools/whisper_asr.py
xinference/thirdparty/fish_speech/tools/inference_engine/__init__.py
xinference/thirdparty/fish_speech/tools/inference_engine/reference_loader.py
xinference/thirdparty/fish_speech/tools/inference_engine/utils.py
xinference/thirdparty/fish_speech/tools/inference_engine/vq_manager.py
xinference/thirdparty/fish_speech/tools/llama/build_dataset.py
xinference/thirdparty/fish_speech/tools/llama/eval_in_context.py
xinference/thirdparty/fish_speech/tools/llama/generate.py
xinference/thirdparty/fish_speech/tools/llama/merge_lora.py
xinference/thirdparty/fish_speech/tools/llama/quantize.py
xinference/thirdparty/fish_speech/tools/llama/rebuild_tokenizer.py
xinference/thirdparty/fish_speech/tools/sensevoice/README.md
xinference/thirdparty/fish_speech/tools/sensevoice/__init__.py
xinference/thirdparty/fish_speech/tools/sensevoice/auto_model.py
xinference/thirdparty/fish_speech/tools/sensevoice/fun_asr.py
xinference/thirdparty/fish_speech/tools/sensevoice/vad_utils.py
xinference/thirdparty/fish_speech/tools/server/api_utils.py
xinference/thirdparty/fish_speech/tools/server/exception_handler.py
xinference/thirdparty/fish_speech/tools/server/inference.py
xinference/thirdparty/fish_speech/tools/server/model_manager.py
xinference/thirdparty/fish_speech/tools/server/model_utils.py
xinference/thirdparty/fish_speech/tools/server/views.py
xinference/thirdparty/fish_speech/tools/server/agent/__init__.py
xinference/thirdparty/fish_speech/tools/server/agent/generate.py
xinference/thirdparty/fish_speech/tools/server/agent/generation_utils.py
xinference/thirdparty/fish_speech/tools/server/agent/pre_generation_utils.py
xinference/thirdparty/fish_speech/tools/vqgan/create_train_split.py
xinference/thirdparty/fish_speech/tools/vqgan/extract_vq.py
xinference/thirdparty/fish_speech/tools/vqgan/inference.py
xinference/thirdparty/fish_speech/tools/webui/__init__.py
xinference/thirdparty/fish_speech/tools/webui/inference.py
xinference/thirdparty/fish_speech/tools/webui/variables.py
xinference/thirdparty/fish_speech_s1/LICENSE
xinference/thirdparty/fish_speech_s1/README.md
xinference/thirdparty/fish_speech_s1/__init__.py
xinference/thirdparty/fish_speech_s1/fish_speech/__init__.py
xinference/thirdparty/fish_speech_s1/fish_speech/content_sequence.py
xinference/thirdparty/fish_speech_s1/fish_speech/tokenizer.py
xinference/thirdparty/fish_speech_s1/fish_speech/configs/modded_dac_vq.yaml
xinference/thirdparty/fish_speech_s1/fish_speech/inference_engine/__init__.py
xinference/thirdparty/fish_speech_s1/fish_speech/inference_engine/reference_loader.py
xinference/thirdparty/fish_speech_s1/fish_speech/inference_engine/utils.py
xinference/thirdparty/fish_speech_s1/fish_speech/inference_engine/vq_manager.py
xinference/thirdparty/fish_speech_s1/fish_speech/models/__init__.py
xinference/thirdparty/fish_speech_s1/fish_speech/models/dac/__init__.py
xinference/thirdparty/fish_speech_s1/fish_speech/models/dac/inference.py
xinference/thirdparty/fish_speech_s1/fish_speech/models/dac/modded_dac.py
xinference/thirdparty/fish_speech_s1/fish_speech/models/dac/rvq.py
xinference/thirdparty/fish_speech_s1/fish_speech/models/text2semantic/__init__.py
xinference/thirdparty/fish_speech_s1/fish_speech/models/text2semantic/inference.py
xinference/thirdparty/fish_speech_s1/fish_speech/models/text2semantic/llama.py
xinference/thirdparty/fish_speech_s1/fish_speech/models/text2semantic/lora.py
xinference/thirdparty/fish_speech_s1/fish_speech/utils/__init__.py
xinference/thirdparty/fish_speech_s1/fish_speech/utils/context.py
xinference/thirdparty/fish_speech_s1/fish_speech/utils/file.py
xinference/thirdparty/fish_speech_s1/fish_speech/utils/schema.py
xinference/thirdparty/fish_speech_s2/LICENSE
xinference/thirdparty/fish_speech_s2/NOTICE
xinference/thirdparty/fish_speech_s2/README.md
xinference/thirdparty/fish_speech_s2/__init__.py
xinference/thirdparty/fish_speech_s2/fish_speech/__init__.py
xinference/thirdparty/fish_speech_s2/fish_speech/content_sequence.py
xinference/thirdparty/fish_speech_s2/fish_speech/conversation.py
xinference/thirdparty/fish_speech_s2/fish_speech/tokenizer.py
xinference/thirdparty/fish_speech_s2/fish_speech/configs/modded_dac_vq.yaml
xinference/thirdparty/fish_speech_s2/fish_speech/inference_engine/__init__.py
xinference/thirdparty/fish_speech_s2/fish_speech/inference_engine/reference_loader.py
xinference/thirdparty/fish_speech_s2/fish_speech/inference_engine/utils.py
xinference/thirdparty/fish_speech_s2/fish_speech/inference_engine/vq_manager.py
xinference/thirdparty/fish_speech_s2/fish_speech/models/__init__.py
xinference/thirdparty/fish_speech_s2/fish_speech/models/dac/__init__.py
xinference/thirdparty/fish_speech_s2/fish_speech/models/dac/inference.py
xinference/thirdparty/fish_speech_s2/fish_speech/models/dac/modded_dac.py
xinference/thirdparty/fish_speech_s2/fish_speech/models/dac/rvq.py
xinference/thirdparty/fish_speech_s2/fish_speech/models/text2semantic/__init__.py
xinference/thirdparty/fish_speech_s2/fish_speech/models/text2semantic/inference.py
xinference/thirdparty/fish_speech_s2/fish_speech/models/text2semantic/llama.py
xinference/thirdparty/fish_speech_s2/fish_speech/models/text2semantic/lora.py
xinference/thirdparty/fish_speech_s2/fish_speech/utils/__init__.py
xinference/thirdparty/fish_speech_s2/fish_speech/utils/context.py
xinference/thirdparty/fish_speech_s2/fish_speech/utils/file.py
xinference/thirdparty/fish_speech_s2/fish_speech/utils/schema.py
xinference/thirdparty/hidream_o1/LICENSE
xinference/thirdparty/hidream_o1/__init__.py
xinference/thirdparty/hidream_o1/flash_scheduler.py
xinference/thirdparty/hidream_o1/fm_solvers_unipc.py
xinference/thirdparty/hidream_o1/pipeline.py
xinference/thirdparty/hidream_o1/qwen3_vl_transformers.py
xinference/thirdparty/hidream_o1/utils.py
xinference/thirdparty/indextts/DISCLAIMER
xinference/thirdparty/indextts/LICENSE
xinference/thirdparty/indextts/LICENSE_ZH.txt
xinference/thirdparty/indextts/__init__.py
xinference/thirdparty/indextts/cli.py
xinference/thirdparty/indextts/cli_v2.py
xinference/thirdparty/indextts/infer.py
xinference/thirdparty/indextts/infer_v2.py
xinference/thirdparty/indextts/infer_v2_5.py
xinference/thirdparty/indextts/BigVGAN/ECAPA_TDNN.py
xinference/thirdparty/indextts/BigVGAN/__init__.py
xinference/thirdparty/indextts/BigVGAN/activations.py
xinference/thirdparty/indextts/BigVGAN/bigvgan.py
xinference/thirdparty/indextts/BigVGAN/models.py
xinference/thirdparty/indextts/BigVGAN/utils.py
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/__init__.py
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/cuda/.gitignore
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/cuda/__init__.py
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/cuda/activation1d.py
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/cuda/anti_alias_activation.cpp
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/cuda/anti_alias_activation_cuda.cu
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/cuda/compat.h
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/cuda/load.py
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/cuda/type_shim.h
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/torch/__init__.py
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/torch/act.py
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/torch/filter.py
xinference/thirdparty/indextts/BigVGAN/alias_free_activation/torch/resample.py
xinference/thirdparty/indextts/BigVGAN/alias_free_torch/__init__.py
xinference/thirdparty/indextts/BigVGAN/alias_free_torch/act.py
xinference/thirdparty/indextts/BigVGAN/alias_free_torch/filter.py
xinference/thirdparty/indextts/BigVGAN/alias_free_torch/resample.py
xinference/thirdparty/indextts/BigVGAN/nnet/CNN.py
xinference/thirdparty/indextts/BigVGAN/nnet/__init__.py
xinference/thirdparty/indextts/BigVGAN/nnet/linear.py
xinference/thirdparty/indextts/BigVGAN/nnet/normalization.py
xinference/thirdparty/indextts/accel/__init__.py
xinference/thirdparty/indextts/accel/accel_engine.py
xinference/thirdparty/indextts/accel/attention.py
xinference/thirdparty/indextts/accel/gpt2_accel.py
xinference/thirdparty/indextts/accel/kv_manager.py
xinference/thirdparty/indextts/codec/__init__.py
xinference/thirdparty/indextts/codec/maskgct_codec.py
xinference/thirdparty/indextts/codec/models.py
xinference/thirdparty/indextts/codec/amphion_codec/quantize/__init__.py
xinference/thirdparty/indextts/codec/amphion_codec/quantize/factorized_vector_quantize.py
xinference/thirdparty/indextts/codec/amphion_codec/quantize/lookup_free_quantize.py
xinference/thirdparty/indextts/codec/amphion_codec/quantize/residual_vq.py
xinference/thirdparty/indextts/codec/amphion_codec/quantize/vector_quantize.py
xinference/thirdparty/indextts/codec/kmeans/vocos.py
xinference/thirdparty/indextts/gpt/__init__.py
xinference/thirdparty/indextts/gpt/conformer_encoder.py
xinference/thirdparty/indextts/gpt/model.py
xinference/thirdparty/indextts/gpt/model_v2.py
xinference/thirdparty/indextts/gpt/model_v2_5.py
xinference/thirdparty/indextts/gpt/perceiver.py
xinference/thirdparty/indextts/gpt/transformers_beam_search.py
xinference/thirdparty/indextts/gpt/transformers_generation_utils.py
xinference/thirdparty/indextts/gpt/transformers_gpt2.py
xinference/thirdparty/indextts/gpt/transformers_modeling_utils.py
xinference/thirdparty/indextts/gpt/conformer/__init__.py
xinference/thirdparty/indextts/gpt/conformer/attention.py
xinference/thirdparty/indextts/gpt/conformer/embedding.py
xinference/thirdparty/indextts/gpt/conformer/subsampling.py
xinference/thirdparty/indextts/s2mel/optimizers.py
xinference/thirdparty/indextts/s2mel/wav2vecbert_extract.py
xinference/thirdparty/indextts/s2mel/dac/__init__.py
xinference/thirdparty/indextts/s2mel/dac/__main__.py
xinference/thirdparty/indextts/s2mel/dac/model/__init__.py
xinference/thirdparty/indextts/s2mel/dac/model/base.py
xinference/thirdparty/indextts/s2mel/dac/model/dac.py
xinference/thirdparty/indextts/s2mel/dac/model/discriminator.py
xinference/thirdparty/indextts/s2mel/dac/model/encodec.py
xinference/thirdparty/indextts/s2mel/dac/nn/__init__.py
xinference/thirdparty/indextts/s2mel/dac/nn/layers.py
xinference/thirdparty/indextts/s2mel/dac/nn/loss.py
xinference/thirdparty/indextts/s2mel/dac/nn/quantize.py
xinference/thirdparty/indextts/s2mel/dac/utils/__init__.py
xinference/thirdparty/indextts/s2mel/dac/utils/decode.py
xinference/thirdparty/indextts/s2mel/dac/utils/encode.py
xinference/thirdparty/indextts/s2mel/modules/audio.py
xinference/thirdparty/indextts/s2mel/modules/commons.py
xinference/thirdparty/indextts/s2mel/modules/diffusion_transformer.py
xinference/thirdparty/indextts/s2mel/modules/encodec.py
xinference/thirdparty/indextts/s2mel/modules/flow_matching.py
xinference/thirdparty/indextts/s2mel/modules/layers.py
xinference/thirdparty/indextts/s2mel/modules/length_regulator.py
xinference/thirdparty/indextts/s2mel/modules/quantize.py
xinference/thirdparty/indextts/s2mel/modules/rmvpe.py
xinference/thirdparty/indextts/s2mel/modules/wavenet.py
xinference/thirdparty/indextts/s2mel/modules/alias_free_torch/__init__.py
xinference/thirdparty/indextts/s2mel/modules/alias_free_torch/act.py
xinference/thirdparty/indextts/s2mel/modules/alias_free_torch/filter.py
xinference/thirdparty/indextts/s2mel/modules/alias_free_torch/resample.py
xinference/thirdparty/indextts/s2mel/modules/bigvgan/activations.py
xinference/thirdparty/indextts/s2mel/modules/bigvgan/bigvgan.py
xinference/thirdparty/indextts/s2mel/modules/bigvgan/config.json
xinference/thirdparty/indextts/s2mel/modules/bigvgan/env.py
xinference/thirdparty/indextts/s2mel/modules/bigvgan/meldataset.py
xinference/thirdparty/indextts/s2mel/modules/bigvgan/utils.py
xinference/thirdparty/indextts/s2mel/modules/bigvgan/alias_free_activation/cuda/__init__.py
xinference/thirdparty/indextts/s2mel/modules/bigvgan/alias_free_activation/cuda/activation1d.py
xinference/thirdparty/indextts/s2mel/modules/bigvgan/alias_free_activation/cuda/anti_alias_activation.cpp
xinference/thirdparty/indextts/s2mel/modules/bigvgan/alias_free_activation/cuda/anti_alias_activation_cuda.cu
xinference/thirdparty/indextts/s2mel/modules/bigvgan/alias_free_activation/cuda/compat.h
xinference/thirdparty/indextts/s2mel/modules/bigvgan/alias_free_activation/cuda/load.py
xinference/thirdparty/indextts/s2mel/modules/bigvgan/alias_free_activation/cuda/type_shim.h
xinference/thirdparty/indextts/s2mel/modules/bigvgan/alias_free_activation/torch/__init__.py
xinference/thirdparty/indextts/s2mel/modules/bigvgan/alias_free_activation/torch/act.py
xinference/thirdparty/indextts/s2mel/modules/bigvgan/alias_free_activation/torch/filter.py
xinference/thirdparty/indextts/s2mel/modules/bigvgan/alias_free_activation/torch/resample.py
xinference/thirdparty/indextts/s2mel/modules/campplus/DTDNN.py
xinference/thirdparty/indextts/s2mel/modules/campplus/classifier.py
xinference/thirdparty/indextts/s2mel/modules/campplus/layers.py
xinference/thirdparty/indextts/s2mel/modules/gpt_fast/generate.py
xinference/thirdparty/indextts/s2mel/modules/gpt_fast/model.py
xinference/thirdparty/indextts/s2mel/modules/gpt_fast/quantize.py
xinference/thirdparty/indextts/s2mel/modules/hifigan/f0_predictor.py
xinference/thirdparty/indextts/s2mel/modules/hifigan/generator.py
xinference/thirdparty/indextts/s2mel/modules/openvoice/__init__.py
xinference/thirdparty/indextts/s2mel/modules/openvoice/api.py
xinference/thirdparty/indextts/s2mel/modules/openvoice/attentions.py
xinference/thirdparty/indextts/s2mel/modules/openvoice/commons.py
xinference/thirdparty/indextts/s2mel/modules/openvoice/mel_processing.py
xinference/thirdparty/indextts/s2mel/modules/openvoice/models.py
xinference/thirdparty/indextts/s2mel/modules/openvoice/modules.py
xinference/thirdparty/indextts/s2mel/modules/openvoice/openvoice_app.py
xinference/thirdparty/indextts/s2mel/modules/openvoice/se_extractor.py
xinference/thirdparty/indextts/s2mel/modules/openvoice/transforms.py
xinference/thirdparty/indextts/s2mel/modules/openvoice/utils.py
xinference/thirdparty/indextts/s2mel/modules/openvoice/checkpoints_v2/converter/config.json
xinference/thirdparty/indextts/s2mel/modules/vocos/__init__.py
xinference/thirdparty/indextts/s2mel/modules/vocos/heads.py
xinference/thirdparty/indextts/s2mel/modules/vocos/helpers.py
xinference/thirdparty/indextts/s2mel/modules/vocos/loss.py
xinference/thirdparty/indextts/s2mel/modules/vocos/models.py
xinference/thirdparty/indextts/s2mel/modules/vocos/modules.py
xinference/thirdparty/indextts/s2mel/modules/vocos/pretrained.py
xinference/thirdparty/indextts/s2mel/modules/vocos/spectral_ops.py
xinference/thirdparty/indextts/utils/__init__.py
xinference/thirdparty/indextts/utils/arch_util.py
xinference/thirdparty/indextts/utils/checkpoint.py
xinference/thirdparty/indextts/utils/common.py
xinference/thirdparty/indextts/utils/examples_downloader.py
xinference/thirdparty/indextts/utils/feature_extractors.py
xinference/thirdparty/indextts/utils/front.py
xinference/thirdparty/indextts/utils/ja_g2p.py
xinference/thirdparty/indextts/utils/maskgct_utils.py
xinference/thirdparty/indextts/utils/model_download.py
xinference/thirdparty/indextts/utils/nemo_tn.py
xinference/thirdparty/indextts/utils/network_detection.py
xinference/thirdparty/indextts/utils/presets.py
xinference/thirdparty/indextts/utils/text_utils.py
xinference/thirdparty/indextts/utils/tokenizer.py
xinference/thirdparty/indextts/utils/typical_sampling.py
xinference/thirdparty/indextts/utils/utils.py
xinference/thirdparty/indextts/utils/webui_utils.py
xinference/thirdparty/indextts/utils/xtransformers.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/__init__.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/codec_dataset.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/codec_inference.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/codec_sampler.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/codec_trainer.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/amphion_codec/codec.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/amphion_codec/vocos.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/amphion_codec/quantize/__init__.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/amphion_codec/quantize/factorized_vector_quantize.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/amphion_codec/quantize/lookup_free_quantize.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/amphion_codec/quantize/residual_vq.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/amphion_codec/quantize/vector_quantize.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/__init__.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/facodec_dataset.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/facodec_inference.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/facodec_trainer.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/optimizer.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/alias_free_torch/__init__.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/alias_free_torch/act.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/alias_free_torch/filter.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/alias_free_torch/resample.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/modules/attentions.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/modules/commons.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/modules/gradient_reversal.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/modules/layers.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/modules/quantize.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/modules/style_encoder.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/modules/wavenet.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/modules/JDC/__init__.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/modules/JDC/bst.t7
xinference/thirdparty/indextts/utils/maskgct/models/codec/facodec/modules/JDC/model.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/kmeans/repcodec_model.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/kmeans/vocos.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/melvqgan/melspec.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/README.md
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/__init__.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/facodec.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/gradient_reversal.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/melspec.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/transformer.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/alias_free_torch/__init__.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/alias_free_torch/act.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/alias_free_torch/filter.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/alias_free_torch/resample.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/quantize/__init__.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/quantize/fvq.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/ns3_codec/quantize/rvq.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/speechtokenizer/model.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/speechtokenizer/modules/__init__.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/speechtokenizer/modules/conv.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/speechtokenizer/modules/lstm.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/speechtokenizer/modules/norm.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/speechtokenizer/modules/seanet.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/speechtokenizer/modules/quantization/__init__.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/speechtokenizer/modules/quantization/ac.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/speechtokenizer/modules/quantization/core_vq.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/speechtokenizer/modules/quantization/distrib.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/speechtokenizer/modules/quantization/vq.py
xinference/thirdparty/indextts/utils/maskgct/models/codec/vevo/vevo_repcodec.py
xinference/thirdparty/indextts/utils/maskgct/models/tts/maskgct/llama_nar.py
xinference/thirdparty/indextts/utils/maskgct/models/tts/maskgct/maskgct_s2a.py
xinference/thirdparty/indextts/utils/maskgct/models/tts/maskgct/ckpt/wav2vec2bert_stats.pt
xinference/thirdparty/indextts/vqvae/__init__.py
xinference/thirdparty/indextts/vqvae/xtts_dvae.py
xinference/thirdparty/internvl/__init__.py
xinference/thirdparty/internvl/conversation.py
xinference/thirdparty/irodori_tts/LICENSE
xinference/thirdparty/irodori_tts/README.md
xinference/thirdparty/irodori_tts/__init__.py
xinference/thirdparty/irodori_tts/codec.py
xinference/thirdparty/irodori_tts/config.py
xinference/thirdparty/irodori_tts/dataset.py
xinference/thirdparty/irodori_tts/duration.py
xinference/thirdparty/irodori_tts/gradio_emoji_palette.py
xinference/thirdparty/irodori_tts/inference_runtime.py
xinference/thirdparty/irodori_tts/lora.py
xinference/thirdparty/irodori_tts/model.py
xinference/thirdparty/irodori_tts/optim.py
xinference/thirdparty/irodori_tts/progress.py
xinference/thirdparty/irodori_tts/quantization.py
xinference/thirdparty/irodori_tts/rf.py
xinference/thirdparty/irodori_tts/speaker_inversion.py
xinference/thirdparty/irodori_tts/text_normalization.py
xinference/thirdparty/irodori_tts/tokenizer.py
xinference/thirdparty/irodori_tts/watermark.py
xinference/thirdparty/llava/__init__.py
xinference/thirdparty/llava/conversation.py
xinference/thirdparty/llava/mm_utils.py
xinference/thirdparty/llava/model/__init__.py
xinference/thirdparty/llava/model/constants.py
xinference/thirdparty/llava/model/llava_arch.py
xinference/thirdparty/llava/model/llava_llama.py
xinference/thirdparty/llava/model/clip_encoder/__init__.py
xinference/thirdparty/llava/model/clip_encoder/builder.py
xinference/thirdparty/llava/model/clip_encoder/clip_encoder.py
xinference/thirdparty/llava/model/multimodal_projector/__init__.py
xinference/thirdparty/llava/model/multimodal_projector/builder.py
xinference/thirdparty/magika/__init__.py
xinference/thirdparty/magika/colors.py
xinference/thirdparty/magika/logger.py
xinference/thirdparty/magika/magika.py
xinference/thirdparty/magika/py.typed
xinference/thirdparty/magika/cli/magika_client.py
xinference/thirdparty/magika/cli/magika_rust_client_not_found_warning.py
xinference/thirdparty/magika/config/content_types_kb.min.json
xinference/thirdparty/magika/models/standard_v3_3/README.md
xinference/thirdparty/magika/models/standard_v3_3/config.min.json
xinference/thirdparty/magika/models/standard_v3_3/metadata.json
xinference/thirdparty/magika/models/standard_v3_3/model.onnx
xinference/thirdparty/magika/types/__init__.py
xinference/thirdparty/magika/types/content_type_info.py
xinference/thirdparty/magika/types/content_type_label.py
xinference/thirdparty/magika/types/magika_error.py
xinference/thirdparty/magika/types/magika_prediction.py
xinference/thirdparty/magika/types/magika_result.py
xinference/thirdparty/magika/types/model.py
xinference/thirdparty/magika/types/overwrite_reason.py
xinference/thirdparty/magika/types/prediction_mode.py
xinference/thirdparty/magika/types/seekable.py
xinference/thirdparty/magika/types/status.py
xinference/thirdparty/magika/types/strenum.py
xinference/thirdparty/matcha/VERSION
xinference/thirdparty/matcha/__init__.py
xinference/thirdparty/matcha/app.py
xinference/thirdparty/matcha/cli.py
xinference/thirdparty/matcha/train.py
xinference/thirdparty/matcha/data/__init__.py
xinference/thirdparty/matcha/data/text_mel_datamodule.py
xinference/thirdparty/matcha/data/components/__init__.py
xinference/thirdparty/matcha/hifigan/LICENSE
xinference/thirdparty/matcha/hifigan/README.md
xinference/thirdparty/matcha/hifigan/__init__.py
xinference/thirdparty/matcha/hifigan/config.py
xinference/thirdparty/matcha/hifigan/denoiser.py
xinference/thirdparty/matcha/hifigan/env.py
xinference/thirdparty/matcha/hifigan/meldataset.py
xinference/thirdparty/matcha/hifigan/models.py
xinference/thirdparty/matcha/hifigan/xutils.py
xinference/thirdparty/matcha/models/__init__.py
xinference/thirdparty/matcha/models/baselightningmodule.py
xinference/thirdparty/matcha/models/matcha_tts.py
xinference/thirdparty/matcha/models/components/__init__.py
xinference/thirdparty/matcha/models/components/decoder.py
xinference/thirdparty/matcha/models/components/flow_matching.py
xinference/thirdparty/matcha/models/components/text_encoder.py
xinference/thirdparty/matcha/models/components/transformer.py
xinference/thirdparty/matcha/onnx/__init__.py
xinference/thirdparty/matcha/onnx/export.py
xinference/thirdparty/matcha/onnx/infer.py
xinference/thirdparty/matcha/text/__init__.py
xinference/thirdparty/matcha/text/cleaners.py
xinference/thirdparty/matcha/text/numbers.py
xinference/thirdparty/matcha/text/symbols.py
xinference/thirdparty/matcha/utils/__init__.py
xinference/thirdparty/matcha/utils/audio.py
xinference/thirdparty/matcha/utils/generate_data_statistics.py
xinference/thirdparty/matcha/utils/get_durations_from_trained_model.py
xinference/thirdparty/matcha/utils/instantiators.py
xinference/thirdparty/matcha/utils/logging_utils.py
xinference/thirdparty/matcha/utils/model.py
xinference/thirdparty/matcha/utils/pylogger.py
xinference/thirdparty/matcha/utils/rich_utils.py
xinference/thirdparty/matcha/utils/utils.py
xinference/thirdparty/matcha/utils/monotonic_align/__init__.py
xinference/thirdparty/matcha/utils/monotonic_align/core.pyx
xinference/thirdparty/matcha/utils/monotonic_align/setup.py
xinference/thirdparty/megatts3/__init__.py
xinference/thirdparty/megatts3/tts/frontend_function.py
xinference/thirdparty/megatts3/tts/gradio_api.py
xinference/thirdparty/megatts3/tts/infer_cli.py
xinference/thirdparty/megatts3/tts/modules/aligner/whisper_small.py
xinference/thirdparty/megatts3/tts/modules/ar_dur/ar_dur_predictor.py
xinference/thirdparty/megatts3/tts/modules/ar_dur/commons/layers.py
xinference/thirdparty/megatts3/tts/modules/ar_dur/commons/nar_tts_modules.py
xinference/thirdparty/megatts3/tts/modules/ar_dur/commons/rel_transformer.py
xinference/thirdparty/megatts3/tts/modules/ar_dur/commons/rot_transformer.py
xinference/thirdparty/megatts3/tts/modules/ar_dur/commons/seq_utils.py
xinference/thirdparty/megatts3/tts/modules/ar_dur/commons/transformer.py
xinference/thirdparty/megatts3/tts/modules/llm_dit/cfm.py
xinference/thirdparty/megatts3/tts/modules/llm_dit/dit.py
xinference/thirdparty/megatts3/tts/modules/llm_dit/time_embedding.py
xinference/thirdparty/megatts3/tts/modules/llm_dit/transformer.py
xinference/thirdparty/megatts3/tts/modules/wavvae/decoder/diag_gaussian.py
xinference/thirdparty/megatts3/tts/modules/wavvae/decoder/hifigan_modules.py
xinference/thirdparty/megatts3/tts/modules/wavvae/decoder/seanet_encoder.py
xinference/thirdparty/megatts3/tts/modules/wavvae/decoder/wavvae_v3.py
xinference/thirdparty/megatts3/tts/modules/wavvae/encoder/common_modules/conv.py
xinference/thirdparty/megatts3/tts/modules/wavvae/encoder/common_modules/lstm.py
xinference/thirdparty/megatts3/tts/modules/wavvae/encoder/common_modules/seanet.py
xinference/thirdparty/megatts3/tts/utils/audio_utils/align.py
xinference/thirdparty/megatts3/tts/utils/audio_utils/io.py
xinference/thirdparty/megatts3/tts/utils/audio_utils/plot.py
xinference/thirdparty/megatts3/tts/utils/commons/ckpt_utils.py
xinference/thirdparty/megatts3/tts/utils/commons/hparams.py
xinference/thirdparty/megatts3/tts/utils/text_utils/dict.json
xinference/thirdparty/megatts3/tts/utils/text_utils/ph_tone_convert.py
xinference/thirdparty/megatts3/tts/utils/text_utils/split_text.py
xinference/thirdparty/megatts3/tts/utils/text_utils/text_encoder.py
xinference/thirdparty/melo/__init__.py
xinference/thirdparty/melo/api.py
xinference/thirdparty/melo/app.py
xinference/thirdparty/melo/attentions.py
xinference/thirdparty/melo/commons.py
xinference/thirdparty/melo/data_utils.py
xinference/thirdparty/melo/download_utils.py
xinference/thirdparty/melo/infer.py
xinference/thirdparty/melo/init_downloads.py
xinference/thirdparty/melo/losses.py
xinference/thirdparty/melo/main.py
xinference/thirdparty/melo/mel_processing.py
xinference/thirdparty/melo/models.py
xinference/thirdparty/melo/modules.py
xinference/thirdparty/melo/preprocess_text.py
xinference/thirdparty/melo/split_utils.py
xinference/thirdparty/melo/train.py
xinference/thirdparty/melo/train.sh
xinference/thirdparty/melo/transforms.py
xinference/thirdparty/melo/utils.py
xinference/thirdparty/melo/configs/config.json
xinference/thirdparty/melo/data/example/metadata.list
xinference/thirdparty/melo/monotonic_align/__init__.py
xinference/thirdparty/melo/monotonic_align/core.py
xinference/thirdparty/melo/text/__init__.py
xinference/thirdparty/melo/text/chinese.py
xinference/thirdparty/melo/text/chinese_bert.py
xinference/thirdparty/melo/text/chinese_mix.py
xinference/thirdparty/melo/text/cleaner.py
xinference/thirdparty/melo/text/cleaner_multiling.py
xinference/thirdparty/melo/text/cmudict.rep
xinference/thirdparty/melo/text/cmudict_cache.pickle
xinference/thirdparty/melo/text/english.py
xinference/thirdparty/melo/text/english_bert.py
xinference/thirdparty/melo/text/french.py
xinference/thirdparty/melo/text/french_bert.py
xinference/thirdparty/melo/text/japanese.py
xinference/thirdparty/melo/text/japanese_bert.py
xinference/thirdparty/melo/text/ko_dictionary.py
xinference/thirdparty/melo/text/korean.py
xinference/thirdparty/melo/text/opencpop-strict.txt
xinference/thirdparty/melo/text/spanish.py
xinference/thirdparty/melo/text/spanish_bert.py
xinference/thirdparty/melo/text/symbols.py
xinference/thirdparty/melo/text/tone_sandhi.py
xinference/thirdparty/melo/text/english_utils/__init__.py
xinference/thirdparty/melo/text/english_utils/abbreviations.py
xinference/thirdparty/melo/text/english_utils/number_norm.py
xinference/thirdparty/melo/text/english_utils/time_norm.py
xinference/thirdparty/melo/text/es_phonemizer/__init__.py
xinference/thirdparty/melo/text/es_phonemizer/base.py
xinference/thirdparty/melo/text/es_phonemizer/cleaner.py
xinference/thirdparty/melo/text/es_phonemizer/es_symbols.json
xinference/thirdparty/melo/text/es_phonemizer/es_symbols.txt
xinference/thirdparty/melo/text/es_phonemizer/es_symbols_v2.json
xinference/thirdparty/melo/text/es_phonemizer/es_to_ipa.py
xinference/thirdparty/melo/text/es_phonemizer/example_ipa.txt
xinference/thirdparty/melo/text/es_phonemizer/gruut_wrapper.py
xinference/thirdparty/melo/text/es_phonemizer/punctuation.py
xinference/thirdparty/melo/text/es_phonemizer/spanish_symbols.txt
xinference/thirdparty/melo/text/es_phonemizer/test.ipynb
xinference/thirdparty/melo/text/fr_phonemizer/__init__.py
xinference/thirdparty/melo/text/fr_phonemizer/base.py
xinference/thirdparty/melo/text/fr_phonemizer/cleaner.py
xinference/thirdparty/melo/text/fr_phonemizer/en_symbols.json
xinference/thirdparty/melo/text/fr_phonemizer/example_ipa.txt
xinference/thirdparty/melo/text/fr_phonemizer/fr_symbols.json
xinference/thirdparty/melo/text/fr_phonemizer/fr_to_ipa.py
xinference/thirdparty/melo/text/fr_phonemizer/french_abbreviations.py
xinference/thirdparty/melo/text/fr_phonemizer/french_symbols.txt
xinference/thirdparty/melo/text/fr_phonemizer/gruut_wrapper.py
xinference/thirdparty/melo/text/fr_phonemizer/punctuation.py
xinference/thirdparty/mineru/__init__.py
xinference/thirdparty/mineru/version.py
xinference/thirdparty/mineru/backend/__init__.py
xinference/thirdparty/mineru/backend/pipeline/__init__.py
xinference/thirdparty/mineru/backend/pipeline/batch_analyze.py
xinference/thirdparty/mineru/backend/pipeline/model_init.py
xinference/thirdparty/mineru/backend/pipeline/model_json_to_middle_json.py
xinference/thirdparty/mineru/backend/pipeline/model_list.py
xinference/thirdparty/mineru/backend/pipeline/para_split.py
xinference/thirdparty/mineru/backend/pipeline/pipeline_analyze.py
xinference/thirdparty/mineru/backend/pipeline/pipeline_magic_model.py
xinference/thirdparty/mineru/backend/pipeline/pipeline_middle_json_mkcontent.py
xinference/thirdparty/mineru/backend/vlm/__init__.py
xinference/thirdparty/mineru/backend/vlm/custom_logits_processors.py
xinference/thirdparty/mineru/backend/vlm/model_output_to_middle_json.py
xinference/thirdparty/mineru/backend/vlm/vlm_analyze.py
xinference/thirdparty/mineru/backend/vlm/vlm_magic_model.py
xinference/thirdparty/mineru/backend/vlm/vlm_middle_json_mkcontent.py
xinference/thirdparty/mineru/cli/__init__.py
xinference/thirdparty/mineru/cli/client.py
xinference/thirdparty/mineru/cli/common.py
xinference/thirdparty/mineru/cli/fast_api.py
xinference/thirdparty/mineru/cli/gradio_app.py
xinference/thirdparty/mineru/cli/models_download.py
xinference/thirdparty/mineru/cli/vlm_vllm_server.py
xinference/thirdparty/mineru/data/__init__.py
xinference/thirdparty/mineru/data/data_reader_writer/__init__.py
xinference/thirdparty/mineru/data/data_reader_writer/base.py
xinference/thirdparty/mineru/data/data_reader_writer/dummy.py
xinference/thirdparty/mineru/data/data_reader_writer/filebase.py
xinference/thirdparty/mineru/data/data_reader_writer/multi_bucket_s3.py
xinference/thirdparty/mineru/data/data_reader_writer/s3.py
xinference/thirdparty/mineru/data/io/__init__.py
xinference/thirdparty/mineru/data/io/base.py
xinference/thirdparty/mineru/data/io/http.py
xinference/thirdparty/mineru/data/io/s3.py
xinference/thirdparty/mineru/data/utils/__init__.py
xinference/thirdparty/mineru/data/utils/exceptions.py
xinference/thirdparty/mineru/data/utils/path_utils.py
xinference/thirdparty/mineru/data/utils/schemas.py
xinference/thirdparty/mineru/model/__init__.py
xinference/thirdparty/mineru/model/layout/__init__.py
xinference/thirdparty/mineru/model/layout/doclayoutyolo.py
xinference/thirdparty/mineru/model/mfd/__init__.py
xinference/thirdparty/mineru/model/mfd/yolo_v8.py
xinference/thirdparty/mineru/model/mfr/__init__.py
xinference/thirdparty/mineru/model/mfr/unimernet/Unimernet.py
xinference/thirdparty/mineru/model/mfr/unimernet/__init__.py
xinference/thirdparty/mineru/model/mfr/unimernet/unimernet_hf/__init__.py
xinference/thirdparty/mineru/model/mfr/unimernet/unimernet_hf/modeling_unimernet.py
xinference/thirdparty/mineru/model/mfr/unimernet/unimernet_hf/unimer_mbart/__init__.py
xinference/thirdparty/mineru/model/mfr/unimernet/unimernet_hf/unimer_mbart/configuration_unimer_mbart.py
xinference/thirdparty/mineru/model/mfr/unimernet/unimernet_hf/unimer_mbart/modeling_unimer_mbart.py
xinference/thirdparty/mineru/model/mfr/unimernet/unimernet_hf/unimer_mbart/tokenization_unimer_mbart.py
xinference/thirdparty/mineru/model/mfr/unimernet/unimernet_hf/unimer_swin/__init__.py
xinference/thirdparty/mineru/model/mfr/unimernet/unimernet_hf/unimer_swin/configuration_unimer_swin.py
xinference/thirdparty/mineru/model/mfr/unimernet/unimernet_hf/unimer_swin/image_processing_unimer_swin.py
xinference/thirdparty/mineru/model/mfr/unimernet/unimernet_hf/unimer_swin/modeling_unimer_swin.py
xinference/thirdparty/mineru/model/ocr/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorch_paddle.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/base_ocr_v20.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/data/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/data/imaug/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/data/imaug/operators.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/common.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/architectures/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/architectures/base_model.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/backbones/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/backbones/det_mobilenet_v3.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/backbones/rec_donut_swin.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/backbones/rec_hgnet.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/backbones/rec_lcnetv3.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/backbones/rec_mobilenet_v3.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/backbones/rec_mv1_enhance.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/backbones/rec_pphgnetv2.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/backbones/rec_svtrnet.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/heads/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/heads/cls_head.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/heads/det_db_head.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/heads/rec_ctc_head.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/heads/rec_multi_head.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/necks/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/necks/db_fpn.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/necks/intracl.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/modeling/necks/rnn.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/postprocess/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/postprocess/cls_postprocess.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/postprocess/db_postprocess.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/postprocess/rec_postprocess.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/arch_config.yaml
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/models_config.yml
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/arabic_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/chinese_cht_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/cyrillic_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/devanagari_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/en_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/japan_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ka_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/korean_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/latin_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ppocr_keys_v1.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ppocrv4_doc_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ppocrv5_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ppocrv5_el_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ppocrv5_en_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ppocrv5_eslav_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ppocrv5_korean_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ppocrv5_latin_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ppocrv5_th_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ta_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/te_dict.txt
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/tools/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/tools/infer/__init__.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/tools/infer/predict_cls.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/tools/infer/predict_det.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/tools/infer/predict_rec.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/tools/infer/predict_system.py
xinference/thirdparty/mineru/model/ocr/paddleocr2pytorch/tools/infer/pytorchocr_utility.py
xinference/thirdparty/mineru/model/ori_cls/__init__.py
xinference/thirdparty/mineru/model/ori_cls/paddle_ori_cls.py
xinference/thirdparty/mineru/model/reading_order/__init__.py
xinference/thirdparty/mineru/model/reading_order/layout_reader.py
xinference/thirdparty/mineru/model/reading_order/xycut.py
xinference/thirdparty/mineru/model/table/__init__.py
xinference/thirdparty/mineru/model/table/cls/__init__.py
xinference/thirdparty/mineru/model/table/cls/paddle_table_cls.py
xinference/thirdparty/mineru/model/table/rec/RapidTable.py
xinference/thirdparty/mineru/model/table/rec/__init__.py
xinference/thirdparty/mineru/model/table/rec/slanet_plus/__init__.py
xinference/thirdparty/mineru/model/table/rec/slanet_plus/main.py
xinference/thirdparty/mineru/model/table/rec/slanet_plus/matcher.py
xinference/thirdparty/mineru/model/table/rec/slanet_plus/matcher_utils.py
xinference/thirdparty/mineru/model/table/rec/slanet_plus/table_structure.py
xinference/thirdparty/mineru/model/table/rec/slanet_plus/table_structure_utils.py
xinference/thirdparty/mineru/model/table/rec/unet_table/__init__.py
xinference/thirdparty/mineru/model/table/rec/unet_table/main.py
xinference/thirdparty/mineru/model/table/rec/unet_table/table_recover.py
xinference/thirdparty/mineru/model/table/rec/unet_table/table_structure_unet.py
xinference/thirdparty/mineru/model/table/rec/unet_table/utils.py
xinference/thirdparty/mineru/model/table/rec/unet_table/utils_table_line_rec.py
xinference/thirdparty/mineru/model/table/rec/unet_table/utils_table_recover.py
xinference/thirdparty/mineru/model/vlm_vllm_model/__init__.py
xinference/thirdparty/mineru/model/vlm_vllm_model/server.py
xinference/thirdparty/mineru/resources/header.html
xinference/thirdparty/mineru/resources/fasttext-langdetect/lid.176.ftz
xinference/thirdparty/mineru/utils/__init__.py
xinference/thirdparty/mineru/utils/block_pre_proc.py
xinference/thirdparty/mineru/utils/block_sort.py
xinference/thirdparty/mineru/utils/boxbase.py
xinference/thirdparty/mineru/utils/cache_key.py
xinference/thirdparty/mineru/utils/cli_parser.py
xinference/thirdparty/mineru/utils/config_reader.py
xinference/thirdparty/mineru/utils/cut_image.py
xinference/thirdparty/mineru/utils/draw_bbox.py
xinference/thirdparty/mineru/utils/enum_class.py
xinference/thirdparty/mineru/utils/format_utils.py
xinference/thirdparty/mineru/utils/guess_suffix_or_lang.py
xinference/thirdparty/mineru/utils/hash_utils.py
xinference/thirdparty/mineru/utils/language.py
xinference/thirdparty/mineru/utils/llm_aided.py
xinference/thirdparty/mineru/utils/magic_model_utils.py
xinference/thirdparty/mineru/utils/model_utils.py
xinference/thirdparty/mineru/utils/models_download_utils.py
xinference/thirdparty/mineru/utils/ocr_utils.py
xinference/thirdparty/mineru/utils/pdf_classify.py
xinference/thirdparty/mineru/utils/pdf_image_tools.py
xinference/thirdparty/mineru/utils/pdf_reader.py
xinference/thirdparty/mineru/utils/pdf_text_tool.py
xinference/thirdparty/mineru/utils/run_async.py
xinference/thirdparty/mineru/utils/span_block_fix.py
xinference/thirdparty/mineru/utils/span_pre_proc.py
xinference/thirdparty/mineru/utils/table_merge.py
xinference/thirdparty/mineru_vl_utils/__init__.py
xinference/thirdparty/mineru_vl_utils/mineru_client.py
xinference/thirdparty/mineru_vl_utils/structs.py
xinference/thirdparty/mineru_vl_utils/logits_processor/vllm_v0_no_repeat_ngram.py
xinference/thirdparty/mineru_vl_utils/logits_processor/vllm_v1_no_repeat_ngram.py
xinference/thirdparty/mineru_vl_utils/post_process/__init__.py
xinference/thirdparty/mineru_vl_utils/post_process/equation_big.py
xinference/thirdparty/mineru_vl_utils/post_process/equation_block.py
xinference/thirdparty/mineru_vl_utils/post_process/equation_double_subscript.py
xinference/thirdparty/mineru_vl_utils/post_process/equation_fix_eqqcolon.py
xinference/thirdparty/mineru_vl_utils/post_process/equation_left_right.py
xinference/thirdparty/mineru_vl_utils/post_process/equation_leq.py
xinference/thirdparty/mineru_vl_utils/post_process/otsl2html.py
xinference/thirdparty/mineru_vl_utils/vlm_client/__init__.py
xinference/thirdparty/mineru_vl_utils/vlm_client/base_client.py
xinference/thirdparty/mineru_vl_utils/vlm_client/http_client.py
xinference/thirdparty/mineru_vl_utils/vlm_client/transformers_client.py
xinference/thirdparty/mineru_vl_utils/vlm_client/utils.py
xinference/thirdparty/mineru_vl_utils/vlm_client/vllm_async_engine_client.py
xinference/thirdparty/mineru_vl_utils/vlm_client/vllm_engine_client.py
xinference/thirdparty/ming_image/LICENSE
xinference/thirdparty/ming_image/LICENSE-APACHE
xinference/thirdparty/ming_image/README.md
xinference/thirdparty/ming_image/__init__.py
xinference/thirdparty/ming_image/bailingmm_utils.py
xinference/thirdparty/ming_image/configuration_bailing_moe_v2.py
xinference/thirdparty/ming_image/configuration_bailingmm2.py
xinference/thirdparty/ming_image/image_processing_bailingmm2.py
xinference/thirdparty/ming_image/infer.py
xinference/thirdparty/ming_image/inference_profile.py
xinference/thirdparty/ming_image/mllm_device_map.py
xinference/thirdparty/ming_image/modeling_bailing_moe_v2.py
xinference/thirdparty/ming_image/modeling_bailingmm2.py
xinference/thirdparty/ming_image/modeling_utils.py
xinference/thirdparty/ming_image/processing_bailingmm2.py
xinference/thirdparty/ming_image/qwen2_5_vit.py
xinference/thirdparty/ming_image/tokenization_bailing.py
xinference/thirdparty/ming_image/diffusion/__init__.py
xinference/thirdparty/ming_image/diffusion/autoencoder_kl_qwenimage.py
xinference/thirdparty/ming_image/diffusion/generator.py
xinference/thirdparty/ming_image/diffusion/padding.py
xinference/thirdparty/ming_image/diffusion/pipeline.py
xinference/thirdparty/ming_image/diffusion/transformer.py
xinference/thirdparty/mlx/__init__.py
xinference/thirdparty/mlx/flux/__init__.py
xinference/thirdparty/mlx/flux/autoencoder.py
xinference/thirdparty/mlx/flux/clip.py
xinference/thirdparty/mlx/flux/datasets.py
xinference/thirdparty/mlx/flux/flux.py
xinference/thirdparty/mlx/flux/layers.py
xinference/thirdparty/mlx/flux/lora.py
xinference/thirdparty/mlx/flux/model.py
xinference/thirdparty/mlx/flux/sampler.py
xinference/thirdparty/mlx/flux/t5.py
xinference/thirdparty/mlx/flux/tokenizers.py
xinference/thirdparty/mlx/flux/trainer.py
xinference/thirdparty/mlx/flux/utils.py
xinference/thirdparty/monkeyocr/__init__.py
xinference/thirdparty/monkeyocr/magic_pdf/model/__init__.py
xinference/thirdparty/monkeyocr/magic_pdf/model/custom_model.py
xinference/thirdparty/monkeyocr/magic_pdf/utils/__init__.py
xinference/thirdparty/monkeyocr/magic_pdf/utils/load_image.py
xinference/thirdparty/navidc_ocr/README.xinference.md
xinference/thirdparty/navidc_ocr/__init__.py
xinference/thirdparty/navidc_ocr/qwen2_5_vl.py
xinference/thirdparty/navidc_ocr/vllm_compat.py
xinference/thirdparty/sensenova_u1/LICENSE
xinference/thirdparty/sensenova_u1/README.xinference.md
xinference/thirdparty/sensenova_u1/__init__.py
xinference/thirdparty/sensenova_u1/models/__init__.py
xinference/thirdparty/sensenova_u1/models/neo_unify/__init__.py
xinference/thirdparty/sensenova_u1/models/neo_unify/configuration_neo_chat.py
xinference/thirdparty/sensenova_u1/models/neo_unify/configuration_neo_vit.py
xinference/thirdparty/sensenova_u1/models/neo_unify/conversation.py
xinference/thirdparty/sensenova_u1/models/neo_unify/modeling_fm_modules.py
xinference/thirdparty/sensenova_u1/models/neo_unify/modeling_neo_chat.py
xinference/thirdparty/sensenova_u1/models/neo_unify/modeling_neo_vit.py
xinference/thirdparty/sensenova_u1/models/neo_unify/modeling_qwen3.py
xinference/thirdparty/sensenova_u1/models/neo_unify/modeling_qwen3_moe.py
xinference/thirdparty/sensenova_u1/models/neo_unify/transformers_compat.py
xinference/thirdparty/sensenova_u1/models/neo_unify/utils.py
xinference/thirdparty/sensenova_u1/prompt_enhance/__init__.py
xinference/thirdparty/sensenova_u1/prompt_enhance/_templates.py
xinference/thirdparty/sensenova_u1/prompt_enhance/enhancer.py
xinference/thirdparty/sensenova_u1/prompt_enhance/adapters/__init__.py
xinference/thirdparty/sensenova_u1/prompt_enhance/adapters/anthropic_adapter.py
xinference/thirdparty/sensenova_u1/prompt_enhance/adapters/chat_completions_adapter.py
xinference/thirdparty/sensenova_u1/prompt_enhance/adapters/utils.py
xinference/thirdparty/sensenova_u1/prompt_enhance/adapters/vlm_adapter.py
xinference/thirdparty/sensenova_u1/utils/__init__.py
xinference/thirdparty/sensenova_u1/utils/accel.py
xinference/thirdparty/sensenova_u1/utils/checkpoint_loading.py
xinference/thirdparty/sensenova_u1/utils/comparison.py
xinference/thirdparty/sensenova_u1/utils/gguf_loader.py
xinference/thirdparty/sensenova_u1/utils/layer_offload.py
xinference/thirdparty/sensenova_u1/utils/lora.py
xinference/thirdparty/sensenova_u1/utils/offload.py
xinference/thirdparty/sensenova_u1/utils/param_count.py
xinference/thirdparty/sensenova_u1/utils/profiler.py
xinference/thirdparty/whisper/__init__.py
xinference/thirdparty/whisper/__main__.py
xinference/thirdparty/whisper/audio.py
xinference/thirdparty/whisper/decoding.py
xinference/thirdparty/whisper/model.py
xinference/thirdparty/whisper/timing.py
xinference/thirdparty/whisper/tokenizer.py
xinference/thirdparty/whisper/transcribe.py
xinference/thirdparty/whisper/triton_ops.py
xinference/thirdparty/whisper/utils.py
xinference/thirdparty/whisper/version.py
xinference/thirdparty/whisper/assets/gpt2.tiktoken
xinference/thirdparty/whisper/assets/mel_filters.npz
xinference/thirdparty/whisper/assets/multilingual.tiktoken
xinference/thirdparty/whisper/normalizers/__init__.py
xinference/thirdparty/whisper/normalizers/basic.py
xinference/thirdparty/whisper/normalizers/english.json
xinference/thirdparty/whisper/normalizers/english.py
xinference/thirdparty/yue2/LICENSE
xinference/thirdparty/yue2/MODEL_LICENSE
xinference/thirdparty/yue2/pyproject.toml
xinference/thirdparty/yue2/licenses/SnakeBeta-NVIDIA-MIT.txt
xinference/thirdparty/yue2/licenses/stable-audio-tools-MIT.txt
xinference/thirdparty/yue2/src/yue2/__init__.py
xinference/thirdparty/yue2/src/yue2/cli.py
xinference/thirdparty/yue2/src/yue2/cuda_graph.py
xinference/thirdparty/yue2/src/yue2/fast.py
xinference/thirdparty/yue2/src/yue2/modeling_vae.py
xinference/thirdparty/yue2/src/yue2/modeling_yue2.py
xinference/thirdparty/yue2/src/yue2/nar.py
xinference/thirdparty/yue2/src/yue2/pipeline.py
xinference/thirdparty/yue2/src/yue2/progress.py
xinference/thirdparty/yue2/src/yue2/protocol.py
xinference/thirdparty/yue2/src/yue2/quantization.py
xinference/thirdparty/yue2/src/yue2/sampling.py
xinference/thirdparty/yue2/src/yue2/storage.py
xinference/thirdparty/yue2/src/yue2/tokenization_yue2.py
xinference/ui/__init__.py
xinference/ui/web/dist/404.html
xinference/ui/web/dist/api-key-management.html
xinference/ui/web/dist/api-key-management.txt
xinference/ui/web/dist/audit-center.html
xinference/ui/web/dist/audit-center.txt
xinference/ui/web/dist/cache-management.html
xinference/ui/web/dist/cache-management.txt
xinference/ui/web/dist/cluster-information.html
xinference/ui/web/dist/cluster-information.txt
xinference/ui/web/dist/favicon.ico
xinference/ui/web/dist/index.html
xinference/ui/web/dist/index.txt
xinference/ui/web/dist/launch-model.html
xinference/ui/web/dist/launch-model.txt
xinference/ui/web/dist/log-center.html
xinference/ui/web/dist/log-center.txt
xinference/ui/web/dist/login.html
xinference/ui/web/dist/login.txt
xinference/ui/web/dist/logo.png
xinference/ui/web/dist/monitor-center.html
xinference/ui/web/dist/monitor-center.txt
xinference/ui/web/dist/register-model.html
xinference/ui/web/dist/register-model.txt
xinference/ui/web/dist/running-model.html
xinference/ui/web/dist/running-model.txt
xinference/ui/web/dist/security-settings.html
xinference/ui/web/dist/security-settings.txt
xinference/ui/web/dist/setup.html
xinference/ui/web/dist/setup.txt
xinference/ui/web/dist/system-settings.html
xinference/ui/web/dist/system-settings.txt
xinference/ui/web/dist/token-router.html
xinference/ui/web/dist/token-router.txt
xinference/ui/web/dist/user-management.html
xinference/ui/web/dist/user-management.txt
xinference/ui/web/dist/_next/static/PY2e03K4OZinXZ5HrdWGw/_buildManifest.js
xinference/ui/web/dist/_next/static/PY2e03K4OZinXZ5HrdWGw/_ssgManifest.js
xinference/ui/web/dist/_next/static/chunks/100-11d495404cfacf62.js
xinference/ui/web/dist/_next/static/chunks/1460-4ab2b1bec077a210.js
xinference/ui/web/dist/_next/static/chunks/1684-756b1a8fa60d92bb.js
xinference/ui/web/dist/_next/static/chunks/1799-e3d420cb219a9b5f.js
xinference/ui/web/dist/_next/static/chunks/2018-c860a5210424c277.js
xinference/ui/web/dist/_next/static/chunks/2420-66cffb0ee04a4a56.js
xinference/ui/web/dist/_next/static/chunks/2898-7325c86f3d63471c.js
xinference/ui/web/dist/_next/static/chunks/3083-452769d64d8b0796.js
xinference/ui/web/dist/_next/static/chunks/3319-87f2631a76c3a087.js
xinference/ui/web/dist/_next/static/chunks/3331-244e9276b401f4bd.js
xinference/ui/web/dist/_next/static/chunks/3385-16213d83dbb088fa.js
xinference/ui/web/dist/_next/static/chunks/3977-36cd1fb75344c568.js
xinference/ui/web/dist/_next/static/chunks/4004-4bf09e389f43207b.js
xinference/ui/web/dist/_next/static/chunks/4112-0b4dcf1fd065db79.js
xinference/ui/web/dist/_next/static/chunks/4167-632951fc5bc9dee0.js
xinference/ui/web/dist/_next/static/chunks/4185-8073f199571f23ed.js
xinference/ui/web/dist/_next/static/chunks/4192-9bfb70eb6343026f.js
xinference/ui/web/dist/_next/static/chunks/4212-56482450796b4509.js
xinference/ui/web/dist/_next/static/chunks/4574-ea91c8c6e51173cb.js
xinference/ui/web/dist/_next/static/chunks/468-abf16ff0af23eb76.js
xinference/ui/web/dist/_next/static/chunks/4726-bcc73b354f2f8682.js
xinference/ui/web/dist/_next/static/chunks/4942-eba3e1541ff5ad71.js
xinference/ui/web/dist/_next/static/chunks/4bd1b696-3eaed55cf1d6a05a.js
xinference/ui/web/dist/_next/static/chunks/5499-6f0ca3ba135ff872.js
xinference/ui/web/dist/_next/static/chunks/5934-f0e27ed1373146d4.js
xinference/ui/web/dist/_next/static/chunks/6021-a4a69b28670cf2b3.js
xinference/ui/web/dist/_next/static/chunks/6247-6e5b7843c8e8f14d.js
xinference/ui/web/dist/_next/static/chunks/6449-f9efe57397c5105d.js
xinference/ui/web/dist/_next/static/chunks/6532-a84b0a2667d9c44a.js
xinference/ui/web/dist/_next/static/chunks/6756-7a61f1c8ff4a2e47.js
xinference/ui/web/dist/_next/static/chunks/6940-05cbc8a79bbd4c79.js
xinference/ui/web/dist/_next/static/chunks/7665-57c7d639600ab98c.js
xinference/ui/web/dist/_next/static/chunks/7682-80fcd58ad9b23d41.js
xinference/ui/web/dist/_next/static/chunks/8087-7a04bd5cd9c9ea23.js
xinference/ui/web/dist/_next/static/chunks/8610-70c0192b7b62499b.js
xinference/ui/web/dist/_next/static/chunks/8e1d74a4-aa9dd15a0c26674f.js
xinference/ui/web/dist/_next/static/chunks/9205-bdca8f369ae6c61b.js
xinference/ui/web/dist/_next/static/chunks/9387-7978a269a8894bdb.js
xinference/ui/web/dist/_next/static/chunks/9644-2d460a134fb17e2a.js
xinference/ui/web/dist/_next/static/chunks/975-ea44e1a70bed5360.js
xinference/ui/web/dist/_next/static/chunks/a4f3ea84-6801df91f6c7d995.js
xinference/ui/web/dist/_next/static/chunks/d3ac728e-90b4132adc93dda2.js
xinference/ui/web/dist/_next/static/chunks/framework-bf042b1d2b20a06e.js
xinference/ui/web/dist/_next/static/chunks/main-app-44558a116fcfdcf6.js
xinference/ui/web/dist/_next/static/chunks/main-f60cf54745eaf51b.js
xinference/ui/web/dist/_next/static/chunks/polyfills-42372ed130431b0a.js
xinference/ui/web/dist/_next/static/chunks/webpack-c4bb7a940b0465d6.js
xinference/ui/web/dist/_next/static/chunks/app/layout-3e32d37fafa71c3e.js
xinference/ui/web/dist/_next/static/chunks/app/page-d445d709d0d649b0.js
xinference/ui/web/dist/_next/static/chunks/app/_not-found/page-100cc017dcb8c8e7.js
xinference/ui/web/dist/_next/static/chunks/app/api-key-management/page-ee8f8241ca6033bb.js
xinference/ui/web/dist/_next/static/chunks/app/audit-center/page-71254f79dbc3fd3e.js
xinference/ui/web/dist/_next/static/chunks/app/cache-management/page-e17fb725b6ac8444.js
xinference/ui/web/dist/_next/static/chunks/app/cluster-information/page-81f889fb17509fca.js
xinference/ui/web/dist/_next/static/chunks/app/launch-model/page-689e87c1d1882e1c.js
xinference/ui/web/dist/_next/static/chunks/app/launch-model/[modelType]/page-d44c80d80c0ab25a.js
xinference/ui/web/dist/_next/static/chunks/app/log-center/page-e887362f3c01237c.js
xinference/ui/web/dist/_next/static/chunks/app/login/page-d1a30c6274e165b8.js
xinference/ui/web/dist/_next/static/chunks/app/monitor-center/page-ea963b6b162969d3.js
xinference/ui/web/dist/_next/static/chunks/app/register-model/page-75fab567aae82338.js
xinference/ui/web/dist/_next/static/chunks/app/register-model/[modelType]/page-adab3a9eb52633c1.js
xinference/ui/web/dist/_next/static/chunks/app/register-model/[modelType]/[modelName]/page-13c19d147e18fdd6.js
xinference/ui/web/dist/_next/static/chunks/app/running-model/page-1b91be9651789d2b.js
xinference/ui/web/dist/_next/static/chunks/app/running-model/[modelUid]/page-bc95d7bce9b1bf58.js
xinference/ui/web/dist/_next/static/chunks/app/security-settings/page-833a037d95f79efb.js
xinference/ui/web/dist/_next/static/chunks/app/setup/page-0b490979a83bd1c5.js
xinference/ui/web/dist/_next/static/chunks/app/system-settings/page-13b42a2120e8e0fa.js
xinference/ui/web/dist/_next/static/chunks/app/token-router/page-080905c73d8c8dee.js
xinference/ui/web/dist/_next/static/chunks/app/user-management/page-6a0a08ed30538d11.js
xinference/ui/web/dist/_next/static/chunks/pages/_app-5d1abe03d322390c.js
xinference/ui/web/dist/_next/static/chunks/pages/_error-3b2a1d523de49635.js
xinference/ui/web/dist/_next/static/css/46bf32c01f4d1444.css
xinference/ui/web/dist/_next/static/css/87dfc6598b12eeb9.css
xinference/ui/web/dist/_next/static/media/KaTeX_AMS-Regular.1608a09b.woff
xinference/ui/web/dist/_next/static/media/KaTeX_AMS-Regular.4aafdb68.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_AMS-Regular.a79f1c31.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Caligraphic-Bold.b6770918.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Caligraphic-Bold.cce5b8ec.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Caligraphic-Bold.ec17d132.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Caligraphic-Regular.07ef19e7.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Caligraphic-Regular.55fac258.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Caligraphic-Regular.dad44a7f.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Fraktur-Bold.9f256b85.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Fraktur-Bold.b18f59e1.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Fraktur-Bold.d42a5579.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Fraktur-Regular.7c187121.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Fraktur-Regular.d3c882a6.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Fraktur-Regular.ed38e79f.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Main-Bold.b74a1a8b.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Main-Bold.c3fb5ac2.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Main-Bold.d181c465.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Main-BoldItalic.6f2bb1df.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Main-BoldItalic.70d8b0a5.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Main-BoldItalic.e3f82f9d.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Main-Italic.47373d1e.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Main-Italic.8916142b.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Main-Italic.9024d815.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Main-Regular.0462f03b.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Main-Regular.7f51fe03.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Main-Regular.b7f8fe9b.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Math-BoldItalic.572d331f.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Math-BoldItalic.a879cf83.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Math-BoldItalic.f1035d8d.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Math-Italic.5295ba48.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Math-Italic.939bc644.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Math-Italic.f28c23ac.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_SansSerif-Bold.8c5b5494.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_SansSerif-Bold.94e1e8dc.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_SansSerif-Bold.bf59d231.woff
xinference/ui/web/dist/_next/static/media/KaTeX_SansSerif-Italic.3b1e59b3.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_SansSerif-Italic.7c9bc82b.woff
xinference/ui/web/dist/_next/static/media/KaTeX_SansSerif-Italic.b4c20c84.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_SansSerif-Regular.74048478.woff
xinference/ui/web/dist/_next/static/media/KaTeX_SansSerif-Regular.ba21ed5f.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_SansSerif-Regular.d4d7ba48.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Script-Regular.03e9641d.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Script-Regular.07505710.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Script-Regular.fe9cbbe1.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Size1-Regular.e1e279cb.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Size1-Regular.eae34984.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Size1-Regular.fabc004a.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Size2-Regular.57727022.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Size2-Regular.5916a24f.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Size2-Regular.d6b476ec.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Size3-Regular.9acaf01c.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Size3-Regular.a144ef58.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Size3-Regular.b4230e7e.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Size4-Regular.10d95fd3.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Size4-Regular.7a996c9d.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Size4-Regular.fbccdabe.ttf
xinference/ui/web/dist/_next/static/media/KaTeX_Typewriter-Regular.6258592b.woff
xinference/ui/web/dist/_next/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2
xinference/ui/web/dist/_next/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf
xinference/ui/web/dist/launch-model/__shell__.html
xinference/ui/web/dist/launch-model/__shell__.txt
xinference/ui/web/dist/register-model/__shell__.html
xinference/ui/web/dist/register-model/__shell__.txt
xinference/ui/web/dist/register-model/__shell__/__shell__.html
xinference/ui/web/dist/register-model/__shell__/__shell__.txt
xinference/ui/web/dist/running-model/__shell__.html
xinference/ui/web/dist/running-model/__shell__.txt