imaginAIry/imaginairy
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.
2022-12-02 02:03:13 -08:00
..
configs feature: xformers support 2022-11-26 22:55:51 -08:00
enhancers feature: inpainting model support; improved model manager 2022-10-25 20:07:35 -07:00
modules perf: add back memory efficiency improvements 2022-11-28 00:32:53 -08:00
samplers feature: support k-sampler methods for SD-2.0-v (768) 2022-11-26 16:18:08 -08:00
vendored feature: support k-sampler methods for SD-2.0-v (768) 2022-11-26 16:18:08 -08:00
__init__.py feature: switch between models without restarting python instance 2022-10-23 22:55:28 -07:00
api.py feature: negative prompting 2022-12-02 02:03:13 -08:00
cmds.py feature: negative prompting 2022-12-02 02:03:13 -08:00
config.py feature: negative prompting 2022-12-02 02:03:13 -08:00
img_utils.py feature: inpainting model support; improved model manager 2022-10-25 20:07:35 -07:00
log_utils.py feature: progress image callback 2022-11-15 18:06:03 -08:00
model_manager.py feature/refactor/fix: better defaults. correct version in metadata 2022-11-26 16:18:08 -08:00
paths.py feature: switch between models without restarting python instance 2022-10-23 22:55:28 -07:00
safety.py feature: improved safety filter 2022-10-10 03:32:19 -05:00
schema.py feature: negative prompting 2022-12-02 02:03:13 -08:00
utils.py fix: cpu generation doesn't use autocast 2022-11-13 14:42:19 -08:00