InvokeAI/ldm/dream
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
..
generator small bug fixes in prompt generation 2022-09-17 10:18:55 -04:00
args.py small bug fixes in prompt generation 2022-09-17 10:18:55 -04:00
conditioning.py Refactoring simplet2i (#387) 2022-09-05 20:40:10 -04:00
devices.py Update to exclude GTX 16xx from autocast selection (#576) 2022-09-15 19:29:19 -04:00
image_util.py optionally scale initial image to fit box defined by width x height 2022-09-01 00:52:43 -04:00
pngwriter.py fix crash on second prompt #636 2022-09-17 00:57:35 -04:00
readline.py Refactoring simplet2i (#387) 2022-09-05 20:40:10 -04:00
server.py fix long hex-encoded error message from legacy server 2022-09-17 08:39:20 -04:00