blessedcoolant
934f9afd7e
feat(ui): Do not show SDXL Models in Canvas
2023-07-26 14:46:38 +10:00
psychedelicious
1c01a31ee8
feat(ui): setActiveTab only works with tab names
2023-07-26 14:46:38 +10:00
psychedelicious
c5389b3298
fix(ui): fix refiner steps math again
2023-07-26 14:46:38 +10:00
psychedelicious
fdbab5ffa9
feat(ui): hide sync models button if feature is disabled
2023-07-26 14:46:38 +10:00
psychedelicious
a6e544ebd5
fix(ui): fix refiner steps calculation for edge case of start = 1
2023-07-26 14:46:38 +10:00
psychedelicious
75b0507434
feat(nodes): change denoising start/end min/max to 0/1
2023-07-26 14:46:38 +10:00
blessedcoolant
59c2556e6b
feat: Move SDXL Image Denoising to own component
2023-07-26 14:46:38 +10:00
blessedcoolant
4fe889bbf8
fix: Possible fix to image to image / refiner setting sync
...
The main goal is to avoid noisy output no matter what the slider values are.
2023-07-26 14:46:38 +10:00
psychedelicious
cbcd416b70
fix(ui): fix refiner missing from model manager
...
Rolled back the earlier split of the refiner model query.
Now, when you use `useGetMainModelsQuery()`, you must provide it an array of base model types.
They are provided as constants for simplicity:
- ALL_BASE_MODELS
- NON_REFINER_BASE_MODELS
- REFINER_BASE_MODELS
Opted to just use args for the hook instead of wrapping the hook in another hook, we can tidy this up later if desired.
2023-07-26 14:46:38 +10:00
psychedelicious
6fa244a343
feat(ui): add vae precision select
2023-07-26 14:46:38 +10:00
psychedelicious
e5a660930c
feat(ui): add zod schemas for precision parameters
2023-07-26 14:46:38 +10:00
psychedelicious
61291ea105
feat: sdxl metadata
...
- update `CoreMetadata` class & `MetadataAccumulator` with fields for SDXL-specific metadata
- update the linear UI graphs to populate this metadata
2023-07-26 14:46:38 +10:00
psychedelicious
840205496a
feat(nodes): fix model load events on sdxl nodes
...
they need the `context` to be provided to emit socket events
2023-07-26 14:46:38 +10:00
psychedelicious
016797c890
feat(ui): add vaePrecision setting
...
no UI element for it yet
2023-07-26 14:46:38 +10:00
psychedelicious
00e69d5d12
feat(ui): adjust seed param styling
2023-07-26 14:46:38 +10:00
psychedelicious
8e90f9024d
feat(ui): remove isRefinerAvailable
state, update refiner node
...
We can derive `isRefinerAvailable` from the query result (eg are there any refiner models installed). This is a piece of server state, so by using the list models response directly, we can avoid needing to manually keep the client in sync with the server.
Created a `useIsRefinerAvailable()` hook to return this boolean wherever it is needed.
Also updated the main models & refiner models endpoints to only return the appropriate models. Now we don't need to filter the data on these endpoints.
2023-07-26 14:46:38 +10:00
psychedelicious
751c4407e4
feat(ui): add node type to invocation started
2023-07-26 14:46:38 +10:00
blessedcoolant
6c46304eb8
fix: Replug Image To Latents VAE back in the Refiner graph for img2img
2023-07-26 14:46:38 +10:00
blessedcoolant
0eb31c5710
fix: Cyclic push in the graph
2023-07-26 14:46:38 +10:00
blessedcoolant
6295e56d96
feat: Add SDXL Refiner to Linear UI
2023-07-26 14:46:38 +10:00
blessedcoolant
5202610160
feat: Move SDXL Refiner to own route & set appropriate disabled statuses
2023-07-26 14:46:38 +10:00
blessedcoolant
8d1b8179af
feat: Create UI for SDXL Refiner Options
2023-07-26 14:46:38 +10:00
blessedcoolant
3bdb059eb7
wip: SDXL Refiner UI Data
2023-07-26 14:46:38 +10:00
blessedcoolant
b0ebd148fa
feat: Add Style Prompts to Linear UI
2023-07-26 14:46:38 +10:00
blessedcoolant
9f94d0e52a
feat: Create SDXL Slice
2023-07-26 14:46:38 +10:00
blessedcoolant
9c180da58a
feat: Add SDXL Image To Image to Linear UI
2023-07-26 14:46:38 +10:00
blessedcoolant
57d833035d
feat: Add SDXL Base To Linear Text To Image
2023-07-26 14:46:38 +10:00
Lincoln Stein
c145681488
bump version number; add SDXL-1.0 to installer
2023-07-26 00:17:00 -04:00
Lincoln Stein
032e9c8165
Merge branch 'main' into patch
2023-07-25 22:24:36 -04:00
Lincoln Stein
dbc3d42afc
install all recommended models with --yes; don't alter starter model screen
2023-07-25 22:24:03 -04:00
Mary Hipp
7f5a89f567
add option to disable model syncing in UI
2023-07-26 11:18:38 +10:00
Lincoln Stein
2db9b3b2ae
Merge branch 'main' into patch
2023-07-25 16:27:10 -04:00
Lincoln Stein
e43e198102
rework configure/install TUI to require less space
2023-07-25 11:25:26 -04:00
Lincoln Stein
2aefa921fe
fix "unknown model type" error when rebasing a model with API
...
- Add command-line model probing script for dev use
- Minor documentation tweak
2023-07-25 08:36:57 -04:00
Lincoln Stein
11e6ecc1bf
Merge branch 'main' into feat/controlnet-and-sdxl-convert
2023-07-25 08:05:17 -04:00
Lincoln Stein
fc4e104c61
tested on 3.11 and 3.10
2023-07-24 17:13:32 -04:00
blessedcoolant
7ea477abef
Merge branch 'main' into feat/canvas-generation-mode
2023-07-24 20:34:25 +12:00
psychedelicious
61fa960a18
feat(ui): make generation mode calculation more granular
2023-07-24 18:16:15 +10:00
blessedcoolant
1969afd038
Merge branch 'main' into feat/fix-soft-locks
2023-07-24 20:12:10 +12:00
blessedcoolant
d6bf6513ef
Merge branch 'main' into fix-types-2
2023-07-24 20:01:48 +12:00
camenduru
cbb90cbdbb
Download all model types.
2023-07-24 10:59:59 +03:00
blessedcoolant
9c59083406
Merge branch 'main' into fix-types-1
2023-07-24 19:52:46 +12:00
blessedcoolant
e766ddbcf4
fix: Generate random seed using the generator instead of RandomState
2023-07-24 19:38:21 +12:00
blessedcoolant
374b4a1b12
Merge branch 'main' into pr/3917
2023-07-24 18:58:34 +12:00
blessedcoolant
0cf7a10c5c
fix: Other lora missing type
2023-07-24 18:58:24 +12:00
psychedelicious
66cdeba8a1
fix(nodes): fix seed modulus operation
...
This was incorect and resulted in the max seed being one less than intended.
2023-07-24 16:44:32 +10:00
psychedelicious
d5a75eb833
feat: increase seed from int32 to uint32
...
At some point I typo'd this and set the max seed to signed int32 max. It should be *un*signed int32 max.
This restored the seed range to what it was in v2.3.
2023-07-24 16:34:50 +10:00
Alexandre Macabies
0beec08d38
Add missing import.
2023-07-23 16:40:05 +02:00
Lincoln Stein
f2a6f0cf21
SDXL & SDXL-refiner models convert correctly
2023-07-23 09:31:14 -04:00
Alexandre Macabies
07a90c0198
Fix incorrect use of a singleton list.
...
This was found through pylance type errors. Go types!
2023-07-23 15:28:05 +02:00