mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-10-31 03:20:40 +00:00
9e3403df89
- recording timing and memory usage of various steps - re-use logging context for composition images - load sdxl weights in a more VRAM efficient way - switch to diffusers weights for default weights for sd15
19 lines
549 B
INI
19 lines
549 B
INI
[pytest]
|
|
addopts = --doctest-modules -s --tb=native -v --durations=10
|
|
norecursedirs = build dist downloads other prolly_delete imaginairy/vendored
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
ignore::UserWarning
|
|
markers =
|
|
gputest: uses the gpu
|
|
|
|
[mypy]
|
|
plugins = pydantic.mypy
|
|
exclude = ^(\./|)(downloads|dist|build|other|testing_support|imaginairy/vendored|imaginairy/modules/sgm)
|
|
ignore_missing_imports = True
|
|
warn_unused_configs = True
|
|
warn_unused_ignores = False
|
|
|
|
[mypy-imaginairy.vendored.*]
|
|
follow_imports = skip
|
|
ignore_errors = True |