pixelkiln 0.18.0 → 0.20.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 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. Any supported single-image
13
- style can declare one `quality` profile for native-grid recovery, a closed
14
- palette, measurable checks, and named approval. The profile does not change the
15
- provider request or its cost. Pack and mount use only approved derived PNGs.
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, with 1–16 review candidates |
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 | Full mocked coverage plus live generation, four-candidate review, cache-only restore, and three provider-neutral refinement runs on Apple MPS; background removal stays in the graph and aesthetic approval remains human |
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
- | 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 | 1 |
257
- | 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 | 2 |
258
- | 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 | 3 |
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. Finish live Retro Diffusion multi-candidate, tileset, GIF, and spritesheet
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
- 2. Run the shared environment briefs through Scenario, then add one custom-model
275
+ 3. Run the shared environment briefs through Scenario, then add one custom-model
271
276
  or project-LoRA benchmark.
272
- 3. Benchmark another pinned ComfyUI model and prompt pattern across at least two
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
- 4. Design ComfyUI Cloud as a separate authenticated and billable adapter.
275
- 5. Consider general raster marketplaces only with explicit nearest-neighbor,
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,7 +55,7 @@ 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 a fast local candidate sheet. |
58
+ | Generate and review | Resumable submit/poll/pick/fetch pipeline, exact next-step hints, and candidate or atomic frame-set review. |
59
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. |
@@ -183,9 +183,10 @@ packaging layer.
183
183
  }
184
184
  ```
185
185
 
186
- Styles are namespaces. Adding a second style re-derives the same asset ids into
187
- a separate output directory and separate lock keys without clobbering the first
188
- set. Generator choice, reference-image bytes, dimensions, palette, seed, and
186
+ Styles are namespaces. A variant can `extend` a base style while keeping its own
187
+ output directory, so later parent fixes reach every child without copied config.
188
+ Each style re-derives the same asset ids into separate lock keys. Generator
189
+ choice, reference-image bytes, dimensions, palette, seed, and
189
190
  prompt settings participate in deterministic spec identity. A manifest may
190
191
  select another provider and pass namespaced `providerOptions`; see
191
192
  [Set up PixelLab](./docs/PIXELLAB.md),
@@ -195,8 +196,8 @@ select another provider and pass namespaced `providerOptions`; see
195
196
  [provider comparison](./PROVIDERS.md) covers costs,
196
197
  current confidence, and limitations. ComfyUI works best as a composition tool:
197
198
  start with 48–128px native components and build larger scenes from accepted
198
- parts. Any single-image style can declare a `quality` profile for grid recovery,
199
- a closed palette, measurable checks, and named human approval. `plan --check`,
199
+ parts. Supported still styles and ComfyUI frame sets can declare a `quality`
200
+ profile for grid recovery, a closed palette, measurable checks, and named human approval. `plan --check`,
200
201
  `pack`, and `mount` then fail closed when that derived output is missing or
201
202
  stale. Changing the profile never schedules another provider generation.
202
203
 
@@ -253,8 +254,8 @@ replace a hard palette or reference-image constraint. See
253
254
 
254
255
  Generator names describe PixelKiln workflows; their exact capabilities and
255
256
  prices depend on the selected provider. Retro Diffusion also supports the
256
- provider-specific `animation` generator. ComfyUI currently supports `map`
257
- through an operator-supplied workflow. Scenario currently supports `map`
257
+ provider-specific `animation` generator. ComfyUI supports `map` plus atomic
258
+ still-image `frames` through an operator-supplied workflow. Scenario supports `map`
258
259
  with a required offline CU ceiling and a live quote before each paid call.
259
260
  Compare the adapters in the [provider comparison](./PROVIDERS.md).
260
261
 
@@ -356,7 +357,7 @@ exporters, managed artifact writes, and offline provenance verification. See
356
357
  | [Getting started](./docs/GETTING_STARTED.md) | First project, existing-art onboarding, everyday workflow, and what to commit. |
357
358
  | [Set up PixelLab](./docs/PIXELLAB.md) | Production-provider credentials, manifest, generators, and account workflows. |
358
359
  | [Set up Retro Diffusion](./docs/RETRO_DIFFUSION.md) | Experimental-provider credentials, styles, formats, cost checks, and limits. |
359
- | [Set up ComfyUI](./docs/COMFYUI.md) | Self-hosted workflows, per-asset input uploads, local cost semantics, and quality limits. |
360
+ | [Set up ComfyUI](./docs/COMFYUI.md) | Self-hosted stills, revisions, ordered frame sets, per-asset inputs, and quality limits. |
360
361
  | [Set up Scenario](./docs/SCENARIO.md) | Experimental hosted models, two-part credentials, CU preflight, review, and durable downloads. |
361
362
  | [Versioned recipes](./docs/RECIPES.md) | Pinned workflow packs, model hashes, manifest templates, and quality contracts. |
362
363
  | [Controlled revisions](./docs/REVISIONS.md) | Image-to-image/inpaint parents, masks, fail-closed readiness, provenance, and ComfyUI bindings. |