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
/
backend
/
model_management
History
Lincoln Stein
160b5d7992
add support for an autoimport models directory scanned at startup time
2023-06-25 18:50:15 -04:00
..
models
Merge branch 'lstein/installer-for-new-model-layout' of github.com:invoke-ai/InvokeAI into lstein/installer-for-new-model-layout
2023-06-25 16:04:48 -04:00
__init__.py
configure/install basically working; needs edge case testing
2023-06-16 22:54:36 -04: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
Remove old logic except for inpaint, add support for lora and ti to inpaint node
2023-06-19 15:57:28 +10:00
model_cache.py
Save models on rescan, uncache model on edit/delete, fixes
2023-06-14 03:12:12 +03:00
model_manager.py
add support for an autoimport models directory scanned at startup time
2023-06-25 18:50:15 -04:00
model_probe.py
implemented Stalker's suggested improvements
2023-06-24 12:37:26 -04:00