pixelkiln 0.17.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/PROVIDERS.md +20 -15
- package/README.md +7 -7
- package/dist/cli.js +1238 -548
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +1225 -544
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +228 -53
- package/dist/index.d.ts +228 -53
- package/dist/index.js +1225 -546
- package/dist/index.js.map +1 -1
- package/docs/AGENTS.md +1 -1
- package/docs/ARCHITECTURE.md +25 -10
- package/docs/ARTIFACTS.md +9 -4
- package/docs/CLI.md +12 -8
- package/docs/COMFYUI.md +155 -10
- package/docs/GENERATORS.md +16 -0
- package/docs/GETTING_STARTED.md +2 -1
- package/docs/LIBRARY.md +25 -4
- package/docs/MANIFEST.md +62 -12
- package/docs/QUALITY.md +11 -3
- package/docs/README.md +2 -2
- package/package.json +1 -1
- package/schema/manifest.schema.json +42 -1
- package/schema/recipe.schema.json +7 -1
- package/skills/pixelkiln/SKILL.md +2 -0
- package/skills/pixelkiln/references/comfyui.md +26 -4
- package/skills/pixelkiln/references/quality.md +7 -2
package/PROVIDERS.md
CHANGED
|
@@ -9,10 +9,10 @@ PixelLab remains the default so existing manifests and spec hashes remain
|
|
|
9
9
|
compatible. The manifest's top-level `provider` is the default; a style may
|
|
10
10
|
override it. Keep service settings under the matching `providerOptions` key.
|
|
11
11
|
|
|
12
|
-
Provider choice and release quality are separate.
|
|
13
|
-
|
|
14
|
-
palette, measurable checks, and named approval. The profile
|
|
15
|
-
provider request or
|
|
12
|
+
Provider choice and release quality are separate. Supported single-image styles
|
|
13
|
+
and ComfyUI frame sets can declare one `quality` profile for native-grid
|
|
14
|
+
recovery, a closed palette, measurable checks, and named approval. The profile
|
|
15
|
+
does not change the provider request or cost. Packaging uses only approved PNGs.
|
|
16
16
|
|
|
17
17
|
To configure a project, use [Set up PixelLab](./docs/PIXELLAB.md),
|
|
18
18
|
[Set up Retro Diffusion](./docs/RETRO_DIFFUSION.md),
|
|
@@ -82,13 +82,13 @@ prompt, size, batch, and optional seed inputs PixelKiln may replace.
|
|
|
82
82
|
| Decision | ComfyUI through PixelKiln |
|
|
83
83
|
|---|---|
|
|
84
84
|
| Best fit today | Local composition experiments, private inputs, controlled revisions, and teams prepared to maintain and manually validate custom graphs |
|
|
85
|
-
| PixelKiln generator | `map` stills |
|
|
86
|
-
| Output | One PNG output node
|
|
85
|
+
| PixelKiln generator | `map` stills and atomic `frames` sets |
|
|
86
|
+
| Output | One PNG output node: 1–16 map candidates or 2–64 ordered still frames |
|
|
87
87
|
| Revision input | `image-to-image`, `inpaint`, and user-authored `outpaint` graphs; hashed parent/mask uploads and source comparison are covered. The bundled img2img graph passed a three-strength live smoke but missed the requested winter treatment and lost alpha. |
|
|
88
88
|
| Cost model | `0 free`; local compute and hosting are outside PixelKiln's estimate |
|
|
89
89
|
| Reproducibility | Workflow content is hashed; model files, custom-node versions, and runtime settings must still be managed outside PixelKiln |
|
|
90
90
|
| Account lifecycle | Read-only connectivity check; no balance, remote object listing, tagging, or purge |
|
|
91
|
-
| Confidence |
|
|
91
|
+
| Confidence | Live map generation, four-candidate review, cache-only restore, and refinement on Apple MPS; deterministic coverage for frame submission, ordered review/fetch, shared-grid and palette gating, approval, and packing |
|
|
92
92
|
|
|
93
93
|
Choose ComfyUI when control over the graph is worth the extra validation. Start
|
|
94
94
|
with a hosted provider when you want less cleanup. Two ComfyUI machines can run
|
|
@@ -240,6 +240,8 @@ candidate review, cache recovery, native-grid recovery, palette enforcement,
|
|
|
240
240
|
and the approval record work. The tested SDXL plus Pixel Art XL graph can find
|
|
241
241
|
a composition, but it is not a production preset. Background removal stays in
|
|
242
242
|
the graph. A person must still check the brief, pixel clusters, and drawing.
|
|
243
|
+
The ordered frame-set lifecycle is deterministic-test complete; its next gate
|
|
244
|
+
is a live, pinned pose workflow and a public identity/motion benchmark.
|
|
243
245
|
|
|
244
246
|
Per-style provider routing now lets one manifest send a building style to
|
|
245
247
|
PixelLab, an animation style to Retro Diffusion, and a private model workflow
|
|
@@ -253,9 +255,10 @@ experimental until more model schemas and representative art briefs pass.
|
|
|
253
255
|
|
|
254
256
|
| Candidate | What it adds | Fit with PixelKiln | Main cost or risk | Priority |
|
|
255
257
|
|---|---|---|---|---:|
|
|
256
|
-
|
|
|
257
|
-
|
|
|
258
|
-
|
|
|
258
|
+
| ComfyUI pose-to-frame recipe and benchmark | A repeatable route from ordered controls to one approved sprite sequence | Exercises the new atomic frame lifecycle and turns infrastructure into a workflow users can copy | Identity and loop quality still require live testing and human review | 1 |
|
|
259
|
+
| Scenario comparable benchmark | Custom-trained style models and hosted third-party generation | Tests the same environment briefs now that CU accounting, review, PNG output, and signed-URL recovery are proven | Model schemas differ, and the first live smoke is not directly comparable to the existing provider set | 2 |
|
|
260
|
+
| ComfyUI Cloud | Managed execution of workflow graphs without running a local GPU | Could reuse part of the workflow model, but authentication, endpoints, billing, and lifecycle must remain separate from the local adapter | Treating cloud as a base-URL swap would hide real security and cost differences | 3 |
|
|
261
|
+
| fal | A large hosted model catalog, including pixel-art style controls, LoRAs, editing, upscaling, and background removal | Queue-based requests and model schemas are accessible through one client | Model-specific schemas and prices move the adapter toward a marketplace abstraction rather than one stable art workflow | 4 |
|
|
259
262
|
|
|
260
263
|
Scenario's [custom generation API](https://docs.scenario.com/get-started/generation/third-party-model-generation)
|
|
261
264
|
returns asynchronous jobs, while its
|
|
@@ -265,14 +268,16 @@ normal plan, submit, poll, review, fetch, and restore lifecycle.
|
|
|
265
268
|
|
|
266
269
|
Recommended order from here:
|
|
267
270
|
|
|
268
|
-
1.
|
|
271
|
+
1. Build and live-test one pinned ComfyUI pose workflow across two character
|
|
272
|
+
families, then publish its recipe and 4–8 frame identity/motion benchmark.
|
|
273
|
+
2. Finish live Retro Diffusion multi-candidate, tileset, GIF, and spritesheet
|
|
269
274
|
smoke tests.
|
|
270
|
-
|
|
275
|
+
3. Run the shared environment briefs through Scenario, then add one custom-model
|
|
271
276
|
or project-LoRA benchmark.
|
|
272
|
-
|
|
277
|
+
4. Benchmark another pinned ComfyUI model and prompt pattern across at least two
|
|
273
278
|
scene families. Reject any improvement that helps only one subject.
|
|
274
|
-
|
|
275
|
-
|
|
279
|
+
5. Design ComfyUI Cloud as a separate authenticated and billable adapter.
|
|
280
|
+
6. Consider general raster marketplaces only with explicit nearest-neighbor,
|
|
276
281
|
palette, transparency, and reproducibility checks.
|
|
277
282
|
|
|
278
283
|
Midjourney is not an adapter target without an official public API. Automating
|
package/README.md
CHANGED
|
@@ -55,8 +55,8 @@ PixelKiln keeps the missing record:
|
|
|
55
55
|
| Workflow | What PixelKiln provides |
|
|
56
56
|
|---|---|
|
|
57
57
|
| Plan and budget | Offline manifest/lock/disk diff, provider-grouped estimates, keyed mixed-provider budget ceilings, JSON/CI gate. |
|
|
58
|
-
| Generate and review | Resumable submit/poll/pick/fetch pipeline, exact next-step hints, and
|
|
59
|
-
| Controlled
|
|
58
|
+
| Generate and review | Resumable submit/poll/pick/fetch pipeline, exact next-step hints, and candidate or atomic frame-set review. |
|
|
59
|
+
| Controlled inputs | Hashed image-to-image/inpaint lineage, fail-closed parent approval, source-versus-candidate review, and content-addressed per-asset ComfyUI bindings. |
|
|
60
60
|
| Existing-art onboarding | Manifest scaffolding, exact-hash account adoption, and prompt recovery. |
|
|
61
61
|
| Recovery | Safe stale-output replacement, validated caches, durable references, and resumable paid jobs. |
|
|
62
62
|
| Shared-account safety | Cross-project claim files or a registered workspace catalog, sibling-style exclusion, reviewed salvage, keep/discard tags, separate confirmed purge. |
|
|
@@ -195,8 +195,8 @@ select another provider and pass namespaced `providerOptions`; see
|
|
|
195
195
|
[provider comparison](./PROVIDERS.md) covers costs,
|
|
196
196
|
current confidence, and limitations. ComfyUI works best as a composition tool:
|
|
197
197
|
start with 48–128px native components and build larger scenes from accepted
|
|
198
|
-
parts.
|
|
199
|
-
a closed palette, measurable checks, and named human approval. `plan --check`,
|
|
198
|
+
parts. Supported still styles and ComfyUI frame sets can declare a `quality`
|
|
199
|
+
profile for grid recovery, a closed palette, measurable checks, and named human approval. `plan --check`,
|
|
200
200
|
`pack`, and `mount` then fail closed when that derived output is missing or
|
|
201
201
|
stale. Changing the profile never schedules another provider generation.
|
|
202
202
|
|
|
@@ -253,8 +253,8 @@ replace a hard palette or reference-image constraint. See
|
|
|
253
253
|
|
|
254
254
|
Generator names describe PixelKiln workflows; their exact capabilities and
|
|
255
255
|
prices depend on the selected provider. Retro Diffusion also supports the
|
|
256
|
-
provider-specific `animation` generator. ComfyUI
|
|
257
|
-
through an operator-supplied workflow. Scenario
|
|
256
|
+
provider-specific `animation` generator. ComfyUI supports `map` plus atomic
|
|
257
|
+
still-image `frames` through an operator-supplied workflow. Scenario supports `map`
|
|
258
258
|
with a required offline CU ceiling and a live quote before each paid call.
|
|
259
259
|
Compare the adapters in the [provider comparison](./PROVIDERS.md).
|
|
260
260
|
|
|
@@ -356,7 +356,7 @@ exporters, managed artifact writes, and offline provenance verification. See
|
|
|
356
356
|
| [Getting started](./docs/GETTING_STARTED.md) | First project, existing-art onboarding, everyday workflow, and what to commit. |
|
|
357
357
|
| [Set up PixelLab](./docs/PIXELLAB.md) | Production-provider credentials, manifest, generators, and account workflows. |
|
|
358
358
|
| [Set up Retro Diffusion](./docs/RETRO_DIFFUSION.md) | Experimental-provider credentials, styles, formats, cost checks, and limits. |
|
|
359
|
-
| [Set up ComfyUI](./docs/COMFYUI.md) |
|
|
359
|
+
| [Set up ComfyUI](./docs/COMFYUI.md) | Self-hosted stills, revisions, ordered frame sets, per-asset inputs, and quality limits. |
|
|
360
360
|
| [Set up Scenario](./docs/SCENARIO.md) | Experimental hosted models, two-part credentials, CU preflight, review, and durable downloads. |
|
|
361
361
|
| [Versioned recipes](./docs/RECIPES.md) | Pinned workflow packs, model hashes, manifest templates, and quality contracts. |
|
|
362
362
|
| [Controlled revisions](./docs/REVISIONS.md) | Image-to-image/inpaint parents, masks, fail-closed readiness, provenance, and ComfyUI bindings. |
|