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 2f8edc1530 feature: negative prompting
- feature: negative prompting.  `--negative-prompt` or `ImaginePrompt(..., negative_prompt="ugly, deformed, extra arms, etc")`
- feature: a default negative prompt is added to all generations. Images in SD-2.0 don't look bad anymore. Images in 1.5 look improved as well.
2 years ago
..
data
enhancers
expected_output feature: negative prompting 2 years ago
modules perf: add back memory efficiency improvements 2 years ago
samplers feature: Stable Diffusion 2.0 2 years ago
Dockerfile
__init__.py
conftest.py feature/refactor/fix: better defaults. correct version in metadata 2 years ago
test_api.py feature: support k-sampler methods for SD-2.0-v (768) 2 years ago
test_clip_embedder.py tests: disable slow tests when running on github 2 years ago
test_cmds.py
test_enhancers.py feature/refactor/fix: better defaults. correct version in metadata 2 years ago
test_guidance.py Fix typos 2 years ago
test_safety.py tests: disable slow tests when running on github 2 years ago
test_schema.py
test_utils.py
utils.py