This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
InvokeAI
Watch
1
Star
1
Fork
0
You've already forked InvokeAI
mirror of
https://github.com/invoke-ai/InvokeAI.git
synced
2026-02-02 06:34:59 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1bc98abc7626690b4f850b80a72dd4d4573190dc
InvokeAI
/
invokeai
/
app
History
chainchompa
7f03b04b2f
Merge branch 'main' into chainchompa/model-install-deeplink
2024-06-14 17:16:25 -04:00
..
api
formatting
2024-06-14 17:15:55 -04:00
assets
/images
tweaks in response to psychedelicious review of PR
2023-07-26 15:27:04 +10:00
invocations
Fix all comparisons against the DEFAULT_PRECISION constant. DEFAULT_PRECISION is a torch.dtype. Previously, it was compared to a str in a number of places where it would always resolve to False. This is a bugfix that results in a change to the default behavior. In practice, this will not change the behavior for many users, because it only causes a change in behavior if a users has configured float32 as their default precision.
2024-06-14 11:26:10 -07:00
services
fix: other recursive imports
2024-06-10 04:12:20 -07:00
shared
tidy(nodes): move all field things to fields.py
2024-03-01 10:42:33 +11:00
util
Merge branch 'main' into lstein/feat/simple-mm2-api
2024-06-02 09:45:31 -04:00
__init__.py
fix: make invocation_context.py accessible to mkdocs
2024-03-01 10:42:33 +11:00
api_app.py
fix(app): openapi schema generation
2024-05-30 12:03:03 +10:00
run_app.py
feat: single app entrypoint with CLI arg parsing
2024-03-19 09:24:28 +11:00