This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
InvokeAI
Watch
1
Star
0
Fork
0
You've already forked InvokeAI
mirror of
https://github.com/invoke-ai/InvokeAI
synced
2024-08-30 20:32:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
InvokeAI
/
invokeai
/
app
History
Ryan Dick
785bb1d9e4
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
..
api
merge with main and resolve conflicts
2024-05-27 22:20:34 -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