Lincoln Stein
2882c2d0a6
documentation update
2022-09-03 12:11:10 -04:00
Lincoln Stein
fb857f05ba
fix typo in docs
2022-09-03 12:07:07 -04:00
Lincoln Stein
4ffdf73412
Merge branch 'development' into main
...
This merge adds the following major features:
* Support for image variations.
* Security fix for webGUI (binds to localhost by default, use
--host=0.0.0.0 to allow access from external interface.
* Scalable configs/models.yaml configuration file for adding more
models as they become available.
* More tuning and exception handling for M1 hardware running MPS.
* Various documentation fixes.
2022-09-03 11:58:46 -04:00
Lincoln Stein
9130ad7e08
make results section of webgui full width
2022-09-03 11:58:05 -04:00
tildebyte
d66010410c
FEAT: add notebook for Windows for from-zero install and run ( #164 )
...
* Update README.md
Those []() link pairs get me every time.
* New issue template
* Added issue templates
* feat(install+run): add notebook for Windows for from-zero install...
...and run
Tested with JupyterLab and VSCode
Signed-off-by: Ben Alkov <ben.alkov@gmail.com>
Signed-off-by: Ben Alkov <ben.alkov@gmail.com>
Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>
Co-authored-by: James Reynolds <magnusviri@users.noreply.github.com>
Co-authored-by: James Reynolds <magnsuviri@me.com>
2022-09-03 11:49:37 -04:00
Lincoln Stein
6566c2298c
add scalable support for new models using a configs/models.yaml file
2022-09-03 11:45:21 -04:00
Lincoln Stein
063b4a1995
add ability to specify location of config file (models.yaml)
2022-09-03 11:36:04 -04:00
Lincoln Stein
18cdb556bd
update requirements.txt to run on m1 w/pip
2022-09-03 10:56:06 -04:00
Lincoln Stein
8d16a69b80
Merge branch 'erickhun-patch-1' into development
2022-09-03 10:45:12 -04:00
Lincoln Stein
a406b588b4
Merge branch 'development' into patch-1
2022-09-03 10:43:59 -04:00
Lincoln Stein
5454a0edc2
code cleanup
...
* check that fixed side provided when requesting variant parameter sweep
(-v)
* move _get_noise() into outer scope to improve readability -
refactoring of big method call needed
2022-09-03 10:40:20 -04:00
Lincoln Stein
fe5cc79249
fixes dream.py mps seed
2022-09-03 10:11:46 -04:00
Ben Alkov
361cc42829
fix(readme): Add individual OS links to TOC; fix TOC changelog link
2022-09-03 09:46:06 -04:00
Lincoln Stein
91cce6b4c3
move special-casing test for precision on mps into T2I class
2022-09-03 09:43:18 -04:00
prixt
9d88abe2ea
fixed typo
2022-09-03 22:42:16 +09:00
prixt
a61e49bc97
* Removed unnecessary code
...
* Added description about --seamless
2022-09-03 22:39:35 +09:00
Lincoln Stein
d0df894c9f
Merge branch 'cgodley-web-host-port' into development
2022-09-03 09:33:46 -04:00
Lincoln Stein
f46916d521
Add warning message about change in default host
2022-09-03 09:33:02 -04:00
Lincoln Stein
12755c6ef6
Merge branch 'web-host-port' of github.com:cgodley/stable-diffusion into cgodley-web-host-port
...
this allows host and port to be set on --web command line.
changes default binding from 0.0.0.0 to 127.0.0.1
2022-09-03 09:12:32 -04:00
Lincoln Stein
cc4f33bf3a
Merge branch 'bakkot-variant-commas' into development
...
Change the image variation weighting syntax to match the prompt weighting
syntax
2022-09-03 09:08:20 -04:00
Lincoln Stein
d8c0d020eb
remove space between -V and its value in generated prompt, for consistency with other switches
2022-09-03 09:08:10 -04:00
prixt
02bee4fdb1
added --seamless tag logging to normalize_prompt
2022-09-03 16:08:03 +09:00
Kevin Gibbons
e918cb1a8a
replace list delimiters in variations syntax
2022-09-02 23:51:22 -07:00
prixt
d922b53c26
added seamless tiling mode and commands
2022-09-03 15:13:31 +09:00
Eric Khun
0163310a47
Merge branch 'development' into patch-1
2022-09-03 03:27:25 +00:00
Lincoln Stein
423d25716d
Fix unclosed code section
2022-09-02 18:04:15 -04:00
Lincoln Stein
1d999ba974
Fix reference to variations walkthru
...
Had wrong href for the VARIATIONS.md file
2022-09-02 18:01:52 -04:00
Lincoln Stein
27d4bb5624
Merge branch 'development' of github.com:lstein/stable-diffusion into development
...
Synchronize with earlier changes in development
2022-09-02 18:00:02 -04:00
Lincoln Stein
c78b496da6
Merge branch 'bakkot-seed-fuzz' into development
...
This adds support for variations and mixtures of weighted variations
2022-09-02 17:58:42 -04:00
Lincoln Stein
dd2af3f93c
added walkthru, small code fixes
2022-09-02 17:54:55 -04:00
Lincoln Stein
2d65b03f05
Merge branch 'seed-fuzz' of github.com:bakkot/stable-diffusion into bakkot-seed-fuzz
2022-09-02 16:17:51 -04:00
Cragin Godley
2288412ef2
dream.py: fix indentation
2022-09-02 15:00:07 -04:00
Cragin Godley
6bff985496
dream.py: include 0.0.0.0 in --host help
...
Co-authored-by: Kevin Gibbons <bakkot@gmail.com>
2022-09-02 14:58:57 -04:00
Cragin Godley
918ade12ed
dream.py: use localhost in url when host is 0.0.0.0
...
Co-authored-by: Kevin Gibbons <bakkot@gmail.com>
2022-09-02 14:56:52 -04:00
Cragin Godley
68f62c8352
web: allow custom host/port, default to 127.0.0.1 for security reasons
2022-09-02 12:27:12 -04:00
James Reynolds
33936430d0
Added issue templates
2022-09-02 12:16:09 -04:00
James Reynolds
81b3de9c65
New issue template
2022-09-02 12:16:09 -04:00
Simon Vans-Colina
ad6cf6f2f7
Update readme to make it clearer for Windows users
2022-09-02 12:12:48 -04:00
Eric Khun
ecef72ca39
Merge branch 'development' into patch-1
2022-09-02 15:22:30 +00:00
Lincoln Stein
92d1ed744a
Merge branch 'magnusviri-readme-mac-update-take2' into development
2022-09-02 10:42:39 -04:00
Lincoln Stein
da4bf95fbc
Merge branch 'development' into readme-mac-update-take2
2022-09-02 10:41:10 -04:00
Lincoln Stein
d43c5c01e3
Update README.md
...
Those []() link pairs get me every time.
2022-09-02 10:38:59 -04:00
Lincoln Stein
51278c7a10
add brief contribution instructions in lieu of full code-of-conduct and contribution guidelines
2022-09-02 10:37:35 -04:00
James Reynolds
6ef7c1ad4e
Added psychedelicious' changes
2022-09-02 08:29:28 -06:00
Lincoln Stein
33cc16473f
Merge branch 'main' into development
...
Synchronizing dev with legacy pulls to main.
2022-09-02 10:22:57 -04:00
James Reynolds
1701c2ea94
README-Mac update
2022-09-02 10:22:26 -04:00
Lincoln Stein
2e299a1daf
Merge branch 'gabrielrotbart-fix_img2img_m1' into main
...
This may improve the black image problem when using img2img with some
samplers on M1 hardware.
2022-09-02 10:18:06 -04:00
Lincoln Stein
0b582a40d0
add developer's guidance for refactoring this change
2022-09-02 10:17:51 -04:00
James Reynolds
1306457b27
README-Mac update
2022-09-02 08:17:19 -06:00
gabrielrotbart
f4a19af04f
fix scope being set to autocast even for m1
2022-09-02 14:55:24 +03:00