← back to Wallco Ai
variant-curator API: show only the new img2img-cleanup variants (generator=variants-i2i-cleanup), hide the old sparse focal-crop children Steve rejected
e4a15f7899a89f1ec53427fc275dac80ba9fe726 · 2026-06-12 08:45:28 -0700 · Steve Abrams
Files touched
Diff
commit e4a15f7899a89f1ec53427fc275dac80ba9fe726
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Fri Jun 12 08:45:28 2026 -0700
variant-curator API: show only the new img2img-cleanup variants (generator=variants-i2i-cleanup), hide the old sparse focal-crop children Steve rejected
---
server.js | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/server.js b/server.js
index 1210308..58d0c69 100644
--- a/server.js
+++ b/server.js
@@ -2772,10 +2772,13 @@ app.get('/api/variant-curator', (req, res) => {
`FROM all_designs d ` +
"LEFT JOIN wallco_variant_picks p ON p.design_id = d.id " +
`WHERE d.parent_design_id IN (${rootsCsv}) ` +
- "AND d.generator='controlnet-anchored-redo' " +
+ // Show ONLY the new img2img-cleanup variants (look-like-the-root, cleaned)
+ // — NOT the old sparse focal-crop seam-fix children (those were the wrong
+ // aesthetic Steve rejected 2026-06-12). New generator tag = variants-i2i-cleanup.
+ "AND d.generator='variants-i2i-cleanup' " +
"AND (d.user_removed IS NULL OR d.user_removed=FALSE) " +
"AND d.local_path IS NOT NULL " +
- "AND EXISTS (SELECT 1 FROM unnest(d.tags) tg WHERE tg LIKE 'redo-sample-from-%') " +
+ "AND EXISTS (SELECT 1 FROM unnest(d.tags) tg WHERE tg LIKE 'i2i-cleanup-from-%') " +
") s WHERE s.rn <= 10" +
") t;"
);
← 7d5a23e variants-9roots: PIVOT to img2img-low-denoise cleanup — vari
·
back to Wallco Ai
·
seam-joint-heal pipeline + variant-curator shows seam-joint- 0c5c224 →