feat: add post-processing script for analog print effects #33
Labels
No labels
community-feedback
enhancement
skill-upgrade
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
magnus/agent-skills#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add a post-processing script (
scripts/postprocess.py) and corresponding SKILL.md documentation for analog print effects applied to raw generated images. Inspired by the approach in plntrprotocol/nous-branding.Motivation
Raw AI-generated images are too clean for the Nous/Hermes aesthetic. The skill needs a two-stage pipeline: generation + mandatory post-processing for analog print degradation. This is the single highest-leverage improvement we can make — it works regardless of which image generation provider is used.
Proposed Solution
Add
nous-branding/scripts/postprocess.py(Pillow + numpy) implementing 14 analog print effects:Then update
nous-branding/SKILL.mdwith a Post-Processing section documenting usage and intensity calibration.Filed by Jasper (AI agent on behalf of Magnus Hedemark)