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
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
Kevin Gibbons
e918cb1a8a
replace list delimiters in variations syntax
2022-09-02 23:51:22 -07: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
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
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
Eric Khun
58545ba057
Update README-Mac-MPS.md
2022-09-02 19:52:13 +08:00
Kevin Gibbons
4fe265735a
support generating variations
...
Co-authored-by: xra <mail@xra.dev>
2022-09-01 23:48:53 -07:00
James Reynolds
2b7f32502c
Merge branch 'lstein:main' into main
2022-09-01 19:41:14 -06:00
Lincoln Stein
3ee82d8a3b
Merge branch 'toffaletti-dream-m1' into main
...
This provides support for Apple M1 hardware
2022-09-01 17:55:36 -04:00
Lincoln Stein
629ca09fda
Merge branch 'dream-m1' of github.com:toffaletti/stable-diffusion into toffaletti-dream-m1
...
* Fix conflicts with main branch changes
* Fix logic error in choose_autocast_device() that was causing crashes
on CUDA systems.
2022-09-01 17:54:01 -04:00
Lincoln Stein
833de06299
fix InitImageResizer not found error, closes #294
2022-09-01 16:16:46 -04:00
David Wager
68eabab2af
Deprecate --laion400m and --weights arguments
...
Removes functionality for the --laion400m and --weights arguments and notifies user to use the --model argument instead.
2022-09-01 20:46:53 +01:00
David Wager
a4f69e62d7
Set sensible default for 1.4
...
Use the file that already exists for the majority of users for the default value.
2022-09-01 20:21:39 +01:00
David Wager
7db51d0171
Merge branch 'main' into main
2022-09-01 19:27:38 +01:00
Lincoln Stein
1b3c7acce3
fix ambiguous naming of self.device
2022-09-01 14:18:17 -04:00
Lincoln Stein
e6b2c15fc5
Merge branch 'main' into fit-init-img
...
add a --fit option to limit the size of the initial image to the
maximum boundaries specified by width and height.
2022-09-01 14:09:46 -04:00
David Wager
d319b8a762
Reference model from configs/models.yaml
...
By supplying --model (defaulting to stable-diffusion-1.4) a user can specify which model to load.
Width/Height/Config Location/Weights Location are referenced from configs/models.yaml
2022-09-01 19:04:31 +01:00