mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-10-31 03:20:40 +00:00
2bd6cb264b
- add type hints - size parameter - ControlNetInput => ControlInput - simplify imagineresult
7 lines
191 B
Python
7 lines
191 B
Python
# from imaginairy import config
|
|
# from imaginairy.samplers import SOLVER_TYPE_OPTIONS
|
|
#
|
|
#
|
|
# def test_sampler_options():
|
|
# assert set(config.SOLVER_TYPE_NAMES) == set(SOLVER_TYPE_OPTIONS)
|