InvokeAI/ldm/dream/generator
Lincoln Stein c94b8cd959 small bug fixes in prompt generation
- fixes no closing quote in pretty-printed dream_prompt string
- removes unecessary -f switch when txt2img used

In addition, this commit does an experimental commenting-out of the
random.seed() call in the variation-generating part of ldm.dream.generator.base.
This fixes the problem of two calls that use the same seed and -v0.1
generating different images (#641). However, it does not fix the issue
of two images generated using the same seed and -VXXXXXX being
different.
2022-09-17 10:18:55 -04:00
..
__init__.py Refactoring simplet2i (#387) 2022-09-05 20:40:10 -04:00
base.py small bug fixes in prompt generation 2022-09-17 10:18:55 -04:00
embiggen.py Add Embiggen automation to upscale-cut-img2img-stitch and achieve high res without extra VRAM (#437) 2022-09-12 15:37:26 -04:00
img2img.py Add Embiggen automation to upscale-cut-img2img-stitch and achieve high res without extra VRAM (#437) 2022-09-12 15:37:26 -04:00
inpaint.py add auto-creation of mask for inpainting (#438) 2022-09-08 07:34:03 -04:00
txt2img.py Refactoring simplet2i (#387) 2022-09-05 20:40:10 -04:00