psychedelicious
4f9ae44472
chore(ui): bump version to v5.4.1rc1
v5.4.1rc1
2024-11-07 12:19:28 +11:00
psychedelicious
c682330852
feat(ui): updated whats new handling and v5.4.1 items
2024-11-07 12:19:28 +11:00
Brandon Rising
c064257759
fix: Look in known subfolders for configs for clip variants
2024-11-07 12:01:02 +11:00
Brandon Rising
8a4c629576
fix: Avoid downloading unsafe .bin files if a safetensors file is available
2024-11-06 19:31:18 -05:00
psychedelicious
a01d44f813
chore(ui): lint
2024-11-06 10:25:46 -05:00
psychedelicious
63fb3a15e9
feat(ui): default to no control model selected for control layers
2024-11-06 10:25:46 -05:00
psychedelicious
4d0837541b
feat(ui): add simple mode filtering
2024-11-06 10:25:46 -05:00
psychedelicious
999809b4c7
fix(ui): minor viewer close button styling
2024-11-06 10:25:46 -05:00
psychedelicious
c452edfb9f
feat(ui): add control layer empty state
2024-11-06 10:25:46 -05:00
psychedelicious
ad2cdbd8a2
feat(ui): tooltip for canvas preview image
2024-11-06 10:25:46 -05:00
psychedelicious
f15c24bfa7
feat(ui): add " (recommended)" to balanced control mode label
2024-11-06 10:25:46 -05:00
psychedelicious
d1f653f28c
feat(ui): make default control end step 0.75
2024-11-06 10:25:46 -05:00
psychedelicious
244465d3a6
feat(ui): make default control weight 0.75
2024-11-06 10:25:46 -05:00
psychedelicious
c6236ab70c
feat(ui): add menubar-ish header on comparison
2024-11-06 10:25:46 -05:00
psychedelicious
644d5cb411
feat(ui): add menubar-ish header on viewer
2024-11-06 10:25:46 -05:00
Riku
bb0a630416
fix(ui): adjust knip config to ignore parameter schema exports
2024-11-06 22:51:17 +11:00
Riku
2148ae9287
feat(ui): simplify parameter schema declaration and type inference
2024-11-06 22:51:17 +11:00
psychedelicious
42d242609c
chore(gh): update pr template w/ reminder for what's new copy
2024-11-06 19:03:31 +11:00
psychedelicious
fd0a52392b
feat(ui): added line about when denoising str is disabled
2024-11-06 19:01:33 +11:00
psychedelicious
e64415d59a
feat(ui): revised logic to disable denoising str
2024-11-06 19:01:33 +11:00
psychedelicious
1871e0bdbf
feat(ui): tweaked denoise str styling
2024-11-06 19:01:33 +11:00
Mary Hipp
3ae9a965c2
lint
2024-11-06 19:01:33 +11:00
Mary Hipp
85932e35a7
update copy again
2024-11-06 19:01:33 +11:00
Mary Hipp
41b07a56cc
update popover copy and add image
2024-11-06 19:01:33 +11:00
Mary Hipp
54064c0cb8
fix(ui): match badge height to slider height so layout does not shift
2024-11-06 19:01:33 +11:00
Mary Hipp
68284b37fa
remove opacity logic from WavyLine, add badge explaining disabled state, add translations
2024-11-06 19:01:33 +11:00
Mary Hipp
ae5bc6f5d6
feat(ui): move denoising strength to layers panel w/ visualization of how much change will be applied, only enable if 1+ enabled raster layer
2024-11-06 19:01:33 +11:00
Mary Hipp
6dc16c9f54
wip
2024-11-06 19:01:33 +11:00
Brandon Rising
faa9ac4e15
fix: get_clip_variant_type should never return None
2024-11-06 09:59:50 +11:00
Mary Hipp Rogers
d0460849b0
fix bad merge conflict ( #7273 )
...
Co-authored-by: Mary Hipp <maryhipp@Marys-MacBook-Air.local >
2024-11-05 16:02:03 -05:00
Mary Hipp Rogers
bed3c2dd77
update Whats New for 5.3.1 ( #7272 )
...
Co-authored-by: Mary Hipp <maryhipp@Marys-MacBook-Air.local >
2024-11-05 15:43:16 -05:00
Mary Hipp
916ddd17d7
fix(ui): fix link for infill method popover
2024-11-05 15:39:03 -05:00
Mary Hipp
accfa7407f
fix undefined
2024-11-05 15:30:17 -05:00
Mary Hipp
908db31e48
feat(api,ui): allow Whats New module to get content from back-end
2024-11-05 15:30:17 -05:00
Mary Hipp
b70f632b26
fix(ui): add some feedback while layers are merging
2024-11-05 12:38:50 -05:00
Brandon Rising
d07a6385ab
Always default to ClipVariantType.L instead of None
2024-11-05 12:03:40 -05:00
Brandon Rising
68df612fa1
fix: Never throw an exception when finding the clip variant type
2024-11-05 12:03:40 -05:00
psychedelicious
3b96c79461
chore: bump version to v5.4.0
v5.4.0
2024-11-05 10:09:21 +11:00
psychedelicious
89bda5b983
Ryan/sd3 diffusers ( #7222 )
...
## Summary
Nodes to support SD3.5 txt2img generations
* adds SD3.5 to starter models
* adds default workflow for SD3.5 txt2img
## Related Issues / Discussions
<!--WHEN APPLICABLE: List any related issues or discussions on github or
discord. If this PR closes an issue, please use the "Closes #1234 "
format, so that the issue will be automatically closed when the PR
merges.-->
## QA Instructions
<!--WHEN APPLICABLE: Describe how you have tested the changes in this
PR. Provide enough detail that a reviewer can reproduce your tests.-->
## Merge Plan
<!--WHEN APPLICABLE: Large PRs, or PRs that touch sensitive things like
DB schemas, may need some care when merging. For example, a careful
rebase by the change author, timing to not interfere with a pending
release, or a message to contributors on discord after merging.-->
## Checklist
- [ ] _The PR has a short but descriptive title, suitable for a
changelog_
- [ ] _Tests added / updated (if applicable)_
- [ ] _Documentation added / updated (if applicable)_
2024-11-05 08:21:28 +11:00
Brandon Rising
22bff1fb22
Fix conditional within filter_by_variant to not read all candidates as default
2024-11-04 12:42:09 -05:00
Mary Hipp
55ba6488d1
fix up types file
2024-11-04 12:42:09 -05:00
brandonrising
2d78859171
Create bespoke latents to image node for sd3
2024-11-04 12:42:09 -05:00
Mary Hipp
3a661bac34
fix(ui): exclude submodels from model manager
2024-11-04 12:42:09 -05:00
Mary Hipp
bb8a02de18
update schema
2024-11-04 12:42:09 -05:00
maryhipp
78155344f6
update node fields for SD3 to match other SD nodes
2024-11-04 12:42:09 -05:00
Brandon Rising
391a24b0f6
Re-add erroniously removed hash code
2024-11-04 12:42:09 -05:00
Brandon Rising
e75903389f
Run ruff, fix bug in hf downloading code which failed to download parts of a model
2024-11-04 12:42:09 -05:00
Brandon Rising
27567052f2
Create new latent factors for sd35
2024-11-04 12:42:09 -05:00
Brandon Rising
6f447f7169
Rather than .fp16., some repos start the suffix with .fp16... for weights spread across multiple files
2024-11-04 12:42:09 -05:00
Mary Hipp
8b370cc182
(ui): dont show SD3 in main model dropdown yet
2024-11-04 12:42:09 -05:00