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-01-26 19:47:58 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bf25818d76ef33bfffbe49e546835e5f0a595779
InvokeAI
/
invokeai
/
app
History
Lincoln Stein
83d3a043da
merge latest changes from main
2023-07-05 19:15:53 -04:00
..
api
add the import model router
2023-07-04 14:35:47 +10:00
cli
restore 3.9 compatibility by replacing | with Union[]
2023-07-03 10:57:40 -04:00
invocations
merge latest changes from main
2023-07-05 19:15:53 -04:00
models
feat(nodes): remove
image_origin
from most places
2023-06-14 23:08:27 +10:00
services
merge with main
2023-07-05 09:12:54 -04:00
util
feat(nodes): refactor image types
2023-05-28 20:19:56 -04:00
api_app.py
Set model type to const value in openapi schema, add model format enums to model schema(as they not not referenced in case of Literal definition)
2023-06-22 16:51:53 +10:00
cli_app.py
Union[foo, None]=>Optional[foo]
2023-07-03 12:17:45 -04:00