README.md
pyproject.toml
src/immersive_studio/__init__.py
src/immersive_studio.egg-info/PKG-INFO
src/immersive_studio.egg-info/SOURCES.txt
src/immersive_studio.egg-info/dependency_links.txt
src/immersive_studio.egg-info/entry_points.txt
src/immersive_studio.egg-info/requires.txt
src/immersive_studio.egg-info/top_level.txt
src/studio_worker/__init__.py
src/studio_worker/__main__.py
src/studio_worker/api.py
src/studio_worker/attribution.py
src/studio_worker/billing_config.py
src/studio_worker/billing_routes.py
src/studio_worker/cli.py
src/studio_worker/comfy_client.py
src/studio_worker/http_context.py
src/studio_worker/job_artifacts.py
src/studio_worker/job_runner.py
src/studio_worker/jobs_store.py
src/studio_worker/json_extract.py
src/studio_worker/manifest.py
src/studio_worker/mesh_export.py
src/studio_worker/mock_spec.py
src/studio_worker/moderation.py
src/studio_worker/ollama_client.py
src/studio_worker/pack_writer.py
src/studio_worker/paths.py
src/studio_worker/pbr_keys.py
src/studio_worker/prompts.py
src/studio_worker/queue_executor.py
src/studio_worker/queue_postgres.py
src/studio_worker/queue_redis.py
src/studio_worker/queue_redis_streams.py
src/studio_worker/queue_sqlite.py
src/studio_worker/queue_sqs_postgres.py
src/studio_worker/quotas.py
src/studio_worker/rate_limit.py
src/studio_worker/scale_config.py
src/studio_worker/spec_generate.py
src/studio_worker/sqlite_queue.py
src/studio_worker/stripe_billing.py
src/studio_worker/studio_dashboard.py
src/studio_worker/tenant_context.py
src/studio_worker/tenants_db.py
src/studio_worker/tenants_postgres.py
src/studio_worker/tenants_sqlite.py
src/studio_worker/texture_pipeline.py
src/studio_worker/tiers.py
src/studio_worker/validate.py
src/studio_worker/workflow_template.py
src/studio_worker/zip_pack.py
src/studio_worker/blender/export_mesh.py
src/studio_worker/comfy_workflows/sd15_albedo_v1.api.json
src/studio_worker/comfy_workflows/sdxl_albedo_v1.api.json
src/studio_worker/data/studio-asset-spec-v0.1.schema.json
tests/test_comfy_client_mock.py
tests/test_doctor_dns_hint.py
tests/test_gpu_comfy_placeholder.py
tests/test_immersive_studio_sdk.py
tests/test_json_extract.py
tests/test_mesh_export.py
tests/test_moderation.py
tests/test_ollama_client.py
tests/test_pbr_keys.py
tests/test_queue_api_idempotency.py
tests/test_queue_job_sse.py
tests/test_queue_redis.py
tests/test_queue_redis_streams.py
tests/test_sqlite_queue.py
tests/test_stripe_billing.py
tests/test_tenant_auth.py
tests/test_texture_pipeline.py
tests/test_validate.py
tests/test_zip_pack.py