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-08 02:45:06 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ad5d90aca84f077d425d99fe0280e1a90e4e1fa8
InvokeAI
/
invokeai
/
backend
/
model_management
History
Lincoln Stein
ad5d90aca8
prevent model install crash "torch needs to be restarted with spawn"
2023-07-05 15:38:07 -04:00
..
models
restore 3.9 compatibility by replacing | with Union[]
2023-07-03 10:57:40 -04:00
__init__.py
add the import model router
2023-07-04 14:35:47 +10:00
convert_ckpt_to_diffusers.py
Remove upcast_attention and prediction_type from stable diffusion model logic, fix ckpt conversion according to this
2023-06-25 21:06:22 +03:00
lora.py
revert: inference_mode to no_grad
2023-07-05 16:39:15 +12:00
model_cache.py
Union[foo, None]=>Optional[foo]
2023-07-03 12:17:45 -04:00
model_manager.py
merge with main
2023-07-05 09:12:54 -04:00
model_probe.py
prevent model install crash "torch needs to be restarted with spawn"
2023-07-05 15:38:07 -04:00