Commit Graph

2212 Commits

Author SHA1 Message Date
Lincoln Stein
7ad2355b1d documentation fixes 2022-11-12 15:14:33 +00:00
Lincoln Stein
66c920fc19 Revert "Resize hires as an image"
This reverts commit d05b1b3544.
2022-11-12 15:10:27 +00:00
Lincoln Stein
3fc5cb09f8 fix incorrect link in install 2022-11-12 12:43:17 +00:00
tildebyte
1345ec77ab toil(repo): add tildebyte as owner of installer/ directory 2022-11-11 15:43:14 -05:00
Kyle Schouviller
b116715490 Fix performance issue introduced by torch cuda cache clear during generation 2022-11-11 14:29:48 +00:00
mauwii
fa3670270e
small update to dockers huggingface section 2022-11-11 12:42:03 +01:00
mauwii
c304250ef6
fix format and Link in INSTALL_INVOKE.md 2022-11-11 12:19:27 +01:00
mauwii
802ce5dde5
small fixex to format and a link in INSTALL_MANUAL 2022-11-11 11:17:49 +01:00
Lincoln Stein
311ee320ec ignore installer intermediate files 2022-11-11 07:23:35 +00:00
Lincoln Stein
e9df17b374 fix backslash-related syntax error 2022-11-11 07:19:25 +00:00
Lincoln Stein
061fb4ef00 Merge branch 'release-candidate-2-1-3' of github.com:/invoke-ai/InvokeAI into release-candidate-2-1-3 2022-11-11 06:50:04 +00:00
Lincoln Stein
52be0d2396 add WindowsLongFileName batfile to source installer 2022-11-11 06:49:45 +00:00
mauwii
4095acd10e
Doc Updates
A lot of re-formating of new Installation Docs
also some content updates/corrections
2022-11-11 07:05:17 +01:00
Lincoln Stein
201eb22d76 prevent two models from being marked default in models.yaml 2022-11-11 04:41:02 +00:00
Lincoln Stein
17ab982200 installers download branch HEAD not tag 2022-11-11 03:56:54 +00:00
Lincoln Stein
a04965b0e9 improve messaging during installation process 2022-11-11 03:48:21 +00:00
Lincoln Stein
0b529f0c57 enable outcropping of random JPG/PNG images
- Works best with runwayML inpainting model
- Numerous code changes required to propagate seed to final metadata.
  Original code predicated on the image being generated within InvokeAI.
2022-11-11 02:57:46 +00:00
Lincoln Stein
6f9f848345 enhance outcropping with ability to direct contents of new regions
- When outcropping an image you can now add a `--new_prompt` option, to specify
  a new prompt to be used instead of the original one used to generate the image.

- Similarly you can provide a new seed using `--seed` (or `-S`). A seed of zero
  will pick one randomly.

- This PR also fixes the crash that happened when trying to outcrop an image
  that does not contain InvokeAI metadata.
2022-11-11 02:56:51 +00:00
Lincoln Stein
918c1589ef fix #1402 2022-11-11 02:55:54 +00:00
Lincoln Stein
116415b3fc fix invoke.py crash if no models.yaml file present
- Script will now offer the user the ability to create a
  minimal models.yaml and then gracefully exit.
- Closes #1420
2022-11-11 02:55:54 +00:00
Lincoln Stein
b4b6eabaac Revert "Log strength with hires"
This reverts commit 82d4904c07.
2022-11-10 21:58:35 +00:00
Lincoln Stein
4ef1f4a854 remove temporary directory from repo 2022-11-10 20:01:49 +00:00
Lincoln Stein
510fc4ebaa remove -e from clipseg load in installer 2022-11-10 19:59:03 +00:00
Lincoln Stein
a20914434b change clipseg repo branch to avoid clipseg not found error 2022-11-10 19:37:07 +00:00
Lincoln Stein
0d134195fd update repo URL to point to rc 2022-11-10 18:39:29 +00:00
Lincoln Stein
649d8c8573 integrate tildebyte installer 2022-11-10 18:13:28 +00:00
Lincoln Stein
a358d370a0 add @tildebyte compiled pip installer 2022-11-10 17:48:14 +00:00
Lincoln Stein
94a9033c4f ignore source installer zip files 2022-11-10 14:52:00 +00:00
Lincoln Stein
18a947c503 documentation and environment file fixes
- Have clarified the relationship between the @tildebyte and @cmdr2 installers;
  However, @tildebyte installer merge is still a WIP due to conflicts over
  such things as `invoke.sh`.
