diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a9ca4..d64358d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ All notable public changes to `sprite-gen` are recorded here. Versions track the - Attack canvases reserve overhead room as well as forward room for raised weapon swings. Wide padding now honors headroom while preserving 16:9 and the still pixels; idle, walk, run and jump defaults are unchanged. - The attack motion prompt now tells the video model to strike with the weapon the character already holds and to keep its gear and outfit as drawn, so an armed sprite does not fall back to punching or grow new equipment mid-clip. -- Attack showcase: `docs/assets/attack-slime.gif`, `attack-fox-hood.gif`, `attack-paladin.gif` and `attack-claudecy-katana.gif` were produced by this release's pipeline (still, canvas, Grok Imagine clip, frames gate, loop selection) with no manual cut points. On a ten-character side-view sample every attack closed its loop; two clips needed the built-in single regeneration because the model framed the raised weapon above the top edge. +- Attack showcase: `docs/assets/attack-slime.gif`, `attack-fox-hood.gif`, `attack-paladin.gif`, `attack-claudecy-samurai.gif` (two-handed cut) and `attack-claudecy-samurai-onehand.gif` were produced by this release's pipeline (still, canvas, Grok Imagine clip, frames gate, loop selection) with no manual cut points. On a ten-character side-view sample every attack closed its loop; two clips needed the built-in single regeneration because the model framed the raised weapon above the top edge. ## v2.5.2 - Cleaner video spill correction diff --git a/README.ko.md b/README.ko.md index 728a218..fb41b91 100644 --- a/README.ko.md +++ b/README.ko.md @@ -28,7 +28,7 @@ 측면 스프라이트는 `video-set`의 `--facing right|left`를 캔버스 배치와 클립 프롬프트에 일관되게 사용한다. 방향 판정기는 **기본적으로 기록만 남기며**(`--facing-fix none`), 높은 신뢰도에서도 틀릴 수 있다. `gen --ref image.png --facing right`는 생성 문장으로 방향을 요구한다. `gen`의 방향 기본값은 보존이며, 문장만으로 결과를 보장할 수는 없다. 보정은 `--facing-fix mirror` 또는 `gen --facing-fix regen`을 명시해야 하므로 먼저 스틸을 확인한다. [방향 옵션](SKILL.md#side-view-facing). -

v2.5.3 공격 루프 예시(수동 컷 없음): README 영문판의 네 GIF(카타나 클로디시, 슬라임, 두건 여우, 성기사)를 참고.

+

v2.5.3 공격 루프 예시(수동 컷 없음): README 영문판의 네 GIF(사무라이 클로디시, 슬라임, 두건 여우, 성기사)를 참고.

## 요청으로 시작하기 diff --git a/README.md b/README.md index 7a13c70..4f6e9b5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Ask an image model for a "sprite sheet" and you know what you get: a character w For side sprites, `video-set` uses `--facing right|left` consistently across canvas placement and clip prompts. Its direction detector is **record-only by default** (`--facing-fix none`) and can be wrong even at high confidence. Use `gen --ref image.png --facing right` to request orientation in the generation prompt; `gen` otherwise preserves orientation. Prompts request direction but cannot guarantee the result. Correction is opt-in: `--facing-fix mirror`, or `gen --facing-fix regen`; review the still before using either. See [facing options](SKILL.md#side-view-facing).

- Katana slash loop + Samurai Claudecy two-handed katana cut loop + Samurai Claudecy one-handed katana cut loop Slime attack loop Hooded fox attack loop Paladin attack loop diff --git a/docs/assets/attack-claudecy-katana.gif b/docs/assets/attack-claudecy-katana.gif deleted file mode 100644 index 53ce447..0000000 Binary files a/docs/assets/attack-claudecy-katana.gif and /dev/null differ diff --git a/docs/assets/attack-claudecy-samurai-onehand.gif b/docs/assets/attack-claudecy-samurai-onehand.gif new file mode 100644 index 0000000..40eb695 Binary files /dev/null and b/docs/assets/attack-claudecy-samurai-onehand.gif differ diff --git a/docs/assets/attack-claudecy-samurai.gif b/docs/assets/attack-claudecy-samurai.gif new file mode 100644 index 0000000..a08eb43 Binary files /dev/null and b/docs/assets/attack-claudecy-samurai.gif differ