Kent Keirsey
960eae8255
Update TRAINING.md
2024-05-03 17:30:42 +10:00
psychedelicious
3595beac1e
docs: remove references to config script in CONFIGURATION.md
2024-04-25 17:49:32 -04:00
sarashinai
fbfa29c2ef
Update GALLERY.md
2024-04-14 16:46:31 +10:00
sarashinai
9ee7b951eb
Update GALLERY.md
2024-04-14 16:46:31 +10:00
sarashinai
29dd1bb35b
Update GALLERY.md
2024-04-14 16:46:31 +10:00
sarashinai
68d8a2497e
Update GALLERY.md
2024-04-14 16:46:31 +10:00
sarashinai
4b171fa696
Creation of GALLERY.md and related images
...
First draft of the walkthrough of the Gallery right-hand panel
2024-04-14 16:46:31 +10:00
sarashinai
d0beb45431
Create GALLERY.md
2024-04-14 16:46:31 +10:00
sarashinai
e724781a80
Update WEB.md
...
Correct stated location of Gallery panel.
2024-04-14 16:46:31 +10:00
Ryan Dick
54327ec4a7
Remove documentation references to prompt-to-prompt cross-attention control.
2024-04-09 10:57:02 -04:00
psychedelicious
49a647ad00
docs: remove most references to autoimport
...
There's still a few references in `WEB.md` but this doc is very outdated and needs to be totally redone. It's hard to just remove the references without redoing a lot more.
Will need to follow up revising this doc.
2024-03-28 12:35:41 +11:00
psychedelicious
72b44f7ebc
feat(mm): rename "blake3" to "blake3_multi"
...
Just make it clearer which is which.
2024-03-22 08:26:36 +11:00
psychedelicious
7726d312e1
feat(mm): default hashing algo to blake3_single
...
For SSDs, `blake3` is about 10x faster than `blake3_single` - 3 files/second vs 30 files/second.
For spinning HDDs, `blake3` is about 100x slower than `blake3_single` - 300 seconds/file vs 3 seconds/file.
For external drives, `blake3` is always worse, but the difference is highly variable. For external spinning drives, it's probably way worse than internal.
The least offensive algorithm is `blake3_single`, and it's still _much_ faster than any other algorithm.
2024-03-22 08:26:36 +11:00
psychedelicious
13c72206d8
docs: update CONFIGURATION.md
2024-03-20 15:05:25 +11:00
psychedelicious
09a8c0328a
docs: update CONFIGURATION.md
2024-03-19 09:24:28 +11:00
psychedelicious
beffca6b49
docs: update CONFIGURATION.md
2024-03-19 09:24:28 +11:00
psychedelicious
e43bfa3d70
docs(mm): do not hide members in InvokeAIAppConfig autodoc
2024-03-19 09:24:28 +11:00
psychedelicious
bb8e6bbee6
docs: update CONFIGURATION.md
...
Update model hashing docs
2024-03-15 00:14:48 +11:00
psychedelicious
67d26cd633
docs: update CONFIGURATION.md
2024-03-10 10:38:52 +11:00
psychedelicious
9e28317a12
docs: add DATABASE.md
2024-03-10 10:38:52 +11:00
psychedelicious
fb1ae55010
docs: update CONFIGURATION.md to use autogenerated docs
2024-03-08 16:31:39 -05:00
Millun Atluri
1dd07fb1eb
Updated docs on OpenPose
2024-02-12 11:12:45 -05:00
Millun Atluri
630854ce26
3.6 Docs updates ( #5412 )
...
* Update UNIFIED_CANVAS.md
* Update index.md
* Update structure
* Docs updates
2024-01-11 16:52:22 +00:00
Kevin Turner
fd4e041e7c
feat: serve HTTPS when configured with ssl_certfile
2023-12-12 16:01:43 +11:00
Alfie John
d0464a5793
Tiny grammar fix
2023-12-03 08:13:40 -08:00
Millun Atluri
1a37827bdf
(fix) docs formatting
2023-11-16 18:22:21 +11:00
Millun Atluri
be4f3fa5c6
Added LCM-LoRA
2023-11-16 16:32:55 +11:00
Millun Atluri
63548c5ea7
Update community node installation instructions
2023-10-31 07:17:14 -07:00
Millun Atluri
677918df61
Docs Update (python version & T2I ( #4867 )
...
* Updated Control Adapter Docs
* fixed typo
* Update docs for 3.10
* Update diffusers language
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
* Diffusers format
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
* Current T2I Adapter usage
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
* Update test-invoke-pip.yml
---------
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
2023-10-18 23:38:31 -04:00
Lincoln Stein
d27392cc2d
remove all references to CLI
2023-10-18 11:28:26 +11:00
Kent Keirsey
a263a4f4cc
Update CONTROLNET.md
2023-09-27 20:51:02 -04:00
Millun Atluri
fc9a7320eb
Update to be more accurate
2023-09-27 12:21:20 +10:00
Millun Atluri
c8b306d9f8
Update CONTROLNET.md
2023-09-26 19:20:03 +10:00
Millun Atluri
727cc0dafe
add pics
2023-09-26 17:51:08 +10:00
Millun Atluri
4530bd46dc
Added IP-Adapter
2023-09-26 17:30:34 +10:00
Alexandre D. Roberge
8ce9b6c51e
Update CONFIGURATION.md
...
Fixed typo missing backtick
2023-09-20 17:33:04 -04:00
Lincoln Stein
69e3513e90
add missing UTILITIES.md ( #4607 )
...
## What type of PR is this? (check all applicable)
- [ ] Refactor
- [ ] Feature
- [ ] Bug Fix
- [ ] Optimization
- [X] Documentation Update
- [ ] Community Node Submission
This is a doc file that was missing from PR #4587 . Since that PR was
already merged. I’m pushing it in now.
2023-09-20 11:21:43 -07:00
Lincoln Stein
7e706f02cb
add missing UTILITIES.md
2023-09-20 14:19:27 -04:00
Lincoln Stein
2d71f6f4b8
add documentation
2023-09-20 13:49:29 -04:00
Millun Atluri
044b6ac07a
update model merging
2023-09-12 12:01:44 -04:00
Millun Atluri
774ade679d
updated ti training
2023-09-12 12:01:44 -04:00
Millun Atluri
7c3fb3c54a
updated nodes docs
2023-09-12 12:01:44 -04:00
Millun Atluri
c82ea5a812
SDXL prompting
2023-09-12 12:01:44 -04:00
Millun Atluri
4ee65d179c
3.1 Documentation Updates ( #4318 )
...
* Updating Nodes documentation
* Restructured nodes docs
* Comfy to Invoke Overview
* Corrections to Comfy -> Invoke Mappings
* Adding GA4 to docs
* Hiding CLI status
* Node doc updates
* File path updates
* Updates based on lstein's feedback
* Fix broken links
* Fix broken links
* Update comfy to invoke nodes list
* Updated prompts documenation
* Fix formatting
2023-08-25 11:59:46 +10:00
Lincoln Stein
b69f26c85c
add support for "balanced" attention slice size
2023-08-17 16:11:09 -04:00
Lincoln Stein
ed38eaa10c
refactor InvokeAIAppConfig
2023-08-17 13:47:26 -04:00
Millun Atluri
b2700ffde4
Update post processing docs
2023-08-13 22:25:49 -04:00
Millun Atluri
d78c97f8a8
Updated getting started guide and links
2023-07-27 18:51:48 +10:00
Millun Atluri
52f61698e9
added getting started with Invoke guide
2023-07-27 18:29:12 +10:00
Lincoln Stein
049645d66e
updated LICENSE files and added information about watermarking
2023-07-26 17:27:33 -04:00