Files
Kohya-ss-sd-scripts/pytest.ini
rockerBOO adb0e54093 Fix GGPO variables. Fix no _org lora values.
- Add pythonpath = . to pytest to get the current directory
- Fix device of LoRA after PiSSA initialization to return to proper
  device
2025-04-10 21:59:39 -04:00

10 lines
159 B
INI

[pytest]
minversion = 6.0
testpaths =
tests
filterwarnings =
ignore::DeprecationWarning
ignore::UserWarning
ignore::FutureWarning
pythonpath = .