InvokeAI/ldm/invoke/ckpt_generator
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
..
__init__.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
base.py further improvements to ability to find location of data files 2023-01-31 12:24:55 -05:00
embiggen.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
img2img.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
inpaint.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
omnibus.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
txt2img2img.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
txt2img.py do not use autocast for diffusers 2023-01-16 19:32:06 -05:00