InvokeAI/ldm/invoke
Lincoln Stein 1c377b7995 further improvements to ability to find location of data files
- implement the following pattern for finding data files under both
  regular and editable install conditions:

  import invokeai.foo.bar as bar
  path = bar.__path__[0]

- this *seems* to work reliably with Python 3.9. Testing on 3.10 needs
  to be performed.
2023-01-31 12:24:55 -05:00
..
ckpt_generator further improvements to ability to find location of data files 2023-01-31 12:24:55 -05:00
config further improvements to ability to find location of data files 2023-01-31 12:24:55 -05:00
generator further improvements to ability to find location of data files 2023-01-31 12:24:55 -05:00
restoration
training (training) correctly import TI module; fix type annotation 2023-01-28 19:09:16 -05:00
__init__.py
_version.py
args.py [feat] Provide option to disable xformers from command line 2023-01-19 16:16:35 -05:00
ckpt_to_diffuser.py conversion script uses invokeai models cache by default 2023-01-23 00:35:16 -05:00
CLI.py Various fixes 2023-01-30 18:42:17 -05:00
concepts_lib.py
conditioning.py
devices.py Various fixes 2023-01-30 18:42:17 -05:00
globals.py Merge branch 'main' into install/change-script-locations 2023-01-26 17:10:33 -05:00
image_util.py
log.py
merge_diffusers.py clean up merge_models 2023-01-26 15:10:16 -05:00
model_manager.py clean up merge_models 2023-01-26 15:10:16 -05:00
patchmatch.py
pngwriter.py
prompt_parser.py (parser) fix missing argument default in parse_legacy_blend 2023-01-28 17:39:33 -05:00
readline.py
seamless.py
server_legacy.py
server.py
txt2mask.py simplified code a bit 2023-01-26 09:46:34 -05:00