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
cmdr2
9c264b42c3
Make create_installers.sh executable
2022-10-29 23:41:37 +05:30
cmdr2
09ee1b1877
Run the installer create script inside its own directory
2022-10-29 23:41:00 +05:30
cmdr2
4b27d8821d
Script to create the installer zips
2022-10-29 23:40:03 +05:30
cmdr2
c49d9c2611
Open the developer console on windows, and print some debugging info
2022-10-29 23:26:21 +05:30
cmdr2
4134e2e9da
Refactored invoke.sh to open a dev console only if the user wants it
2022-10-29 23:22:24 +05:30
mauwii
e4a212dfca
prop. integrate stable-diffusion-model in matrix
2022-10-29 13:52:16 -04:00
mauwii
19bb185fd9
remove '-O' from curl arguments
2022-10-29 13:52:16 -04:00
mauwii
1eaa58c970
use propper bearer authentication to dwnload model
...
instead of --user username:token
2022-10-29 13:52:16 -04:00
mauwii
4245c9e0cd
fix environment-mac.yml - tested on x64 and arm64
...
- using conda packages where possible according to conda docs
2022-10-29 13:50:06 -04:00
cmdr2
2b078c0d6e
Don't need break
2022-10-29 23:14:58 +05:30
Lincoln Stein
0f4413da7d
Merge branch 'inpainting-rebase' of https://github.com/psychedelicious/stable-diffusion into psychedelicious-inpainting-rebase
2022-10-29 13:42:00 -04:00
cmdr2
91b491b7e7
Don't need to create the models folder using this script
2022-10-29 23:07:48 +05:30
cmdr2
61e8916141
Merge branch 'development' into main
2022-10-29 23:05:45 +05:30
mauwii
da5de6a240
remove some bloating caches
...
since free 10GB Limit is already overused multiple times
2022-10-29 18:50:37 +02:00
Lincoln Stein
fdf9b1c40c
fix CLI inpainting crash
2022-10-29 11:47:06 -04:00
cmdr2
bc7bfed0d3
Show the next steps to the user; Allow starting the command-line or web UI
2022-10-29 21:16:40 +05:30
Lincoln Stein
b532e6dd17
wording and formatting tweaks
2022-10-29 11:28:17 -04:00
Lincoln Stein
b46921c22d
move model installation docs into installation dir
2022-10-29 11:15:57 -04:00
Lincoln Stein
13f26a99b8
documentation and usability fixes
2022-10-29 10:37:38 -04:00
mauwii
3d265e28ff
call invoke.py with model parameter
2022-10-29 16:21:31 +02:00
cmdr2
29d9ce03ab
Redownload micromamba if the download failed midway; Start the script in the script's directory, not where it was run from
2022-10-29 19:47:55 +05:30
Lincoln Stein
3caa95ced9
add more step-by-step documentation and links
2022-10-29 09:18:48 -04:00
cmdr2
94cf660848
Merge branch 'main' of github.com:cmdr2/InvokeAI
2022-10-29 18:42:18 +05:30
psychedelicious
e1cb5b8251
Fixes: inpaint canvas not cleared when its src image is deleted
2022-10-29 23:53:47 +11:00
psychedelicious
101fe9efa9
Adds full-app image drag and drop, also image paste
2022-10-29 23:34:21 +11:00
psychedelicious
2e9463089d
Fixes bounding box being able to escape canvas
2022-10-29 23:32:16 +11:00
mauwii
8127f0691e
fix os matrix
2022-10-29 10:14:24 +02:00
mauwii
b55dcf5943
remove id from test prompts
2022-10-29 10:11:54 +02:00
mauwii
bb5fe98e94
rename matrix-job, use macOS-12, add ids to steps
2022-10-29 10:03:03 +02:00
psychedelicious
0290cd6814
Fixes bounding box slider & adds canvas caching on gallery actions
2022-10-29 18:32:01 +11:00
mauwii
fc4d07f198
reenable preload models, move huggingface-cache...
...
... on top of conda env activation, since `~/.cache` also contains pip
2022-10-29 08:59:23 +02:00
mauwii
e7aeaa310c
run without preload_models.py
...
since an upcoming update makes it interactive
2022-10-29 08:39:28 +02:00
mauwii
85b5fcd5e1
fix cache hit expression in download sd-model step
...
- also update sd-cache display name to include current model
2022-10-29 08:28:17 +02:00
mauwii
e5d0c9c224
include sd-switch in artifact name
2022-10-29 08:08:15 +02:00
psychedelicious
162e420e9c
Adds socketio event for Ctrl+C cancel, style fixes
2022-10-29 16:57:05 +11:00
psychedelicious
bfbae09a9c
Merge remote-tracking branch 'upstream/development' into inpainting-rebase
2022-10-29 16:35:46 +11:00
mauwii
d2e8ecbd4b
fix missing matrix-parameters
2022-10-29 07:35:43 +02:00