Skip to content

Releases: omnichar/OmniChar

v1.3.24

Choose a tag to compare

@imprsnst imprsnst released this 19 Sep 08:03
6dc558d

What's Changed

Full Changelog: v1.3.23...v1.3.24

v1.3.23 - h3 training fix

Choose a tag to compare

@imprsnst imprsnst released this 15 Sep 19:26

Full Changelog: v1.3.22...v1.3.23

v1.3.22 - lora dirs

Choose a tag to compare

@imprsnst imprsnst released this 15 Sep 06:02
bc248cc

dirs for trained LoRAs (INLINE_TRAINED_LORAS_DIR) and run data (INLINE_RUN_DATA_DIR).

v1.3.21 - Uploads usable in runs envs

Choose a tag to compare

@imprsnst imprsnst released this 10 Sep 15:10
  • Files uploaded with POST /v1/assets can now be used in a run.
  • New INLINE_ASSET_DIR sets where uploads are stored
  • New INLINE_CHARACTERS_DIR sets where .char files are written

Full Changelog: v1.3.20...v1.3.21

v1.3.20 - Train Flux 1 & Flux Klein LoRas

Choose a tag to compare

@imprsnst imprsnst released this 10 Sep 10:26
594787a

What's new in v1.3.20

  1. FLUX.1 dev gets a generate node and LoRA training.
  2. FLUX.2 can now train on klein Base 9B as well as 4B, and the Base setting picks which one.
  3. 4-bit models now load into RAM and are quantized as they move to the GPU, so peak VRAM drops. FLUX.1 goes from 23.8 to 6.2 GB, and klein 4B from 7.8 to 2.2 GB.
  4. App rename from Inline Studio to OpenChar Studio

What's Changed

  • Flux lora training: Flux 1 & Flux Klein(4B & 9B) by @imprsnst in #69

Full Changelog: v1.3.19...v1.3.20

v1.3.19 - APIs

Choose a tag to compare

@imprsnst imprsnst released this 08 Sep 06:07

Interactive API docs at /api, served by the app itself.

  • /api — a browsable reference for every route, themed to match the app and working with no network
  • Accurate schema — every request body and response is now declared, plus the 153 RPC channels and both websocket streams
  • Fixed — a server run from a checkout reported its version as 0.0.0

Full Changelog: v1.3.18...v1.3.19

v1.3.18 - launcher fixes

Choose a tag to compare

@imprsnst imprsnst released this 07 Sep 11:34

Full Changelog: v1.3.17...v1.3.18

v1.3.17 - Rename pypi packages

Choose a tag to compare

@imprsnst imprsnst released this 07 Sep 07:20

Full Changelog: v1.3.16...v1.3.17

v1.3.16 - Character Finetuning

Choose a tag to compare

@imprsnst imprsnst released this 07 Sep 06:43
232dcdb

What's Changed

  • Finetune Character node, reference re-testing, and wardrobe scoring by @imprsnst in #66

Full Changelog: v1.3.15...v1.3.16

v1.3.15 - Character: API Nodes(Nano Banana, Seedance & Minimax H3)

Choose a tag to compare

@imprsnst imprsnst released this 03 Sep 09:26
b7d88e2

What's Changed

  • character: support for api nodes, minimax, seedance & nanobanana by @imprsnst in #64

Full Changelog: v1.3.14...v1.3.15