InvokeAI/scripts
psychedelicious a1b1a48fb3
Fixes PYTORCH_ENABLE_MPS_FALLBACK not set correctly
`torch` wasn't seeing the environment variable. I suspect this is because it was imported before the variable was set, so was running with a different environment.

Many `torch` ops are supported on MPS so this wasn't noticed immediately, but some samplers like k_dpm_2 still use unsupported operations and need this fallback.
2023-02-04 17:27:33 +11:00
..
orig_scripts Merge branch 'main' into lstein-improve-ti-frontend 2023-01-24 11:53:03 -05:00
configure_invokeai.py (scripts) rename/reorganize CLI scripts 2023-01-28 17:39:33 -05:00
dream.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
images2prompt.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
invoke.py Fixes PYTORCH_ENABLE_MPS_FALLBACK not set correctly 2023-02-04 17:27:33 +11:00
legacy_api.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
sd-metadata.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00