Lincoln Stein
636620b1d5
change initfile to ~/.invokeai
...
- adjust documentation
- also fix 'clipseg_models' to 'clipseg', which seems to be working now
2022-11-08 03:26:16 +00:00
Lincoln Stein
1fe41146f0
add support for an initialization file, invokeai.init
...
- Place preferred startup command switches in a file named
"invokeai.init". The file can consist of a single line of switches
such as "--web --steps=28", a series of switches on each
line, or any combination of the two.
Example:
```
--web
--host=0.0.0.0
--steps=28
--grid
-f 0.6 -C 11.0 -A k_euler_a
```
- The following options, which were previously only available within
the CLI, are now available on the command line as well:
--steps
--strength
--cfg_scale
--width
--height
--fit
2022-11-06 22:02:45 -05:00
Lincoln Stein
2ad6ef355a
update discord link
2022-11-06 18:08:36 +00:00
mauwii
865502ee4f
update changelog
2022-11-06 09:27:59 -08:00
mauwii
c7984f3299
update TROUBLESHOOT.md
2022-11-06 09:27:59 -08:00
mauwii
7f150ed833
remove :
from headlines in CONTRIBUTORS.md
2022-11-06 09:27:59 -08:00
mauwii
badf4e256c
enable navigation tabs
...
Since the docs are growing, this way they look cleaner
2022-11-06 09:27:59 -08:00
mauwii
e64c60bbb3
remove preflight checks from assets
...
seems like somebody executed tests and commited them
2022-11-06 09:27:59 -08:00
mauwii
1780618543
update INSTALLING_MODELS.md
2022-11-06 09:27:59 -08:00
Kent Keirsey
eab435da27
Update index.md
2022-11-06 09:21:05 -08:00
Lincoln Stein
1cdcf33cfa
Merge branch 'main' into development
...
- this synchronizes recent document fixes by mauwii
2022-11-05 09:57:38 -04:00
Matthias Wild
7b9a4564b1
Update-docs ( #1382 )
...
* update IMG2IMG.md
* update INPAINTING.md
* update WEBUIHOTKEYS.md
* more doc updates (mostly fix formatting):
- OUTPAINTING.md
- POSTPROCESS.md
- PROMPTS.md
- VARIATIONS.md
- WEB.md
- WEBUIHOTKEYS.md
2022-11-05 09:36:45 -04:00
Lincoln Stein
d318968abe
remove --no_interactive from preload_scripts.py example ( #1378 )
2022-11-05 06:23:56 +01:00
Matthias Wild
fcdefa0620
Hotifx docs ( #1376 ) ( #1377 )
2022-11-04 12:47:31 -07:00
Matthias Wild
e71655237a
Hotifx docs ( #1376 )
2022-11-04 15:17:28 -04:00
Lincoln Stein
6b89adfa7e
change "python3" to "python" in instructions
2022-11-03 19:22:05 -04:00
Lincoln Stein
174a9b78b0
Bring main back into a consistent state with other branches
...
- Due to misuse of rebase command, main was transiently
in an inconsistent state.
- This repairs the damage, and adds a few post-release
patches that ensure stable conda installs on Mac and Windows.
2022-11-03 15:44:06 -04:00
Lincoln Stein
16a52a607d
updated documentation
2022-11-02 17:28:50 -04:00
damian0815
00378e1ea6
add damian0815 to contributors list
2022-11-01 22:38:16 -04:00
Lincoln Stein
89da42ad79
Merge branch 'pin-options-panel' of https://github.com/psychedelicious/stable-diffusion into psychedelicious-pin-options-panel
...
- from PR #1301
2022-10-31 09:37:13 -04:00
psychedelicious
247816db9a
Adds @psychedelicious to contributors list
2022-10-31 09:34:20 -04:00
Lincoln Stein
631592ec99
add --seamless to 2d waterlilly example
2022-10-31 00:39:51 -04:00
Lincoln Stein
4cd29420ef
rerun preflight checks
2022-10-31 00:36:38 -04:00
Lincoln Stein
47342277dd
fix captionining
2022-10-30 22:40:09 -04:00
Lincoln Stein
f7ce6fae9a
specify which outpainted images use inpainting model
2022-10-30 22:38:50 -04:00
Lincoln Stein
8566490e51
remove redundant output images
2022-10-30 22:37:19 -04:00
Lincoln Stein
6151968cd3
updated preflight prompts file
2022-10-30 22:34:38 -04:00
Lincoln Stein
ba4691dae8
added remainder of preflight check outputs
2022-10-30 22:28:06 -04:00
Lincoln Stein
7d16af3aa7
fix input pictures
2022-10-30 18:32:59 -04:00
Lincoln Stein
61ff90d1fd
added files needed for preflight checks
2022-10-30 18:30:22 -04:00
Lincoln Stein
e7368d7231
preload_models interactively downloads sd model files
2022-10-30 12:19:05 -04:00
Lincoln Stein
a7517ce0de
add pointer to hugging face concepts library
2022-10-30 00:54:00 -04:00
Lincoln Stein
b532e6dd17
wording and formatting tweaks
2022-10-29 11:28:17 -04:00
Lincoln Stein
b46921c22d
move model installation docs into installation dir
2022-10-29 11:15:57 -04:00
Lincoln Stein
13f26a99b8
documentation and usability fixes
2022-10-29 10:37:38 -04:00
Lincoln Stein
ef68a419f1
preload_models.py script downloads the weight files
...
- user can select which weight files to download using huggingface cache
- user must log in to huggingface, generate an access token, and accept
license terms the very first time this is run. After that, everything
works automatically.
- added placeholder for docs for installing models
- also got rid of unused config files. hopefully they weren't needed
for textual inversion, but I don't think so.
2022-10-29 01:02:45 -04:00
psychedelicious
e5dcae5fff
Merges development
2022-10-29 04:25:26 +11: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
cd5141f3d1
fix issues with outpaint merge
2022-10-27 18:02:08 -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
Taylor Kems
4635836ebc
Update IMG2IMG.md
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
Damian at mba
a90ce61b1b
fix broken images
2022-10-27 22:43:21 +02:00
Damian at mba
d43167ac0b
improve documentation of "attention weighting" syntax
2022-10-27 22:41:06 +02:00
Lincoln Stein
16e7cbdb38
tweaks to documentation and call signature for advanced prompting
2022-10-27 08:30:09 -04:00
Lincoln Stein
52de5c8b33
documentation fix
2022-10-27 01:58:20 -04:00
Lincoln Stein
799dc6d0df
acceptable integration of new prompting system and inpainting
...
This was a difficult merge because both PR #1108 and #1243 made
changes to obscure parts of the diffusion code.
- prompt weighting, merging and cross-attention working
- cross-attention does not work with runwayML inpainting
model, but weighting and merging are tested and working
- CLI command parsing code rewritten in order to get embedded
quotes right
- --hires now works with runwayML inpainting
- --embiggen does not work with runwayML and will give an error
- Added an --invert option to invert masks applied to inpainting
- Updated documentation
2022-10-27 01:51:35 -04:00