@koda-sl/baker-cli 0.270.4-dev.719d8b6f3 → 0.270.4-dev.e9d93ca9c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -59,7 +59,7 @@ import {
59
59
  ulid,
60
60
  validateCanvasDeep,
61
61
  ytDlpBlockSignal
62
- } from "./chunk-Y2GYULGB.js";
62
+ } from "./chunk-6GLEDTUP.js";
63
63
  import {
64
64
  csvOrJson,
65
65
  daysAgoIso,
@@ -26263,11 +26263,7 @@ function thinProfileHint(profile, handle) {
26263
26263
  }
26264
26264
  function creationHints(created, profile) {
26265
26265
  const thin = thinProfileHint(profile, created.handle);
26266
- const casting = created.likeness === "synthetic" ? [
26267
- `The user chooses this face, and it only happens if you ask: call \`request_avatar_casting { avatarHandle: "${created.handle}" }\` now. It shows them real portraits and blocks until they pick \u2014 never stand in a question of your own, which can only offer them words. The sheet building right now is fused from a face nobody has chosen.`
26268
- ] : [];
26269
26266
  const hints2 = [
26270
- ...casting,
26271
26267
  ...thin ? [thin] : [],
26272
26268
  ...castingHints({ handle: created.handle, status: created.status }),
26273
26269
  `Once it is ready, cast it with \`--avatar ${created.handle}\` on \`baker studio generate\` / \`baker studio animate\` \u2014 that flag is what grounds the render on its identity sheet and, for a clip, what makes it speak in this avatar's own voice.`