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
Lincoln Stein
f70af7afb9
remove debug image gen from outcrop
2022-10-30 12:19:43 -04:00
Lincoln Stein
e7368d7231
preload_models interactively downloads sd model files
2022-10-30 12:19:05 -04:00
Lincoln Stein
07c3c57cde
folded in the 1-click installer
...
- The installer will pull from the branch release-candidate-2-1 for the
purposes of testing.
- This needs to be changed to "main" before release.
2022-10-30 12:13:11 -04:00
Lincoln Stein
b774c8afc3
Merge branch 'main' of https://github.com/cmdr2/InvokeAI into cmdr2-main
2022-10-30 11:10:54 -04:00
Lincoln Stein
231dfe01f4
fix incorrect thresholding reporting for karras noise; close #1300
2022-10-30 10:35:55 -04:00
mauwii
5319796e58
add --no-interactive to preload_models step
2022-10-30 08:26:51 -04:00
Lincoln Stein
39daa5aea7
Merge branch 'integrate-models-into-test-matrix' of https://github.com/mauwii/stable-diffusion into mauwii-integrate-models-into-test-matrix
2022-10-30 01:09:29 -04:00
Lincoln Stein
a7517ce0de
add pointer to hugging face concepts library
2022-10-30 00:54:00 -04:00
Lincoln Stein
fbfffe028f
add --no-interactive mode
2022-10-30 00:33:48 -04:00
Lincoln Stein
19b6c671a6
further improvements to preload_models script
...
- User can choose to download just recommended models, customize list to download,
or skip downloading altogether.
- Does direct download to models directory instead of to HuggingFace cache
- Able to resume interrupted downloads
2022-10-30 00:17:05 -04:00
spezialspezial
c2fab45a6e
Prevent indexing error for mode RGB
...
I have not explicitly tested mode P
2022-10-29 18:20:53 -04:00
mauwii
0596ebd5a9
**IMPORTANT FIX**
...
- pull_request_target trigger does not verify the requesters commit(s)
- is more to be used for automations like labeling, commenting, ...
- stuff where a token with write access to the repo is necesarry
2022-10-29 23:48:25 +02:00
mauwii
338efa5a7a
remove debug branch
2022-10-29 22:39:37 +02:00
mauwii
5d4d8f54df
Merge branch 'update-workflows' into development
2022-10-29 22:34:49 +02:00
mauwii
3d4a9c2deb
remove redundant information from pipeline names
2022-10-29 22:25:41 +02:00
cmdr2
74fad5f6ed
Merge branch 'development' into main
2022-10-30 00:00:26 +05:30