pixelkiln 0.38.0 → 0.39.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 +4 -1
- package/README.md +4 -4
- package/dist/cli.js +747 -93
- package/dist/cli.js.map +1 -1
- package/dist/client/gallery.js +32 -32
- package/dist/index.cjs +743 -68
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1469 -206
- package/dist/index.d.ts +1469 -206
- package/dist/index.js +734 -68
- package/dist/index.js.map +1 -1
- package/docs/ARCHITECTURE.md +3 -3
- package/docs/ARTIFACTS.md +2 -2
- package/docs/CLI.md +31 -30
- package/docs/COMFYUI.md +12 -24
- package/docs/ENDPOINTS.md +2 -1
- package/docs/GENERATORS.md +35 -4
- package/docs/MANIFEST.md +100 -2
- package/docs/PIXELLAB.md +4 -2
- package/docs/README.md +1 -1
- package/docs/SCENARIO.md +1 -1
- package/package.json +1 -1
- package/schema/manifest.schema.json +133 -2
- package/schema/recipe.schema.json +21 -1
- package/skills/pixelkiln/references/pixellab.md +1 -0
package/PROVIDERS.md
CHANGED
|
@@ -57,7 +57,7 @@ the providers offer directly.
|
|
|
57
57
|
| Decision | PixelLab | Retro Diffusion |
|
|
58
58
|
|---|---|---|
|
|
59
59
|
| Best fit today | Existing PixelKiln projects, account reconciliation, and live-tested generation | Native pixel-art styles, USD budgets, animation, and alternate tileset workflows |
|
|
60
|
-
| PixelKiln generators | `map`, `pixflux`, `1dir`, `tiles` | `map` and `pixflux` stills, `tiles`, `animation` |
|
|
60
|
+
| PixelKiln generators | `map`, `pixflux`, `1dir`, `tiles`, `character` | `map` and `pixflux` stills, `tiles`, `animation` |
|
|
61
61
|
| Output | PNG stills, candidates, and structural tile members | PNG stills/tiles/spritesheets or animated GIF |
|
|
62
62
|
| Candidate review | Yes; count varies by generator and size | Yes for 1–16 still candidates; animations and tilesets currently use one result |
|
|
63
63
|
| References | `1dir` and tile style modes | Up to nine for supported RD Pro/user still styles; constrained inputs for animation and tiles |
|
|
@@ -203,6 +203,9 @@ uses; they are not a conversion to dollars:
|
|
|
203
203
|
| `pixflux` | 1 generation |
|
|
204
204
|
| `1dir` | 20–40 generations |
|
|
205
205
|
| `tiles` | 20–40 generations |
|
|
206
|
+
| `character` base | 1 (standard), 2–9 (v3), 20–40 (pro) |
|
|
207
|
+
| `character` state | 20–40 generations |
|
|
208
|
+
| `character` animation | 1 (template), 1 at 64px from text, 20–40 (pro) |
|
|
206
209
|
|
|
207
210
|
Retro Diffusion publishes USD formulas and fixed prices. Examples relevant to
|
|
208
211
|
PixelKiln include RD Fast from about $0.015 per image, RD Plus from about $0.025,
|
package/README.md
CHANGED
|
@@ -255,6 +255,7 @@ Measured PixelLab economics vary by 40×:
|
|
|
255
255
|
| Exact closed palette | `pixflux` | 1 generation |
|
|
256
256
|
| Candidate variety/reference anchoring/future animation | `1dir` | 20–40 generations |
|
|
257
257
|
| Independent or connectable ground tiles | `tiles` | 20–40 generations |
|
|
258
|
+
| A character in 4 or 8 directions, its poses, its loops | `character` | 1 per base, 20–40 per pose, 1 per template loop |
|
|
258
259
|
|
|
259
260
|
Start with the required capability, not the most expensive endpoint. Forty
|
|
260
261
|
`map` re-rolls cost the same as one 64×64 `1dir` call; conversely, `map` cannot
|
|
@@ -389,10 +390,9 @@ package share one source. Policies: [Contributing](./CONTRIBUTING.md),
|
|
|
389
390
|
|
|
390
391
|
## Scope
|
|
391
392
|
|
|
392
|
-
|
|
393
|
-
not implemented. Cross-project content-cache reuse and `workspace find`
|
|
394
|
-
deferred
|
|
395
|
-
[roadmap issues](https://github.com/gfargo/pixelkiln/issues).
|
|
393
|
+
Adopting and salvaging characters, and PixelLab's portrait and outfit tools,
|
|
394
|
+
are not implemented. Cross-project content-cache reuse and `workspace find`
|
|
395
|
+
are deferred. See the open [roadmap issues](https://github.com/gfargo/pixelkiln/issues).
|
|
396
396
|
|
|
397
397
|
## License
|
|
398
398
|
|