ArDiouscuros
cad237b4c8
Update documents, add new options information
2022-09-27 03:20:55 -04:00
Lincoln Stein
c2e100e6bf
Merge branch 'development' of github.com:invoke-ai/InvokeAI into development
2022-09-27 03:18:48 -04:00
Lincoln Stein
bc9f892cab
rename environment.yaml to take advantage of Anaconda default behavior #827
...
-Rename environment files to use default .yml extension
-Change to InvokeAI git repo and folder names
Author: @Christopher-Hayes
2022-09-27 03:16:27 -04:00
bsilvereagle
79f23ad031
stable-diffusion -> InvokeAI
2022-09-27 02:51:07 -04:00
psychedelicious
52b952526e
Fixes metadata arg value
2022-09-27 02:50:25 -04:00
psychedelicious
61790bb76a
Fixes #822
2022-09-27 02:50:25 -04:00
Chris Hayes
b1a3fd945d
Rename environment files to use default .yml extension
2022-09-27 00:58:05 -04:00
Any-Winter-4079
e19aab4a9b
Textual Inversion for M1
...
Update main.py
Update ddpm.py
Update personalized.py
Update personalized_style.py
Update v1-finetune.yaml
Update environment-mac.yaml
Rename v1-finetune.yaml to v1-m1-finetune.yaml
Create v1-finetune.yaml
Update main.py
Update main.py
Update environment-mac.yaml
Update v1-inference.yaml
2022-09-27 01:39:17 +02:00
Peter Baylies
ce3fe6cce1
* Regenerated frontend.
2022-09-26 09:24:30 -04:00
Peter Baylies
be99d5a4bd
Merge branch 'development' into development
2022-09-26 09:21:15 -04:00
Lincoln Stein
14616f4178
make metadata retrieval more robust to changes in storage format
...
- args.py will now attempt to return a metadata-containing Args
object using the following methods:
1. By looking for the 'sd-metadata' tag in the PNG info
2. By looking from the 'Dream' tag
3. As a last resort, fetch the seed from the filename and assume
defaults for all other options.
2022-09-26 04:18:23 -04:00
Lincoln Stein
b512d198f0
Merge branch 'development' into patch-1
2022-09-26 03:29:33 -04:00
Rob Baines
61b19d406c
Update INSTALL_MAC.md
...
I had to use `osx-64` not `osx-x86-64` for conda to install the required packages from conda-forge
2022-09-26 03:29:14 -04:00
blessedcoolant
d80fff70f2
ESRGAN Improvements
2022-09-26 03:28:23 -04:00
bsilvereagle
d87bd29a68
Change to InvokeAI git repo and folder names
2022-09-26 03:27:35 -04:00
Lincoln Stein
d63897fc39
tweaks to get embiggen to work with new development changes PR #553
...
- swapped out calls to choose_autocast()
- fixed call to retrieve_png_metadata() so as to recover original prompt
Original author: @travco
2022-09-26 03:25:26 -04:00
Lincoln Stein
fdf6a542bf
Merge branch 'development' into main
2022-09-26 02:26:13 -04:00
Lincoln Stein
8926bfb237
Update local development from origin.
2022-09-26 02:22:36 -04:00
H4rk
3f53973a2a
Update TROUBLESHOOT.md
...
- PR #772
Author: @h4rk8s
2022-09-26 02:21:37 -04:00
Lincoln Stein
4247e75426
Merge branch 'development' into patch-1
2022-09-26 02:16:59 -04:00
ArDiouscuros
485fe67c92
Add workaround low memory crash during image saving
...
Sample model moved to cpu before processing samples to image
2022-09-26 02:15:51 -04:00
Ben Alkov
b40bfb5116
fix(install): update repo/org name in install Notebook
...
Signed-off-by: Ben Alkov <ben.alkov@gmail.com>
2022-09-26 02:08:06 -04:00
Joseph Dries III
f0fd138ffc
Pin openh264 to 2.3.0, Fixes #787
...
Pin `openh264` to 2.3.0 until OpenCV supports 2.3.1 or newer. Added just to `environment-mac.yml` since I know this happens on M1 / Apple Silicon Macs (running macOS 13) and that's all I can test on.
2022-09-26 02:07:27 -04:00
Lincoln Stein
f79874c586
Improves handling of disconnections and paginates gallery #807
...
Merge branch 'socketio-timeout-2' of github.com:psychedelicious/stable-diffusion into psychedelicious-socketio-timeout-2
@psychedelicious
2022-09-26 01:54:35 -04:00
Arthur Holstvoogd
61a3234f43
Correct handling of seeds in metadata when generating variations
2022-09-26 01:19:01 -04:00
Arthur Holstvoogd
1f4306423a
Fix webui metadata issue #734
...
Set correct seed in metadata on image generation with more then one
image.
2022-09-26 01:19:01 -04:00
Lincoln Stein
e759ed4bd6
Merge branch 'patch-1' of github.com:mofuzz/InvokeAI into mofuzz-patch-1
2022-09-26 01:15:19 -04:00
Lincoln Stein
f368ebea00
Merge branch 'patch-2' of github.com:spezialspezial/stable-diffusion into spezialspezial-patch-2
2022-09-26 01:13:39 -04:00
psychedelicious
460dc897ad
Adds pagination & refresh on re-connect to gallery
2022-09-26 11:50:47 +10:00
Peter Baylies
72702b9f16
* Regenerated frontend
2022-09-25 17:47:45 -04:00
psychedelicious
db537f154e
Increases socketio timeout
2022-09-26 06:24:31 +10:00
psychedelicious
76ab7b1bfe
Merge remote-tracking branch 'upstream/development' into development
2022-09-26 06:22:11 +10:00
Any-Winter-4079
d2b57029c8
Merge branch 'invoke-ai:development' into development
2022-09-25 19:04:54 +02:00
Peter Baylies
1853870811
Merge branch 'development' into development
2022-09-25 10:55:21 -04:00
Lincoln Stein
3f25ad59c3
Merge branch 'development' into patch-1
2022-09-25 08:40:17 -04:00
Lincoln Stein
d16d0d3726
Merge branch 'development' into patch-2
2022-09-25 08:37:54 -04:00
Lincoln Stein
66896dcbbe
Merge branch 'development' into patch-2
2022-09-25 08:28:55 -04:00
Ben Alkov
98950e67e9
fix(install): pin 'transformers'
...
Either Huggingface's 'transformers' lib introduced a regression in v4.22, or we changed how we're using 'transformers' in such a way that we break when using v4.22.
Pin to 'transformers==4.21.*'
Signed-off-by: Ben Alkov <ben.alkov@gmail.com>
2022-09-25 08:24:10 -04:00
H4rk
af8d73a8e8
Update dream.py
...
In the case of this "point", the Warp Terminal cannot be clicked directly to trigger the browser to open, and Chrome is a blank page. It should open properly once you remove it
2022-09-25 18:04:56 +08:00
psychedelicious
089327241e
Merge remote-tracking branch 'upstream/development' into development
2022-09-25 19:08:10 +10:00
spezialspezial
5e23ec25f9
Update CLI.md
...
guidance scale must be >1.0
2022-09-25 08:29:50 +02:00
mofuzz
9050069858
Update INSTALL_MAC.md
2022-09-25 01:27:57 -04:00
Peter Baylies
47408bb568
Merge branch 'development' into development
2022-09-24 22:11:18 -04:00
Any-Winter-4079
c78c39e676
Merge branch 'invoke-ai:development' into development
2022-09-24 22:01:00 +02:00
David Burnett
636c356aaf
facexlib and codeformer are broken on mps currently, force CPU device.
2022-09-24 21:22:24 +02:00
Any-Winter-4079
3d2175c9f8
Merge branch 'invoke-ai:development' into development
2022-09-24 20:06:38 +02:00
Any-Winter-4079
e2bd492764
Create Sampler Tips (SAMPLER_CONVERGENCE.md)
2022-09-24 18:05:14 +02:00
Any-Winter-4079
65cfb0f312
Create Sampler Tips (SAMPLER_CONVERGENCE.md)
2022-09-24 17:07:33 +02:00
Mihail Dumitrescu
66dac1884b
Fix Generate.sample_to_image crash.
...
Build the base generator in same place and way as other generators to reduce the chance of missed arguments in the future.
Fixes crash with display in-progress images, though note the feature still doesn't work for other reasons.
2022-09-24 05:20:28 -04:00
hipsterusername
ac51ec4939
Addressed merge conflicts for adding UI tooltips
2022-09-24 05:19:31 -04:00