- Rechristened 1click installer as "source" installer. @tildebyte installer will be
  "the" installer. (We'll see which one generates the least support requests and
  maintenance work.)
- Sync'd `environment-mac.yml` with `development`. The former was failing with a
  taming-transformers error as per https://discord.com/channels/@me/1037201214154231899/1040060947378749460
2022-11-10 14:46:36 +00:00
Mike DiGiovanni
a23b031895 Fixes typos in README.md 2022-11-10 14:18:15 +00:00
Lincoln Stein
23af68c7d7 downgrade win installs to basicsr==1.4.1 2022-11-10 07:02:27 -05:00
Lincoln Stein
e258beeb51 Merge branch 'release-candidate-2-1-3' of github.com:invoke-ai/InvokeAI into release-candidate-2-1-3 2022-11-10 06:37:45 -05:00
Lincoln Stein
7460c069b8 remove --prefer-binary from requirements-base.txt
It appears that some versions of pip do not recognize this option
when it appears in the requirements file. Did not explore this further
but recommend --prefer-binary in the manual install instructions on
the command line.
2022-11-10 06:36:48 -05:00
Lincoln Stein
e481bfac61 Merge branch 'release-candidate-2-1-3' of github.com:/invoke-ai/InvokeAI into release-candidate-2-1-3 2022-11-10 11:21:56 +00:00
Lincoln Stein
5040747c67 fix windows install instructions & bat file 2022-11-10 11:21:43 +00:00
mauwii
d1ab65a431
update WEBUIHOTKEYS.md 2022-11-10 07:18:59 +01:00
mauwii
af4ee7feb8
update INSTALL_DOCKER.md 2022-11-10 06:33:49 +01:00
mauwii
764fb29ade
fix formatting in INSTALL.md 2022-11-10 06:30:15 +01:00
mauwii
1014d3ba44
fix build.sh invokeai_conda_env_file default value 2022-11-10 06:29:14 +01:00
mauwii
40a48aca88
fix environment-mac.yml
moved taming-transformers-rom1504 to pip dependencies
2022-11-10 05:25:30 +01:00
mauwii
92abc00f16
fix test-invoke-conda
- copy required conda environment yaml
- use environment.yml
- I use cp instead of ln since would be compatible for windows runners
2022-11-10 05:19:52 +01:00
mauwii
a5719aabf8
update Dockerfile
- link environment.yml from new environemnts path
- change default conda_env_file
- quote all variables to avoid splitting
- also remove paths from conda-env-files in build-container.yml
2022-11-10 04:14:35 +01:00
Lincoln Stein
44a18511fa update paths in container build workflow 2022-11-09 20:51:06 +00:00
Lincoln Stein
b850dbadaf finished reorganization of install docs 2022-11-09 20:16:57 +00:00
Lincoln Stein
9ef8b944d5 tweaks to manual install documentation
--prefer-binary is an iffy option in the requirements file. It isn't
supported by some versions of pip, so I removed it from
requirements-base.txt and inserted it into the manual install
instructions where it seems to do what it is supposed to.
2022-11-09 18:50:58 +00:00
Lincoln Stein
efc5a98488 manual installation documentation tested on Linux 2022-11-09 18:20:03 +00:00
Lincoln Stein
1417c87928 change name of requirements.txt to avoid confusion 2022-11-09 17:37:06 +00:00
Lincoln Stein
2dd6fc2b93 Merge branch 'release-candidate-2-1-3' of github.com:/invoke-ai/InvokeAI into release-candidate-2-1-3 2022-11-09 17:26:24 +00:00
Lincoln Stein
22213612a0 directory cleanup; working on install docs 2022-11-09 17:25:59 +00:00
Lincoln Stein
71ee44a827 prevent crash when switching to an invalid model 2022-11-09 10:16:37 -05:00