revert(assets): 移除 fal 參考圖生成器(#100,建立在錯誤前提)#107
Merged
Conversation
…ong premise #100 added a fal.ai → PixelLab reference generator on the assumption the team generates pet art via fal. That turned out to be a misremembering — the repo's pipeline, the API key (PIXELLAB_API_KEY), and the subscription (PixelLab Pixel Apprentice) are all PixelLab; there are no fal traces anywhere. The script was unused dead code (no caller, no imports), so remove it to keep the repo honest. Deletes Scripts/gen_fal_reference.py, Scripts/test_gen_fal_reference.py, and docs/pet-design/fal-reference-pipeline.md. No other file referenced them; the remaining 7 Scripts test suites stay green. The full-automation PixelLab path (gen_pixellab_zip, PRs #101–#105) is the supported way to generate assets. 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.
#100 基於「你們用 fal 生成寵物美術」的假設加了 fal→PixelLab 參考圖生成器。後來釐清那是記錯 —— repo 的 pipeline、API key(
PIXELLAB_API_KEY)、訂閱(PixelLab Pixel Apprentice)全是 PixelLab,整個 repo 沒有任何 fal 痕跡。那個 script 是無人呼叫的死碼,移除讓 repo 保持誠實。刪除
Scripts/gen_fal_reference.py、Scripts/test_gen_fal_reference.py、docs/pet-design/fal-reference-pipeline.md。無其他檔案引用它們;剩餘 7 套 Scripts 測試維持綠。 生成資產的正式路徑是全自動的 PixelLab pipeline(gen_pixellab_zip,PR #101–#105)。🤖 Generated with Claude Code