psychedelicious
7c4550cbd5
chore(ui): lint
2025-06-26 20:00:33 +10:00
psychedelicious
abaa33e22c
wip
2025-06-26 20:00:32 +10:00
psychedelicious
faeb5f0c3b
refactor(ui): canvas flow (wip)
2025-06-26 19:50:34 +10:00
Mary Hipp
5a86490845
cleanup and refactor into hooks
2025-05-22 13:50:15 +10:00
Mary Hipp
27dc843046
Imagen4 working in UI
2025-05-22 13:50:15 +10:00
psychedelicious
576a644b3a
tidy(ui): modelpicker component
2025-05-01 23:22:19 +10:00
psychedelicious
31ab9be79a
feat(ui): iterate on picker
2025-05-01 23:22:19 +10:00
psychedelicious
5011fab85d
fix(ui): restore FLUX Dev info popover to main model picker
2025-05-01 10:59:51 +10:00
Mary Hipp
548e766c0b
feat(ui): ability to disable generating with API models
2025-05-01 10:59:51 +10:00
Mary Hipp Rogers
17027c4070
Maryhipp/chatgpt UI ( #7969 )
...
* add GPTimage1 as allowed base model
* fix for non-disabled inpaint layers
* lots of boilerplate for adding gpt-image base model and disabling things along with imagen
* handle gpt-image dimensions
* build graph for gpt-image
* lint
* feat(ui): make chatgpt model naming consistent
* feat(ui): graph builder naming
* feat(ui): disable img2img for imagen3
* feat(ui): more naming
* feat(ui): support presigned url prefetch
* feat(ui): disable neg prompt for chatgpt
* docs(ui): update docstring
* feat(ui): fix graph building issues for chatgpt
* fix(ui): node ids for chatgpt/imagen
* chore(ui): typegen
---------
Co-authored-by: Mary Hipp <maryhipp@Marys-MacBook-Air.local >
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com >
2025-04-29 09:38:03 -04:00
psychedelicious
2d7f9697bf
chore(ui): lint
2025-04-28 13:31:26 -04:00
psychedelicious
e56d41ab99
feat: rip out enhance prompt as toggleable option, imagen always randomizes seed
2025-04-28 13:31:26 -04:00
psychedelicious
871271fde5
feat(ui): rough out imagen3 support for canvas
2025-04-28 13:31:26 -04:00
psychedelicious
19a63abc54
fix(ui): hide file size on model picker when it is zero
2025-04-23 17:45:09 +10:00
psychedelicious
d802f8e7fb
feat(ui): disable search when no options
2025-04-23 17:45:09 +10:00
psychedelicious
6873e0308d
feat(ui): custom fallback for model picker when no models installed
2025-04-23 17:45:09 +10:00
psychedelicious
66eb73088e
feat(ui): rename user-provided extra ctx for picker from ctx to extra to be less confusing
2025-04-23 17:45:09 +10:00
psychedelicious
fbc1aae52d
feat(ui): more flexible fallbacks for model picker
2025-04-23 17:45:09 +10:00
psychedelicious
ba42c3e63f
feat(ui): tooltip for compact/full model picker view
2025-04-23 17:45:09 +10:00
psychedelicious
e8f6b3b77a
feat(ui): split out mainmodelpicker component
2025-04-23 17:45:09 +10:00
psychedelicious
8f13518c97
feat(ui): add clear search button to model combobox
2025-04-23 17:45:09 +10:00
psychedelicious
6afbc12074
feat(ui): when no model bases selected, show all models
2025-04-23 17:45:09 +10:00
psychedelicious
6b0a56ceb9
chore(ui): lint
2025-04-23 17:45:09 +10:00
psychedelicious
ca92497e52
feat(ui): remove description from model pciker for now
2025-04-23 17:45:09 +10:00
psychedelicious
97d45ceaf2
feat(ui): model picker filter buttons
2025-04-23 17:45:09 +10:00
psychedelicious
aeb3841a6f
feat(ui): wip model picker
2025-04-23 17:45:09 +10:00
psychedelicious
e7dcb6a03f
feat(ui): wip model picker
2025-04-23 17:45:09 +10:00
psychedelicious
fb95b7cc2b
feat(ui): wip model picker
2025-04-23 17:45:09 +10:00
psychedelicious
015dc3ac0d
feat(ui): wip model picker
2025-04-23 17:45:09 +10:00
psychedelicious
9d8a71b362
feat(ui): genericizing picker
2025-04-23 17:45:09 +10:00
psychedelicious
9a203a64dc
feat(ui): render picker in portal
2025-04-23 17:45:09 +10:00
psychedelicious
d80004e056
feat(ui): iterate on model combobox (wip)
2025-04-23 17:45:09 +10:00
psychedelicious
de32ed23a7
feat(ui): iterate on model combobox (wip)
2025-04-23 17:45:09 +10:00
psychedelicious
5aed2b315d
feat(ui): iterate on model combobox (wip)
2025-04-23 17:45:09 +10:00
psychedelicious
48db6cfc4f
feat(ui): iterate on model combobox (wip)
2025-04-23 17:45:09 +10:00
psychedelicious
aa7c5c281a
feat(ui): iterate on model combobox (wip)
2025-04-23 17:45:09 +10:00
psychedelicious
87aeb7f889
feat(ui): iterate on model combobox (wip)
2025-04-23 17:45:09 +10:00
psychedelicious
b6432f2de3
feat(ui): iterate on model combobox (wip)
2025-04-23 17:45:09 +10:00
psychedelicious
9d0a28ccae
feat(ui): iterate on model combobox (wip)
2025-04-23 17:45:09 +10:00
psychedelicious
c3bf0a3277
feat(ui): iterate on model combobox (wip)
2025-04-23 17:45:09 +10:00
psychedelicious
b516610c1e
feat(ui): iterate on model combobox (wip)
2025-04-23 17:45:09 +10:00
psychedelicious
1f2d1d086f
feat(ui): add <NavigateToModelManagerButton /> to model comboboxes everywhere
2025-04-23 17:45:09 +10:00
psychedelicious
b182060201
chore(ui): lint
2025-04-10 10:50:13 +10:00
Mary Hipp
92b726d731
update available params for cogview4
2025-04-10 10:50:13 +10:00
psychedelicious
c2b20a5387
feat(ui): hide guidance when FLUX Fill model selected
2025-03-21 10:24:03 +11:00
Mary Hipp
76618fee9c
feat(ui): separate upscaling settings so that tab does not inherit from main generation settings
2025-02-12 15:49:15 -05:00
Mary Hipp
13cb5f0ba2
Merge remote-tracking branch 'origin/main' into ryan/sd3-image-to-image
2024-11-08 20:29:56 -05:00
Mary Hipp
7f60a4a282
(ui): update more generation settings for SD3 linear UI
2024-11-08 20:14:13 -05:00
psychedelicious
79eb8172b6
feat(ui): update warnings on upscaling tab based on model arch
...
When an unsupported model architecture is selected, show that warning only, without the extra warnings (i.e. no "missing tile controlnet" warning)
Update Invoke tooltip warnings accordingly
Closes #7239
Closes #7177
2024-11-09 07:34:03 +11:00
Mary Hipp
dff6570078
(ui) SD3 support in linear UI
2024-11-08 13:42:57 -05:00