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
Millun Atluri
899aa1d251
Merge branch 'invoke-ai:main' into main
2023-07-20 09:22:26 +10:00
Lincoln Stein
1cd814cba0
fix readme in preparation for RC
2023-07-19 14:57:26 -04:00
Lincoln Stein
b9b89ad210
additional tweaks to controlnet documentation
2023-07-19 12:16:16 -04:00
Lincoln Stein
72c19987d5
discuss issues with adding controlnet models
2023-07-19 12:16:03 -04:00
Lincoln Stein
be95fd753e
add missing screenshot
2023-07-19 12:07:07 -04:00
Millun Atluri
c291b82b94
Added contribution disclaimer
2023-07-19 23:56:38 +10:00
Millun Atluri
6ba48af0a9
Added community node documentation
2023-07-19 22:04:17 +10:00
Lincoln Stein
5ae2fb0d2b
more doc improvements
2023-07-19 01:49:28 -04:00
Lincoln Stein
5b1d7a2367
reorganized intro to web walkthru
2023-07-19 01:47:23 -04:00
Lincoln Stein
f3ae9c513e
updated web walkthrough
2023-07-19 01:42:52 -04:00
Millun Atluri
ff74370eda
• Updated best practices
...
• Updated index with new contribution guide link
2023-07-19 15:39:29 +10:00
Millun Atluri
446d87516a
* Updated contributiion guide
...
* Updated nav to be in new order prioritizing more commonuly used tabs
* Added set nav in mkdocs.yaml
2023-07-19 14:34:03 +10:00
Lincoln Stein
b71bcab691
change README screenshot
2023-07-18 15:31:41 -04:00
Lincoln Stein
efcb3a9d08
documentation fixes
2023-07-18 12:45:47 -04:00
psychedelicious
53db91ef99
Update LOCAL_DEVELOPMENT.md
...
fix json formatting to not have big red comment blocks
2023-07-18 11:02:24 +10:00
psychedelicious
6d688ca87d
docs: add vscode setup instructions
...
- using vscode python debugger
- automatic python environment activation
- remote dev
2023-07-17 20:21:22 -04:00
psychedelicious
b56be07ab3
Update NODES.md
...
Add experimental banner.
2023-07-15 21:26:42 -04:00
Lincoln Stein
6073cb8020
add documentation on the configuration system
2023-07-15 16:14:47 -04:00
Kent Keirsey
565299c7a1
Minor Updates to NODES.md
2023-07-14 16:10:49 -04:00
ymgenesis
44662c0c0e
remove incorrect hyperlink
2023-07-14 16:10:49 -04:00
ymgenesis
ba783d9466
add node grouping concepts & typos
...
Added a section that focuses more on conceptualizing node workflows as groups of nodes working together as a whole. Also, typos.
2023-07-14 16:10:49 -04:00
ymgenesis
759ca317d0
add node types & functions
...
Add a list of node types and their functions. Functions are just copied text from node descriptions in webui.
2023-07-14 16:10:49 -04:00
ymgenesis
3454b7654c
add i2i and controlnet examples
...
Added examples for img2img and ControlNet
2023-07-14 16:10:49 -04:00
ymgenesis
19cbda56b6
Create NODES.md
...
Introductory nodes documentation
2023-07-14 16:10:49 -04:00
Kent Keirsey
75b28eb79b
Update CONCEPTS.md
2023-07-06 12:22:52 -04:00
Kent Keirsey
2eddd5db7d
Update and rename TEXTUAL_INVERSION.md to TRAINING.md
2023-07-06 11:52:49 -04:00
Kent Keirsey
82978d3ee5
Update Combinatorial Setting Information
2023-07-06 11:28:21 -04:00
blessedcoolant
48258c4bb8
wip(docs): ELI5 Tutorial For Invocations
2023-07-06 11:24:05 -04:00
Kent Keirsey
267f0408bb
Update PROMPTS with Dynamic Prompts docs
2023-07-05 23:50:04 -04:00
Lincoln Stein
054b5f484a
resolve conflicts with main
2023-07-01 14:42:48 -04:00
sammyf
e3f136cdda
Update 060_INSTALL_PATCHMATCH.md
...
installing the packaged 'blas' is needed in Archlinux, otherwise patchmatch fails initializing with a "libblas.so.3 missing" error.
2023-06-26 14:23:10 +02:00
DrGunnarMallon
f312e1448f
Update index.md
...
fixed typo
2023-06-18 10:39:02 -04:00
Kent Keirsey
0ee0c16a3b
Update CONTROLNET.md
2023-06-13 16:46:58 -04:00
psychedelicious
702a8d1f72
docs(nodes): update INVOCATIONS.md
2023-06-07 18:44:43 +10:00
Lincoln Stein
3c40e7fc1c
most (all?) references to CLI deprecated
2023-05-31 21:29:52 -04:00
Lincoln Stein
a0b6654f6a
updated postprocessing, prompts, img2img and web docs
2023-05-29 10:55:57 -04:00
Lincoln Stein
10c55310c0
index.md, features and concepts documents updated
2023-05-28 19:51:18 -04:00
Lincoln Stein
b87f3043ae
add logging configuration
2023-05-24 23:57:15 -04:00
Kent Keirsey
cf12c7b1d9
Rename contributing.md to CONTRIBUTING.md
2023-05-24 16:33:25 -04:00
Kent Keirsey
1f4a9365a0
Create contributing.md
2023-05-24 16:33:10 -04:00
Kent Keirsey
bf94a48a6c
Update CHANGELOG.md
2023-05-24 16:29:06 -04:00
Rohan Barar
6f3c6ddf3f
Update 020_INSTALL_MANUAL.md
...
Corrected a markdown formatting error (missing backtick).
2023-05-24 11:33:32 -04:00
Steve Martinelli
f01c79a94f
add -y to the automated install instructions
...
when copying the automated install instructions from the docs into a terminal, the line to install the python packages failed as it was missing the `-y` flag.
2023-05-05 21:28:00 -04:00
Alexandre D. Roberge
3a968e5072
Update NSFW.md
...
Outdated doc said to change the '.invokeai' file, but it's now named 'invokeai.init' afaik.
2023-04-18 21:18:32 -04:00
psychedelicious
4463124bdd
feat(nodes): mark ImageField properties required, add docs
2023-04-09 22:53:17 +10:00
c67e708d
ee41b99049
Update 050_INSTALLING_MODELS.md
...
fix typo
2023-04-08 17:02:47 +09:00
Steven Frank
50f5e1bc83
Fix typo
...
'hotdot' to 'hotdog'; the world's least important PR :)
2023-04-06 16:47:57 -07:00
Tom Gouville
737e0f3085
doc: fixing error in rocm version
2023-03-26 12:40:20 +02:00
Tom Gouville
81b7ea4362
doc: updating ROCm version for pip install
2023-03-26 12:32:12 +02:00
Lincoln Stein
07ea806553
Merge branch 'main' into patch-1
2023-03-25 10:48:25 -04:00
Lincoln Stein
cafa108f69
Merge branch 'main' into tests
2023-03-23 23:22:27 -04:00
blessedcoolant
7cf59c1e60
Merge branch 'main' into main-text-fixup-PR
2023-03-16 04:43:22 +13:00
Félix Sanz
4156bfd810
Fixed snippet/code formatting
...
It was pasted as plain text, now it's a code fence.
2023-03-11 02:08:59 +01:00
Scott Lahteine
26cd1728ac
Fix some text and a link
2023-03-09 20:03:11 -06:00
Patrick von Platen
507e12520e
Make sure command also works with Oh-my-zsh
...
Many people use oh-my-zsh for their command line: https://ohmyz.sh/
Adding `""` should work both on ohmyzsh and native bash
2023-03-09 19:21:57 +01:00
mastercaster9000
486c445afb
fix typos and replace frontend REAMDE content
2023-03-05 21:05:09 +00:00
mastercaster9000
4547c48013
add docs for local development including tests
2023-03-05 19:59:06 +00:00
Kyle Schouviller
34e3aa1f88
parent 9eed1919c2
...
author Kyle Schouviller <kyle0654@hotmail.com> 1669872800 -0800
committer Kyle Schouviller <kyle0654@hotmail.com> 1676240900 -0800
Adding base node architecture
Fix type annotation errors
Runs and generates, but breaks in saving session
Fix default model value setting. Fix deprecation warning.
Fixed node api
Adding markdown docs
Simplifying Generate construction in apps
[nodes] A few minor changes (#2510 )
* Pin api-related requirements
* Remove confusing extra CORS origins list
* Adds response models for HTTP 200
[nodes] Adding graph_execution_state to soon replace session. Adding tests with pytest.
Minor typing fixes
[nodes] Fix some small output query hookups
[node] Fixing some additional typing issues
[nodes] Move and expand graph code. Add base item storage and sqlite implementation.
Update startup to match new code
[nodes] Add callbacks to item storage
[nodes] Adding an InvocationContext object to use for invocations to provide easier extensibility
[nodes] New execution model that handles iteration
[nodes] Fixing the CLI
[nodes] Adding a note to the CLI
[nodes] Split processing thread into separate service
[node] Add error message on node processing failure
Removing old files and duplicated packages
Adding python-multipart
2023-02-24 18:57:02 -08:00
Lincoln Stein
d078941316
add low memory troubleshooting guide
2023-02-24 10:04:06 -05:00
Lincoln Stein
230d3a496d
document starter models
...
- add new script `scripts/make_models_markdown_table.py` that parses
INITIAL_MODELS.yaml and creates markdown table for the model installation
documentation file
- update 050_INSTALLING_MODELS.md with above table, and add a warning
about additional license terms that apply to some of the models.
2023-02-24 09:33:07 -05:00
psychedelicious
e791fb6b0b
docs: tweak messaging
2023-02-23 13:00:05 +11:00
psychedelicious
1c9001ad21
docs: add TRANSLATION.md
2023-02-23 12:53:03 +11:00
Lincoln Stein
b6ed5eafd6
update installation docs for 2.3.1 installer screens
2023-02-20 17:24:52 -05:00
Lincoln Stein
5570a88858
Merge branch 'main' into update/docs/remove-swagger-related-files
2023-02-20 07:44:42 -05:00
Jonathan
ca8d9fb885
Add symmetry to generation ( #2675 )
...
Added symmetry to Invoke based on discussions with @damian0815. This can currently only be activated via the CLI with the `--h_symmetry_time_pct` and `--v_symmetry_time_pct` options. Those take values from 0.0-1.0, exclusive, indicating the percentage through generation at which symmetry is applied as a one-time operation. To have symmetry in either axis applied after the first step, use a very low value like 0.001.
2023-02-20 07:33:19 -05:00
mauwii
740210fc99
remove old unused files since security issues
2023-02-19 23:47:28 +01:00
psychedelicious
2e9c15711b
docs(ti): add using & troubleshooting sections
2023-02-19 14:45:26 +11:00
Lincoln Stein
3d442bbf22
Merge branch 'main' into bugfix/convert-v2-models
2023-02-17 14:50:05 -05:00
Steven Frank
3715570d17
Update 050_INSTALLING_MODELS.md
...
Fix typo; "cute" to "cube"
2023-02-16 19:53:01 -08:00
mauwii
15a9412255
some small formatting fixes
2023-02-13 23:10:58 +01:00
Lincoln Stein
c660dcdfcd
improve ability to bulk import .ckpt and .safetensors
...
This commit cleans up the code that did bulk imports of legacy model
files. The code has been refactored, and the user is now offered the
option of importing all the model files found in the directory, or
selecting which ones to import.
2023-02-11 17:59:12 -05:00
Lincoln Stein
717d53a773
Merge branch 'main' into bugfix/convert-v2-models
2023-02-11 14:27:52 -05:00
Lincoln Stein
f3639de8b1
add note in manual that directly running v2 models not supported
2023-02-11 09:43:14 -05:00
blhook
106b3aea1b
Fix incorrect Windows env activation location
...
Change broken link to Contributing inside of Developer Install
Minor format modification to allow for numbered list to appear properly
2023-02-11 00:30:07 -08:00
mauwii
4cf43b858d
update 020_INSTALL_MANUAL.md
...
- some formatting changes / fixes
- updates venv creation commands
- remove extra index from Mac Installations
2023-02-10 17:29:12 +01:00
Lincoln Stein
9dfeb93f80
add quick install instructions to README
2023-02-09 20:28:20 -05:00
Lincoln Stein
e5d0b0c37d
Formatting fixes, Manual Installation docs
...
Found a couple of places where the formatting was messed up. This corrects them.
2023-02-09 17:56:25 -05:00
Lincoln Stein
158d1ef384
bump version number; update contributors
2023-02-09 13:01:08 -05:00
Lincoln Stein
4bce81de26
blank out lstein's employer info
2023-02-08 18:08:02 -05:00
Lincoln Stein
6d3cc25bca
Merge branch 'main' into 2.3-documentation-fixes
2023-02-08 14:29:35 -05:00
mauwii
74406456f2
Fix links (ignored deprecated folder)
2023-02-08 20:07:27 +01:00
Lincoln Stein
8e0cd2df18
add 2.3.0 release date
2023-02-08 14:06:53 -05:00
Lincoln Stein
d6e5da6e37
deprecated out of date FAQ
2023-02-08 13:58:17 -05:00
Lincoln Stein
dec7d8b160
fix up the features/overview document
2023-02-08 13:52:02 -05:00
Lincoln Stein
4d74af2363
Update docs/installation/030_INSTALL_CUDA_AND_ROCM.md
...
Co-authored-by: Eugene Brodsky <ebr@users.noreply.github.com>
2023-02-08 12:46:36 -05:00
Lincoln Stein
c6a2ba12e2
finished CLI, IMG2IMG and WEB updates
2023-02-08 12:45:56 -05:00
Lincoln Stein
9d69843a9d
fix screenshot directory name
2023-02-08 07:57:46 -05:00
Lincoln Stein
0547d20b2f
crop screenshots
2023-02-08 07:54:27 -05:00
Lincoln Stein
2af6b8fbd8
screenshot revision
2023-02-08 07:46:47 -05:00
Lincoln Stein
8b2ed9b8fd
finished work on INSTALLING MODELS
2023-02-08 00:40:21 -05:00
Lincoln Stein
24792eb5da
add CUDA and ROCm installation instructions
2023-02-07 23:02:45 -05:00
Lincoln Stein
614220576f
add that forward slashes work too
2023-02-07 23:01:59 -05:00
LoganPederson
f62bbef9f7
Update 050_INSTALLING_MODELS.md
...
I found I needed to use double backslashes to import a new model, when using single backslash the output would say "e:_ProjectsCodemodelsldmstable-diffusion-model-to-import.ckpt is neither the path to a .ckpt file nor a diffusers repository id. Can't import." This added tip in the documentation will help Windows users overcome this.
2023-02-07 18:19:59 -06:00
mauwii
9157da8237
Begun to fill the empty CUDA/ROCm doc
...
🤡
2023-02-08 00:05:24 +01:00
Lincoln Stein
13d12a0ceb
Merge branch 'main' into 2.3-documentation-fixes
2023-02-07 17:08:10 -05:00
Lincoln Stein
b92dc8db83
add developer install instructions
2023-02-07 17:04:01 -05:00
Lincoln Stein
b49188a39d
doc updates; clean up install directory
...
- Large rewrite of documentation for automated and manual install.
- Reorganize installer zip file to reduce visual clutter for user.
2023-02-07 16:35:22 -05:00
Lincoln Stein
b9c8270ee6
update manual install doc
2023-02-07 14:19:55 -05:00
Lincoln Stein
d26abd7f01
add empty CUDA/ROCM install guide
2023-02-07 00:04:56 -05:00
Lincoln Stein
7e2b122105
updated manual install instructions
2023-02-06 23:59:48 -05:00
Lincoln Stein
ebc51dc535
incomplete work on manual install
2023-02-06 21:47:29 -05:00
Dan Sully
6343b245ef
Update textual inversion doc with the correct CLI name.
2023-02-06 14:51:22 -08:00
mauwii
fc0f966ad2
fix docs
2023-02-05 20:20:50 +01:00
mauwii
6089f33e54
fix HUGGING_FACE_HUB_TOKEN
2023-02-05 20:20:50 +01:00
mauwii
3a260cf54f
update directory from docker-build
to docker
2023-02-05 20:20:50 +01:00
mauwii
9949a438f4
update docs with newly added variables
...
also remove outdated information
2023-02-05 20:20:50 +01:00
Eugene Brodsky
4b9be6113d
(docs) remove an obsolete symlink to a documentation file
2023-02-03 09:01:54 -05:00