mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-16 20:00:20 +01:00
`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. |
||
|---|---|---|
| .. | ||
| orig_scripts | ||
| configure_invokeai.py | ||
| dream.py | ||
| images2prompt.py | ||
| invoke.py | ||
| legacy_api.py | ||
| sd-metadata.py | ||