psychedelicious
5841e1b5be
Fixes safari process buttons style bug
2022-10-31 23:58:08 +11:00
psychedelicious
5f09ffa276
Fixes error when inpainting with show progress images enabled
2022-10-31 23:58:02 +11:00
psychedelicious
9e70c216f6
Sets defaults to show inpaint box and fill
2022-10-31 23:57:40 +11:00
psychedelicious
cbe8a9550c
Updates styling
2022-10-31 23:57:40 +11:00
psychedelicious
259ecb7b71
Fixes very slightly incorrect pixel offset
2022-10-31 23:57:40 +11:00
psychedelicious
002791ef68
Removes unused file
2022-10-31 23:57:40 +11:00
psychedelicious
21e491f878
Fixes empty canvas detection
2022-10-31 23:57:40 +11:00
psychedelicious
12c4c715aa
Demotes inpainting to img2img when mask is empty
2022-10-31 23:57:40 +11:00
psychedelicious
fe700d27df
Improves styling
2022-10-31 23:57:33 +11:00
psychedelicious
7a4ceb0f7c
Fixes empty canvas detection
2022-10-31 23:57:19 +11:00
blessedcoolant
bb5d77a9fb
Testing Build
2022-10-31 23:57:19 +11:00
blessedcoolant
3c55baf06b
Readded Bounding Box Visibility Toggle
...
Only affects preview. The backend still takes the set bounding box.
2022-10-31 23:57:19 +11:00
blessedcoolant
ca882ad5ff
Reworked Invoke Icon Layout when unpinned
2022-10-31 23:57:19 +11:00
blessedcoolant
6a7b4ef63f
Styling Fix
2022-10-31 23:57:19 +11:00
blessedcoolant
f60d22b29b
Fix an issue with the OutsideWatcher
...
The OutsideWatcher was disabling hotkeys because it was always being active -- whether the object was pinned or not. Modified the hook to now take a new optional argument called "req" which is a boolean that indicates whether to trigger it or not.
We can pass this from the component to control when the outside watcher should work and when it shouldn't.
2022-10-31 23:57:19 +11:00
blessedcoolant
6a6fbe24a3
Styling & Hotkeys Update
2022-10-31 23:57:19 +11:00
psychedelicious
5efd2ed7a8
Demotes inpainting to img2img when mask is empty
2022-10-31 23:56:49 +11:00
psychedelicious
62c346850c
Improves styling
2022-10-31 23:56:49 +11:00
psychedelicious
f6fafe3eb3
Improves bounding box fit behaviour when changing inpaint image
2022-10-31 23:56:49 +11:00
psychedelicious
6547c320a9
Adds "loopback" feature
2022-10-31 23:56:49 +11:00
psychedelicious
2d32cf4eeb
Styling improvements
2022-10-31 23:56:49 +11:00
psychedelicious
7a4e358d53
Fixes: unable to postprocess uploaded image "metadata" error
2022-10-31 23:56:49 +11:00
psychedelicious
ac1469bbd3
Fixes: inpainting bug "images do not match"
2022-10-31 23:56:49 +11:00
psychedelicious
c0c32d9daa
Fixes bug with bounding box transforming cursor
2022-10-31 23:56:49 +11:00
psychedelicious
52e74fef7c
Fixes missing gallery category on generated images
2022-10-31 23:56:49 +11:00
psychedelicious
e431d296c0
Builds fresh bundle + tidy
2022-10-31 23:56:49 +11:00
psychedelicious
1e7a5fda24
Fixes #1295
2022-10-31 23:56:49 +11:00
psychedelicious
050d72478e
Attempts to fix #1297
2022-10-31 23:56:49 +11:00
psychedelicious
d3a09f1284
Updates styles
2022-10-31 23:56:49 +11:00
psychedelicious
e096eef049
Fixes next/prev image not working if category doesn't match
2022-10-31 23:56:49 +11:00
psychedelicious
62c97dd7e6
Fixes edge cases, adds invoke button to header when options floating
2022-10-31 23:56:49 +11:00
psychedelicious
e58b7a7ef9
Adds pin feature to options panel
2022-10-31 23:56:49 +11:00
Lincoln Stein
dc556cb1a7
add max_load_models parameter for model cache control
...
- ldm.generate.Generator() now takes an argument named `max_load_models`.
This is an integer that limits the model cache size. When the cache
reaches the limit, it will start purging older models from cache.
- CLI takes an argument --max_load_models, default to 2. This will keep
one model in GPU and the other in CPU and switch back and forth
quickly.
- To not cache models at all, pass --max_load_models=1
2022-10-31 08:55:53 -04:00
Lincoln Stein
3cdfedc649
hard-code strength to 0.9 during outcropping
2022-10-31 01:54:32 -04:00
Lincoln Stein
531f596bd1
improve outcropping performance
...
- applied inpainting parameters recommended by @kyle0654
- results are aesthetically pleasing
- Closes #1319
2022-10-31 01:37:12 -04:00
Lincoln Stein
8683426041
add seamless to metadata
2022-10-31 00:40:30 -04:00
Lincoln Stein
631592ec99
add --seamless to 2d waterlilly example
2022-10-31 00:39:51 -04:00
Lincoln Stein
4cd29420ef
rerun preflight checks
2022-10-31 00:36:38 -04:00
Lincoln Stein
582fee6c3a
adapt outcrop.py to use new outpainting code
...
- unfortunately it does not look as good as the old code
which just used plain inpainting.
2022-10-31 00:20:53 -04:00
Lincoln Stein
2b39d1677c
fix embiggen crash
2022-10-30 22:57:15 -04:00
Lincoln Stein
47342277dd
fix captionining
2022-10-30 22:40:09 -04:00
Lincoln Stein
f7ce6fae9a
specify which outpainted images use inpainting model
2022-10-30 22:38:50 -04:00
Lincoln Stein
8566490e51
remove redundant output images
2022-10-30 22:37:19 -04:00
Lincoln Stein
6151968cd3
updated preflight prompts file
2022-10-30 22:34:38 -04:00
Lincoln Stein
ba4691dae8
added remainder of preflight check outputs
2022-10-30 22:28:06 -04:00
Lincoln Stein
7d16af3aa7
fix input pictures
2022-10-30 18:32:59 -04:00
Lincoln Stein
61ff90d1fd
added files needed for preflight checks
2022-10-30 18:30:22 -04:00
Lincoln Stein
303a2495c7
fix broken url fetch in preload_models.py
2022-10-30 17:43:48 -04:00
Lincoln Stein
23d54ee69e
fix mps crash with safety checker
2022-10-30 16:54:06 -04:00
Lincoln Stein
330b417a7b
installer pulls from release-candidate-2-1
2022-10-30 12:20:28 -04:00