Joseph Spiker spikerj
  • Joined on 2025-11-03
spikerj opened issue spikerj/spikersoft-issues#846 2026-07-25 20:22:24 +00:00
Art Studio: text+image concept, and fix image-upload submissions (#842)
spikerj opened issue spikerj/spikersoft-issues#848 2026-07-25 20:22:24 +00:00
Art Studio UI: show what made an asset, and let a user remake it (#842)
spikerj opened issue spikerj/spikersoft-issues#847 2026-07-25 20:22:24 +00:00
Art Studio: reproduce and vary a recorded run (#842)
spikerj opened issue spikerj/spikersoft-issues#845 2026-07-25 20:21:55 +00:00
Art Studio: carry generation-parameter overrides to the worker (#842)
spikerj opened issue spikerj/spikersoft-issues#844 2026-07-25 20:21:54 +00:00
art_pipe: always seed generation, and record what made each image (#842)
spikerj opened issue spikerj/spikersoft-issues#843 2026-07-25 20:21:54 +00:00
Art Studio: record what actually produced each stage run (#842)
spikerj opened issue spikerj/spikersoft-issues#842 2026-07-25 20:21:28 +00:00
EPIC: Art Studio — record and replay generation parameters (+ text+image concept)
spikerj opened issue spikerj/spikersoft-issues#841 2026-07-25 08:17:49 +00:00
ArtPipeProcessor deploy: /mnt/infrastructure pull fails auth (stale checkout deployed, only a WARNING) + one stack's 'update out of sequence' aborts all later deploys
spikerj opened issue spikerj/spikersoft-issues#840 2026-07-25 04:03:02 +00:00
NetworkStatusService uses Inject() instead of inject() — DI is broken
spikerj closed issue spikerj/spikersoft-issues#832 2026-07-25 03:25:01 +00:00
Art Studio: make the Hunyuan3D texturing lane actually run in production (never textured a single asset)
spikerj commented on issue spikerj/spikersoft-issues#832 2026-07-25 03:25:01 +00:00
Art Studio: make the Hunyuan3D texturing lane actually run in production (never textured a single asset)

Live and verified in production

First end-to-end asset through the Hunyuan3D texturing lane — asset 6a642bde6f3431ee51694f62, "a magical golden apple on a black background":

concept …
spikerj commented on issue spikerj/spikersoft-issues#839 2026-07-25 02:44:45 +00:00
ModelEnvImages: triposg venv unbuildable (fvdb needs Python >=3.11, manifest pins 3.10) — aborts the serial loop and silently blocks 4 later images

Root cause found — and it is not the Python version

fvdb and warp-lang are not real dependencies of TripoSG. They were guessed.

spikerj opened issue spikerj/spikersoft-issues#839 2026-07-25 01:39:55 +00:00
ModelEnvImages: triposg venv unbuildable (fvdb needs Python >=3.11, manifest pins 3.10) — aborts the serial loop and silently blocks 4 later images
spikerj commented on issue spikerj/spikersoft-issues#834 2026-07-25 01:12:59 +00:00
Pixal3D PR-1: artpipe manifest + WRAP backend + runner

Merged in spikersoft-artpipe PR #33 (main, commits 9993347 + fe0a1ff).

⚠️ main currently ships a known bug — the two review fixes above were pushed ~8 minutes after #33 merged, so…

spikerj closed issue spikerj/spikersoft-issues#837 2026-07-25 01:12:54 +00:00
Pixal3D PR-4: bake the pixal3d env image in CI
spikerj commented on issue spikerj/spikersoft-issues#835 2026-07-25 01:12:51 +00:00
Pixal3D PR-2: make the artpipe VRAM admission gate tunable

Core change merged in spikersoft-artpipe PR #34 (main, commit 80bd21e) — ARTPIPE_VRAM_OVERHEAD_FACTOR / ARTPIPE_VRAM_MAX_UTILIZATION in config.py, defaults unchanged, range-clamped with…

spikerj commented on issue spikerj/spikersoft-issues#837 2026-07-25 01:12:47 +00:00
Pixal3D PR-4: bake the pixal3d env image in CI

Resolved in spikersoft-artpipe PR #33 (merged to main, commit fe0a1ff). pixal3d) MODELS="Pixal3D" ;; added to the per-model modeling lane case block and to the workflow_dispatch input…

spikerj commented on issue spikerj/spikersoft-issues#834 2026-07-25 01:09:00 +00:00
Pixal3D PR-1: artpipe manifest + WRAP backend + runner

⚠️ Export the gate knobs before the :9100 run, or it looks like a Pixal3D hang

artpipe serve + POST /jobs on the 4090 needs #835's overrides exported, otherwise _acquire_gpu waits…

spikerj commented on issue spikerj/spikersoft-issues#838 2026-07-25 01:01:23 +00:00
Pixal3D PR-5: deploy stack, method option, and routing cutover

Scope shrank a lot — #836 turned out to be already implemented on master under #357, so there is no backend code change needed for routing. Pixal3D is just another entry in the…

spikerj commented on issue spikerj/spikersoft-issues#837 2026-07-25 00:59:11 +00:00
Pixal3D PR-4: bake the pixal3d env image in CI

Done in spikersoft-artpipe PR #33 (folded in with the manifest rather than shipped separately — the case-block entry is inert without models/Pixal3D/artpipe.json, and building pixal3d alone…