Add case study: AI furniture compositing with FLUX.1 Kontext (en + zh)
Deploy / build (push) Successful in 15s
Deploy / build (push) Successful in 15s
This commit is contained in:
@@ -267,6 +267,23 @@ const BANNERS = {
|
||||
{ n: '5', label: 'verify ✓' },
|
||||
],
|
||||
},
|
||||
|
||||
'ai-furniture-compositing-with-flux-kontext': {
|
||||
titlebar: 'client — furniture compositing PoC',
|
||||
lines: [
|
||||
{ t: 'prompt', text: '$' }, { t: 'cmd', text: 'POST fal-ai/flux-pro/kontext/multi · 2 photos in' },
|
||||
{ t: 'err', text: 'toDataURL: tainted canvas · may not be exported' },
|
||||
{ t: 'prompt', text: '$' }, { t: 'cmd', text: 'fix = same-origin paths · enhance_prompt:false · name objects' },
|
||||
{ t: 'prompt', text: '' }, { t: 'ok', text: '→ 1 staged room out ✓ ($0.04, ~17s)' },
|
||||
],
|
||||
flow: [
|
||||
{ n: '1', label: '2 photos in' },
|
||||
{ n: '2', label: 'tainted canvas', err: true },
|
||||
{ n: '3', label: 'same-origin fix' },
|
||||
{ n: '4', label: 'prompt anchoring' },
|
||||
{ n: '5', label: '1 room out ✓' },
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
const DEFAULT_BANNER = {
|
||||
|
||||
@@ -93,6 +93,11 @@ const TERMINALS = {
|
||||
<div class="line"><span class="prompt">$</span><span class="cmd">git pull --ff-only origin main</span></div>
|
||||
<div class="line"><span class="prompt"> </span><span class="err">refusing: local divergence · never --force</span></div>
|
||||
<div class="line"><span class="prompt">$</span><span class="cmd">diff -rq live skills · merge on conflict</span><span class="fix">→ synced ✓</span></div>`,
|
||||
|
||||
'ai-furniture-compositing-with-flux-kontext': `
|
||||
<div class="line"><span class="prompt">$</span><span class="cmd">fetch fal-ai/flux-pro/kontext/multi · 2 photos in</span></div>
|
||||
<div class="line"><span class="prompt"> </span><span class="err">toDataURL: tainted canvas · may not be exported</span></div>
|
||||
<div class="line"><span class="prompt">$</span><span class="cmd">enhance_prompt:false · same-origin paths</span><span class="fix">→ 1 room out ✓</span></div>`,
|
||||
};
|
||||
|
||||
const DEFAULT_TERMINAL = `
|
||||
|
||||
Reference in New Issue
Block a user