You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
imaginAIry/tests
Bryce f97f6a3b4b feature: use refiners library for generation
BREAKING CHANGE

  - stable diffusion 1.5 + inpainting working
  - self-attention guidance working. improves image generation quality
  - tile-mode working
  - inpainting self-attention guidance working

disable/broken features:
  - sd 1.4, 2.0, 2.1
  - most of the samplers
  - pix2pix edit
  - most of the controlnets
  - memory management
  - python 3.8 support

wip
8 months ago
..
data docs: update docs 1 year ago
enhancers style: speed up linting and autoformatting. fix lints 9 months ago
expected_output feature: use refiners library for generation 8 months ago
img_processors style: speed up linting and autoformatting. fix lints 9 months ago
modules style: speed up linting and autoformatting. fix lints 9 months ago
samplers feature: Stable Diffusion 2.0 2 years ago
test_schema style: speed up linting and autoformatting. fix lints 9 months ago
test_utils feature: use refiners library for generation 8 months ago
Dockerfile tests: add docker image for testing environment. minor test improvements 2 years ago
__init__.py fix: inpainting producing blurry images 2 years ago
conftest.py feature: use refiners library for generation 8 months ago
constraints.txt fix: pydantic models for http server working now. Fixes #380 9 months ago
ruff.toml style: speed up linting and autoformatting. fix lints 9 months ago
test_api.py feature: use refiners library for generation 8 months ago
test_clip_embedder.py tests: update tests 1 year ago
test_cmds.py feature: use refiners library for generation 8 months ago
test_config.py perf: improve startup time by doing some imports lazily (#233) 1 year ago
test_enhancers.py feature: use refiners library for generation 8 months ago
test_feather_tile.py style: speed up linting and autoformatting. fix lints 9 months ago
test_guidance.py Fix typos 2 years ago
test_model_manager.py feature: controlnet 1 year ago
test_outpaint.py style: speed up linting and autoformatting. fix lints 9 months ago
test_prompt_schedules.py style: speed up linting and autoformatting. fix lints 9 months ago
test_roi_utils.py feature: finetuning 1 year ago
test_safety.py fix: don't report a safety issue when a black image is generated 1 year ago
utils.py tests: support distributed test runs 2 years ago