| name | acg-factory-gumroad |
| description | Professional orchestration of the ACG Content Factory and "Brainless" Gumroad distribution. Use when creating premium character packs, managing Gumroad listings, or bypassing API limitations. |
🔞 ACG Factory Operational Excellence
🚀 The "Brainless" Workflow (End-to-End)
Use this exact sequence to generate and list a premium product:
-
Generation:
source /home/hjs/comfyui_env/bin/activate
python3 batch_gen.py --theme "<theme>" --count 20 --zip
-
Marketing Assets: Generate SFW cover and thumbnail variants using gen_image.py. Use keywords like "dressed, modest, high-resolution portrait".
-
Distribution:
python3 brainless_auto_gumroad.py --files image1.png image2.png --title "Premium ACG Art" --price 10.0
⚠️ Critical API Guardrails (Lessons Learned)
- The "One-Shot" Description Rule: The Gumroad API often ignores
PUT updates to descriptions. You MUST set the final professional marketing copy during the initial POST (Creation).
- Keyword Filtering: Avoid using "NSFW" or specific adult tags in the API
description field during creation, as it will trigger a 400 Bad Request. Use "Unrestricted" or "Collector Grade" instead.
- The Content Bridge: Always upload to Catbox.moe first. Providing a direct URL to Gumroad is the most reliable way to attach files via the API.
- Manual Hand-off: Even with successful API calls, the "New Builder" UI may hide files. Always verify the listing at
https://app.gumroad.com/products/<ID>/edit and perform a manual drag-and-drop if the content section appears empty.
📈 ROI Execution
- Pricing: Single images = $3.00. 20x Packs = $10.00 - $15.00.
- Traffic: Use Pixiv free teasers to drive traffic to Gumroad direct links.
- Capacity: The GB10 workstation supports ~1,289 images per 24h cycle.