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
cmdr2
2b078c0d6e
Don't need break
2022-10-29 23:14:58 +05:30
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
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
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
cmdr2
94cf660848
Merge branch 'main' of github.com:cmdr2/InvokeAI
2022-10-29 18:42:18 +05:30
mauwii
104466f5c0
use sd-model link from matrix
...
this enables running tests with diffferent models
2022-10-28 13:47:45 -04:00
mauwii
2ecdfca52f
also update create-caches.yml
...
imho this could also be deleted, not sure what it is used for
2022-10-28 13:47:45 -04:00
mauwii
e81df1a701
add forgotten output-file
2022-10-28 13:47:45 -04:00
mauwii
61013e8eee
prevent secret leakage with pull_request_target
...
- in this way the action is used from the base repository
- also use new secret HUGGINGFACE_TOKEN (username:token)
- f.e. `noreply@github.com:hf_lkaugfklagwrjglaslzfgkjzzf`
- change pr prompt file to validate_pr_prompt.txt
2022-10-28 13:47:45 -04:00
mauwii
48d4fccd61
add tests/validate_pr_prompt.txt
2022-10-28 13:47:45 -04:00
Lincoln Stein
fe7ab6e480
fix crash in !del_model command
2022-10-28 11:20:04 -04:00
mauwii
f8dd2df953
remove conda cache
2022-10-28 11:12:42 -04:00
mauwii
3795bec037
remove debug branch, set fail-fast to false
...
to find out if only mac or ubuntu is broken
(otherwise if one fails the otherone automatically cancels)
2022-10-28 11:12:42 -04:00
jakehl
35face48da
adds models.user.yml to .gitignore
2022-10-28 10:43:22 -04:00
Damian at mba
864d080502
handle all unicode characters
2022-10-28 10:39:12 -04:00
mauwii
8b8c1068d9
fix missleading name to Build container
...
since it it not pushing the container anywhere
2022-10-27 23:14:31 -04:00
mauwii
7793dbb4b4
change pull_request_target to pull_request
...
since no secrets are used in this action this should be totally fine.
2022-10-27 23:14:31 -04:00
mauwii
77b93ad0c2
remove debug branch from action trigger
2022-10-27 23:14:31 -04:00
mauwii
f99671b764
fix tag for repositorys containing uppercase
2022-10-27 23:14:31 -04:00
Lincoln Stein
05b8de5300
fix --hires to support inpainting model
2022-10-27 23:12:21 -04:00
Lincoln Stein
387f796ebe
Merge branch 'development' into development
2022-10-27 23:04:04 -04:00
Lincoln Stein
3033331f65
remove unneeded warnings from attention.py
2022-10-27 22:50:06 -04:00
Lincoln Stein
362b234cd1
fix long-standing issue with metadata retrieval
...
The Args object would crap out when trying to retrieve metadata from
an image file that did not contain InvokeAI-generated metadata, such
as a JPG. This corrects that and returns dummy values (seed of zero,
prompt of '') to avoid downstream breakage.
2022-10-27 22:43:34 -04:00
Lincoln Stein
7b46d5f823
complete inpaint/outpaint documentation
...
- still need to write INSTALLING-MODELS.md documentation.
2022-10-27 18:43:17 -04:00
Lincoln Stein
2115874587
resolve conflicts with outpainting implementation
2022-10-27 18:06:38 -04:00
Lincoln Stein
cd5141f3d1
fix issues with outpaint merge
2022-10-27 18:02:08 -04:00
Lincoln Stein
b815aa2130
Merge branch 'development' into outpaint
2022-10-27 17:17:34 -04:00
Lincoln Stein
19a6e904ec
resolved whitespace difference
2022-10-27 17:12:22 -04:00
Lincoln Stein
1200fbd3bd
add threshold for switchover from Karras to LDM noise schedule
2022-10-27 17:07:50 -04:00
mauwii
343ae8b7af
update docker docs
2022-10-27 17:06:50 -04:00
mauwii
442f584afa
add action to build the container
...
it does not push the container but verify buildability
2022-10-27 17:06:50 -04:00
mauwii
55482d7ce3
add conda env for linux-aarch64
...
- neither environment.yml nor environment-mac.yml was working
2022-10-27 17:06:50 -04:00
mauwii
0c3de595df
update entrypoint
...
- when run without arguments it starts the web-interface
- can also be run with your own arguments
- if u do so it does not start web unless u do
2022-10-27 17:06:50 -04:00
mauwii
38ff75c7ea
add script to easily run the container
2022-10-27 17:06:50 -04:00
mauwii
963e0f8a53
add env.sh with variables shared in run and build
2022-10-27 17:06:50 -04:00
mauwii
12f40cbbeb
add build script which also creates volume
...
it needs a token from huggingface to be able to download the checkpoint
2022-10-27 17:06:50 -04:00
mauwii
e524fb2086
add .dockerignore to repo-root
...
since transfering the 2GB context would not be rly productive
2022-10-27 17:06:50 -04:00
mauwii
eb7ccc356f
update Dockerfile
2022-10-27 17:06:50 -04:00
Taylor Kems
4635836ebc
Update IMG2IMG.md
2022-10-27 17:06:49 -04:00
Lincoln Stein
d25bf7a55a
cut over from karras to model noise schedule for higher steps
...
The k_samplers come with a "karras" noise schedule which performs
very well at low step counts but becomes noisy at higher ones.
This commit introduces a threshold (currently 30 steps) at which the
k samplers will switch over from using karras to the older model
noise schedule.
2022-10-27 17:06:49 -04:00
Damian at mba
3539f0a1da
slightly more verbose docs
2022-10-27 22:50:32 +02:00
Damian at mba
737a7f779b
tweak prompt syntax docs
2022-10-27 22:48:06 +02:00
Damian at mba
71dcc17fa0
fix prompt syntax doc table error
2022-10-27 22:45:59 +02:00