Add tools/pixellab — PixelLab CLI wrappers (first vendor slice from #23) - #115
Open
Lifecharger wants to merge 1 commit into
Open
Add tools/pixellab — PixelLab CLI wrappers (first vendor slice from #23)#115Lifecharger wants to merge 1 commit into
Lifecharger wants to merge 1 commit into
Conversation
…os#23) First single-vendor slice of the tools/ contribution from issue Donchitos#23, split per maintainer request. Adds 7 PixelLab CLI scripts (text-to-pixel-art, UI elements, backgrounds, image-to-pixel, edit/inpaint, balance check), a per-vendor README, pinned requirements, and a .gitignore entry for per-vendor config.json key files. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First single-vendor slice of the
tools/contribution discussed in #23, split one-tool-at-a-time as requested.What's in this PR
tools/pixellab/— 7 Python CLI wrappers around PixelLab's official API + SDK:pixellab_generate_image.pypixellab_generate_ui.pypixellab_generate_background.pypixellab_image_to_pixelart.pypixellab_edit_image.pypixellab_balance.pypixellab_client.pyPlus
tools/README.md(folder tour + skill integration notes),tools/pixellab/README.md, a pinnedtools/requirements.txt(justrequests+pixellabfor this slice), and a.gitignoreentry so per-vendorconfig.jsonkey files can never be committed.11 files, ~620 lines. Rebased on current
main(v1.0.0) — the/asset-spec+/art-bibleintegration story from #23 applies unchanged.Key handling
Env-var-first (
PIXELLAB_SECRET) with gitignoredtools/pixellab/config.jsonfallback. No secrets committed.Example
python tools/pixellab/pixellab_generate_image.py \ --prompt "knight idle pose, side view" -W 128 -H 128 -o knight.pngLicense
MIT, matching CCGS (dual-licensed from Auto Game Builder as stated in #23).
Follow-up slices (
tools/meshy/,tools/tripo/, …) will come as separate PRs after this one lands — proposed order is in the #23 thread.🤖 Generated with Claude Code