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
d0375ec234
Added FAQ
2023-11-16 16:10:43 +11:00
Millun Atluri
1bf8625b10
Updates to invocations
2023-11-16 15:35:24 +11:00
Millun Atluri
5d6040b636
Updated invocations docs
2023-11-16 15:02:06 +11:00
Millun Atluri
909afc266e
Update 010_INSTALL_AUTOMATED.md
2023-11-13 20:28:00 -05:00
Millun Atluri
4039dd148d
Update 030_INSTALL_CUDA_AND_ROCM.md
2023-11-13 20:28:00 -05:00
Millun Atluri
ea0f8b8791
Update 020_INSTALL_MANUAL.md
2023-11-13 20:28:00 -05:00
Millun Atluri
c5672adb6b
Update 070_INSTALL_XFORMERS.md
2023-11-13 20:28:00 -05:00
Millun Atluri
6b05d27c7a
Update 040_INSTALL_DOCKER.md
2023-11-14 12:22:46 +11:00
Millun Atluri
19d0673085
Update 010_INSTALL_AUTOMATED.md
2023-11-14 12:22:08 +11:00
Lincoln Stein
f1c195afb7
Merge branch 'main' into refactor/model-manager-2
2023-11-10 17:54:28 -05:00
blessedcoolant
356b5a41a9
wip: Add LCMScheduler
2023-11-10 06:54:36 -08:00
Lincoln Stein
edeea5237b
add sql-based model config store and api
2023-11-04 23:03:26 -04:00
Millun Atluri
ed81d6d533
Update contributingNodes.md
2023-10-31 07:17:14 -07:00
Millun Atluri
63548c5ea7
Update community node installation instructions
2023-10-31 07:17:14 -07:00
Millun Atluri
8481db96ed
Updated workflows
2023-10-31 07:17:14 -07:00
Eugene Brodsky
224b09f8fd
Enforce Unix line endings in container ( #4990 )
...
* (fix) enforce Unix (LF) line endings in docker/ directory
* (fix) update docker docs wrt line endings on Windows
* (fix) static check fixes
2023-10-30 12:34:30 -04:00
Jonathan
fe5d2c023b
Update communityNodes.md
...
Added Average Images node
2023-10-28 08:13:51 -05:00
Gille
3b7e17c0cc
Update communityNodes.md
...
Update to Load Video Frame node to reflect changes made in link locations... a.k.a. fixing broken links.
2023-10-23 21:46:51 -06:00
Eugene Brodsky
575c7bbfd8
feat(docker): update docker documentation
2023-10-19 11:26:36 -04: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
Lincoln Stein
9542883bb5
update requirements to python 3.10-11
2023-10-17 19:30:31 +11:00
mickr777
e9879b9e1f
Clean up communityNodes.md ( #4870 )
...
* Clean up communityNodes.md
* Update communityNodes.md
2023-10-14 22:01:20 +00:00
Ryan Dick
4f97bd4418
Merge branch 'main' into ryan/model-tests
2023-10-06 19:47:28 -04:00
Ryan Dick
e0e001758a
Remove @slow decorator in favor of @pytest.mark.slow.
2023-10-06 18:26:06 -04:00
Ryan Dick
096d195d6e
Merge branch 'main' into ryan/model-cache-logging-only
2023-10-06 09:52:45 -04:00
Ryan Dick
7870b90717
Add TESTS.md documentation.
2023-10-05 15:38:25 -04:00
Ryan Dick
7d800e1ce3
Fix broken link in documentation to 'Frontend Documentation'.
2023-10-05 15:36:15 -04:00
Ryan Dick
594a3aef93
Set MALLOC_MMAP_THRESHOLD_=1048576 by default in invoke.sh. And add it to the manual installation docs.
2023-10-05 14:26:45 -04:00
Jordan Hewitt
421021cede
Add 'make 3d' plugin / community node ( #4794 )
...
* Add 'make 3d' plugin.
* Update communityNodes.md
Updated to Repo Link
---------
Co-authored-by: Jordan <srcrr-gitlab@ipriva.com>
Co-authored-by: Kent Keirsey <31807370+hipsterusername@users.noreply.github.com>
Co-authored-by: Millun Atluri <Millu@users.noreply.github.com>
2023-10-04 21:41:21 +00:00
Kyle
9b39888e2f
Added GridtoGif to communityNodes.md
2023-10-01 17:42:36 -05:00
mickr777
c1715144f0
add Character Art Node's to communityNodes.md
2023-10-01 11:10:36 -04:00
Kent Keirsey
811dd93912
Fix typo of Psychedelicious name
2023-09-30 12:35:49 -04:00
ymgenesis
95fd2ee6ff
Nodes-FaceTools (FaceIdentifier, FaceOff, FaceMask) ( #4576 )
...
* node-FaceTools
* Added more documentation for facetools
* invert FaceMask masking
- FaceMask had face protected and surroundings change by default (face white, else black)
- Change to how FaceOff/others work: the opposite where surroundings protected, face changes by default (face black, else white)
* reflect changed facemask behaviour in docs
* add FaceOff+FaceMask workflows
- Add FaceOff and FaceMask example workflows to docs/workflows
* add FaceMask+FaceOff workflows to exampleworkflows.md
- used invokeai URL paths mimicking other workflow URLs, hopefully they translate when/if merged
* inheriting, typehints, black/isort/flake8
- modified FaceMask and FaceOff output classes to inherit base image, height, width from ImageOutput
- Added type annotations to helper functions, required some reworking of code's stored data
* remove credit header
- Was in my personal/repo copy, don't think it's necessary if merged.
* Optionals & image declaration duplication
- Added Optional[] to optional outputs and types
- removed duplication of image = context.services.images.get_pil_images(self.image.image_name) declaration
- Still need to find a way to deal with mask_pil None typing errors
* face(facetools): fix typing issues, add validation, clean up structure
* feat(facetools): update field descriptions
* Update FaceOff_FaceScale2x.json
- update FaceOff workflow after Bounded Image field removed in place of inheriting Image out field from ImageOutput
* feat(facetools): pass through original image on facemask if invalid face ids requested
* feat(facetools): tidy variable names & fn calls
* feat(facetools): bundle inter font, draw ids with it
Inter is a SIL Open Font license. The license is included and is fully permissive. Inter is the same font the UI and commercial application already uses.
Only the "regular" version is bundled.
* chore(facetools): isort & fix mypy issues
* docs(facetools): update and format docs
---------
Co-authored-by: Millun Atluri <millun.atluri@gmail.com>
Co-authored-by: Millun Atluri <Millu@users.noreply.github.com>
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
2023-09-29 17:54:13 +10:00
Darren Ringer
d464ce509b
update communitynodes.md to add Rotate/Flip Image to composition pack
2023-09-29 00:37:40 -04:00
Jonathan
848e51f72b
Update communityNodes.md ( #4729 )
...
Added thresholding and halftone nodes.
2023-09-28 23:48:07 +00:00
psychedelicious
5174f382b9
Update LOCAL_DEVELOPMENT.md
...
add LSP and type checking notes
2023-09-29 00:34:39 +10:00
Lincoln Stein
a42ef9c855
add documentation on syntax to use for subfolder repo_ids
2023-09-27 22:17:29 -04: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
407bca5063
fix merges
2023-09-27 10:10:09 +10:00
Millun Atluri
c8b306d9f8
Update CONTROLNET.md
2023-09-26 19:20:03 +10:00
Millun Atluri
edd2c54b9e
add cache
2023-09-26 18:28:52 +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
Darren Ringer
869b4a8d49
Add image enhance node to composition pack in communitynods, 9 more nodes
...
Adds 9 more of my nodes to the Image & Mask Composition Pack in the community nodes page, and integrates the Enhance Image node into that pack as well (formerly it was its own entry).
2023-09-25 18:49:04 -04:00
psychedelicious
73ca8ccdb3
Update 020_INSTALL_MANUAL.md
...
Add some instructions about installing the frontend toolchain when doing a git-based install.
2023-09-25 21:17:11 +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
skunkworxdark
977e348a35
Update communityNodes.md with Prompt Tools & XY grid nodes( #4446 )
...
* Update communityNodes.md
Adding Prompt Tools and XY grid nodes
* Update communityNodes.md
Added the new PromptStrength and PromptStrengthCombine Nodes
---------
Co-authored-by: Millun Atluri <Millu@users.noreply.github.com>
2023-09-20 14:24:55 +10:00
dunkeroni
41f2eaa4de
updated name references for Float To Integer
2023-09-13 16:50:25 +10:00
dunkeroni
244201b45d
Cleanup documentation
2023-09-13 16:50:25 +10:00
dunkeroni
79ca181276
documentation update
2023-09-13 16:50:25 +10:00
Millun Atluri
77a4fabc66
Update contributingNodes.md with correct community nodes link
2023-09-12 12:01:44 -04:00
Millun Atluri
5cbdcdaa1f
adding nodes
2023-09-12 12:01:44 -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
bf6c5cbe77
update development guide
2023-09-12 12:01:44 -04:00
Millun Atluri
7dd20090c2
update na & development docs
2023-09-12 12:01:44 -04:00
Millun Atluri
7c3fb3c54a
updated nodes docs
2023-09-12 12:01:44 -04:00
Millun Atluri
2c8521b25d
updated naming
2023-09-12 12:01:44 -04:00
Millun Atluri
179a3aaa71
support & triaging
2023-09-12 12:01:44 -04:00
Millun Atluri
49423a791d
updated workflow links
2023-09-12 12:01:44 -04:00
Millun Atluri
666b5d7a60
added example workflows
2023-09-12 12:01:44 -04:00
Millun Atluri
d4143136d0
Update new developer docs
2023-09-12 12:01:44 -04:00
Millun Atluri
f6ced9f54b
new contributor docs
2023-09-12 12:01:44 -04:00
Millun Atluri
c82ea5a812
SDXL prompting
2023-09-12 12:01:44 -04:00
Millun Atluri
17891ae703
Update communityNodes.md info
2023-09-12 12:01:44 -04:00
Millun Atluri
e94dc47d56
Update contributingNodes.md with correct information
2023-09-12 12:01:44 -04:00
vedant-3010
47ea71d9bd
fixed quick links responsiveness
2023-09-08 08:38:06 -04:00
Millun Atluri
252adb9e70
Fixed typos
2023-09-07 13:16:25 +10:00
Keerigan45
40a0b2c366
Update 030_INSTALL_CUDA_AND_ROCM.md
2023-09-07 03:25:26 +02:00
Keerigan45
cfc4caf231
Update 030_INSTALL_CUDA_AND_ROCM.md
...
Added Extra step and clarification on how to choose between 11x or 12x update for Cudnnn dll
2023-09-07 03:24:13 +02:00
Millun Atluri
e16598c48a
Merge branch 'main' into patch-2
2023-09-06 13:59:59 +10:00
Millun Atluri
6506ce3e68
Updated "\" to be escaped in markdown
2023-09-06 13:58:53 +10:00
Millun Atluri
3afa73cd33
Update 030_INSTALL_CUDA_AND_ROCM.md
2023-09-06 13:55:33 +10:00
Kent Keirsey
53f2369d18
Update 030_INSTALL_CUDA_AND_ROCM.md
2023-09-05 08:06:39 -04:00
Jonathan
dfbcb773da
Update communityNodes.md ( #4452 )
...
Fixed bad link
2023-09-05 07:11:40 +00:00
Keerigan45
04c0a83bff
Added extra steps to update the Cudnnn DLL found in the Torch packages
...
I added extra steps to update the Cudnnn DLL found in the Torch package because it wasn't optimised or didn't use the lastest version. So manually updating it can speed up iteration but the result might differ from each card. Exemple i passed from 3 it/s to a steady 20 it/s.
2023-09-05 06:54:06 +02:00
Millun Atluri
eb90ea41fd
Merge branch 'main' into textfontimage
2023-09-05 13:54:46 +10:00
Darren Ringer
384ad2df6a
Merge branch 'main' into patch-2
2023-09-04 21:48:17 -04:00
dunkeroni
10eec546ad
Consolidate and generalize saturation/luminosity adjusters ( #4425 )
...
* Consolidated saturation/luminosity adjust.
Now allows increasing and inverting.
Accepts any color PIL format and channel designation.
* Updated docs/nodes/defaultNodes.md
* shortened tags list to channel types only
* fix typo in mode list
* split features into offset and multiply nodes
* Updated documentation
* Change invert to discrete boolean.
Previous math was unclear and had issues with 0 values.
* chore: black
* chore(ui): typegen
---------
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
2023-09-05 11:18:37 +10:00
Darren Ringer
ac3bf81ca4
Update communityNodes.md for consistency and conciseness
...
Trims down a couple of my node descriptions and adjusts the formatting a little bit for consistency.
2023-09-04 20:21:48 -04:00
Darren Ringer
edd64bd537
Replace links to .py files with repo links, and consolidate some nodes
...
Revised links to my node py files, replacing them with links to independent repos. Additionally I consolidated some nodes together (Image and Mask Composition Pack, Size Stepper nodes).
2023-09-04 19:25:12 -04:00
Darren Ringer
8795ea8b06
Merge branch 'main' into patch-2
2023-09-04 19:19:03 -04:00
psychedelicious
d6317bc53f
docs: update INVOCATIONS.md with version info
2023-09-04 19:08:18 +10:00
mickr777
945b9e3a0a
Merge branch 'main' into textfontimage
2023-09-04 15:48:23 +10:00
Darren Ringer
fee5cd9c7e
Update communityNodes.md with a few more nodes
...
Adds my (@dwringer's) released nodes to the community nodes page.
2023-09-03 02:37:36 -04:00
Jonathan
b0cce8008a
Update communityNodes.md ( #4442 )
...
* Update communityNodes.md
Added some of my nodes to the community listing.
2023-09-03 16:31:12 +12:00
mickr777
7d50e413bc
Merge branch 'main' into textfontimage
2023-09-02 18:12:56 +10:00
mickr777
4047343503
Add textfontimage node to communityNodes.md
2023-08-30 19:19:49 +10:00
psychedelicious
044d4c107a
feat(nodes): move all invocation metadata (type, title, tags, category) to decorator
...
All invocation metadata (type, title, tags and category) are now defined in decorators.
The decorators add the `type: Literal["invocation_type"]: "invocation_type"` field to the invocation.
Category is a new invocation metadata, but it is not used by the frontend just yet.
- `@invocation()` decorator for invocations
```py
@invocation(
"sdxl_compel_prompt",
title="SDXL Prompt",
tags=["sdxl", "compel", "prompt"],
category="conditioning",
)
class SDXLCompelPromptInvocation(BaseInvocation, SDXLPromptInvocationBase):
...
```
- `@invocation_output()` decorator for invocation outputs
```py
@invocation_output("clip_skip_output")
class ClipSkipInvocationOutput(BaseInvocationOutput):
...
```
- update invocation docs
- add category to decorator
- regen frontend types
2023-08-30 18:35:12 +10:00
Kent Keirsey
dc581350e6
Merge branch 'main' into sammyf-patch-1-1
2023-08-26 08:46:38 -04:00
Gille
64c5b20ce3
Update communityNodes.md
...
discarded commits, resynced, added Load Video Frames to the community nodes. Hopefully I can start to understand github soon... sigh...
2023-08-25 23:43:57 -04:00
Kent Keirsey
8a79798fa6
Merge branch 'main' into sammyf-patch-1-1
2023-08-25 20:40:34 -04:00
Kent Keirsey
9c13f1b0fd
Merge branch 'main' into feat/dev_reload
2023-08-25 17:06:58 -04:00
Millun Atluri
7ab3d3861c
Merge branch 'main' into sammyf-patch-1-1
2023-08-26 00:48:05 +10:00
sammyf
8e90468637
Node for Oobabooga, Update communityNodes.md
...
third try should be the right try. Now with link
2023-08-25 16:22:50 +02:00
mickr777
f67bbadf83
Add to communityNodes.md
2023-08-25 08:43:05 -04:00
Ar7ific1al
e2942b9b8d
Add Retroize Nodes to Community Nodes
2023-08-25 08:41:49 -04:00
sammyf
ac942a2034
Update communityNodes.md
...
Added a node to prompt Oobabooga Text-Generation-Webui
2023-08-25 10:55:52 +02: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
Kevin Turner
98dcc8d8b3
Merge remote-tracking branch 'origin/main' into feat/dev_reload
2023-08-22 18:18:16 -07:00
Kevin Turner
76750b0121
doc(development): add section on hot reloading with --dev_reload
2023-08-21 16:45:39 -07:00
Kevin Turner
3039f92e69
doc(development): small updates to backend development intro
2023-08-21 16:38:47 -07: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
Lincoln Stein
e373bfca54
fix several broken links in the installation index
2023-08-16 17:54:39 -04:00
Millun Atluri
b2700ffde4
Update post processing docs
2023-08-13 22:25:49 -04:00
Lincoln Stein
7bad9bcf53
update dependencies and docs to cu118
2023-08-10 15:19:12 -04:00
Lincoln Stein
c8ceb96091
add docs
2023-08-05 12:26:52 -04:00
Lincoln Stein
d162b78767
fix broken civitai example link
2023-08-05 12:10:52 +10:00
Lincoln Stein
11a44b944d
fix installation documentation
2023-08-01 18:52:17 -04:00
Millun Atluri
0691e0a12a
Few modifications to getting started doc
2023-07-31 15:35:20 +10:00
Millun Atluri
79afcbd07e
Merge branch 'main' of https://github.com/invoke-ai/InvokeAI
2023-07-31 14:19:37 +10:00
ymgenesis
73e25d8dbe
Update communityNodes.md
...
- Remove FaceMask and add link FaceTools repository, which includes FaceMask, FaceOff, and FacePlace
- Move Ideal Size up from under the template entry
2023-07-30 10:59:56 -04:00
Lincoln Stein
6c82229910
fix recovery recipe
2023-07-29 20:00:06 -04:00
Lincoln Stein
ac22652686
rebuild front end
2023-07-28 18:21:05 -04:00
Lincoln Stein
3da0be7eb9
update troubleshooting guide with ~ydantic and SDXL unet issue workarounds
2023-07-28 16:42:57 -04:00
Millun Atluri
514722d67a
Update definitions to be more accurate
2023-07-28 18:35:05 +10:00
Millun Atluri
5dbde2116f
Merge branch 'invoke-ai:main' into main
2023-07-28 18:34:33 +10:00
Lincoln Stein
0d8f9cbe55
resolved conflicts with main
2023-07-27 15:11:25 -04:00
Millun Atluri
562c937a14
Updated new user flow
2023-07-27 21:46:39 +10:00
Millun Atluri
5300e353d8
updated community nodes doc
2023-07-27 18:58:44 +10: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
Lincoln Stein
5beb11f4e2
tweaks in response to psychedelicious review of PR
2023-07-26 15:27:04 +10:00
Lincoln Stein
b3723d1ccf
update documentation
2023-07-26 15:27:04 +10:00
ymgenesis
d5998ad3ef
update images to link from docs/assets/nodes/
2023-07-25 21:48:48 -04:00
ymgenesis
a4c8d86faa
add NODES.md image assets to docs/assets/nodes/
2023-07-25 21:48:48 -04:00
ymgenesis
f4da66aa0f
Update NODES.md
2023-07-25 21:48:48 -04:00
Lincoln Stein
2aefa921fe
fix "unknown model type" error when rebasing a model with API
...
- Add command-line model probing script for dev use
- Minor documentation tweak
2023-07-25 08:36:57 -04:00
Lincoln Stein
8c449c4756
update documentation and installer to accept 3.11
2023-07-24 17:21:56 -04:00
Lincoln Stein
53c8c3b4f5
Merge branch 'main' into JPPhoto-add-ideal-size
2023-07-21 15:17:06 -04:00
ymgenesis
6c82b694a7
Update communityNodes.md
...
Add Face Mask to communityNodes.md
2023-07-21 19:05:37 +02:00
Kent Keirsey
055b2207cb
Update CONTRIBUTORS.md
2023-07-21 08:24:17 -04:00
Jonathan
5db66e00b6
Update communityNodes.md
...
Added the Ideal Size node
2023-07-21 06:38:42 -05:00
Lincoln Stein
eb4ca4042e
Merge branch 'main' into release/3-0-0
2023-07-21 07:38:02 -04:00
Millun Atluri
48ad005732
Couple doc tweaks
2023-07-21 16:35:41 +10:00
Lincoln Stein
ce7fbdb01d
bump version; update contributors list
2023-07-21 00:17:21 -04:00
Lincoln Stein
7deafa838b
merge with main
2023-07-20 11:45:54 -04:00
Millun Atluri
039091c5d4
Updated frontend docs to be more accurate
2023-07-20 13:16:55 +10:00
Millun Atluri
a0b5930340
Updated Code of Conduct URL
2023-07-20 09:35:09 +10:00
Millun Atluri
53ed252168
Fixed typos in docs
2023-07-20 09:34:16 +10:00
Millun Atluri
a683379dda
Updated docs to be more accurate based on Lincoln's feedback
2023-07-20 09:28:21 +10:00