Bump Assistent to 0.5: denser Krea packs, slash commands, and chips.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
<option value="compose_scene">Compose scene</option>
|
||||
<option value="fix_params">Fix params</option>
|
||||
<option value="inpaint_edit">Inpaint / img2img</option>
|
||||
<option value="describe_ref">Describe ref</option>
|
||||
</select>
|
||||
<select id="sa_model" class="sa-select sa-model-select" title="Ollama model">
|
||||
<option value="">Loading models…</option>
|
||||
@@ -52,7 +53,7 @@
|
||||
<div class="sa-messages" id="sa_messages">
|
||||
<div class="sa-chat-empty" id="sa_chat_empty">
|
||||
<div class="sa-chat-empty-title">Collaborative Krea 2</div>
|
||||
<div class="sa-chat-empty-hint">Write a prompt, drop refs on the board, or send Generate via <em>Send to Assistent</em>.</div>
|
||||
<div class="sa-chat-empty-hint">Write a prompt, drop refs, use aspect chips, or type <code>/help</code>.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sa-livebar" id="sa_livebar" hidden>
|
||||
@@ -61,7 +62,18 @@
|
||||
<span class="sa-elapsed" id="sa_elapsed"></span>
|
||||
</div>
|
||||
<div class="sa-composer" id="sa_composer">
|
||||
<textarea id="sa_input" rows="3" placeholder="Ask for a prompt, img2img, inpaint, critique… (Enter = send, Shift+Enter = newline)"></textarea>
|
||||
<div class="sa-chips" id="sa_chips" role="toolbar" aria-label="Quick params">
|
||||
<button type="button" class="sa-chip" data-aspect="1:1" title="1024×1024">1:1</button>
|
||||
<button type="button" class="sa-chip" data-aspect="4:5" title="928×1152">4:5</button>
|
||||
<button type="button" class="sa-chip" data-aspect="2:3" title="832×1248">2:3</button>
|
||||
<button type="button" class="sa-chip" data-aspect="16:9" title="1376×768">16:9</button>
|
||||
<button type="button" class="sa-chip" data-aspect="9:16" title="768×1376">9:16</button>
|
||||
<span class="sa-chip-sep" aria-hidden="true"></span>
|
||||
<button type="button" class="sa-chip" data-seed="lock" title="Keep current seed">Seed lock</button>
|
||||
<button type="button" class="sa-chip" data-seed="random" title="Random seed">Seed −1</button>
|
||||
<button type="button" class="sa-chip" data-vary="1" title="Same prompt, new seed + generate">Vary</button>
|
||||
</div>
|
||||
<textarea id="sa_input" rows="3" placeholder="Ask for a prompt, img2img, critique… Enter = send · /help = commands"></textarea>
|
||||
<div class="sa-composer-actions">
|
||||
<button type="button" class="basic-button sa-primary" id="sa_btn_send">Send</button>
|
||||
<button type="button" class="basic-button" id="sa_btn_interrupt" title="Interrupt generation / chat" hidden>Interrupt</button>
|
||||
|
||||
Reference in New Issue
Block a user