mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
updated TODO
This commit is contained in:
parent
a5a3300fc6
commit
38ed6393fa
13
TODO.txt
13
TODO.txt
@ -1,6 +1,7 @@
|
|||||||
Feature requests:
|
Feature requests:
|
||||||
|
|
||||||
1. "gobig" mode - split image into strips, scale up, add detail using
|
|
||||||
|
1. "gobig" mode - split image into strips, scale up, add detail using - DONE!
|
||||||
img2img and reassemble with feathering. Issue #66.
|
img2img and reassemble with feathering. Issue #66.
|
||||||
See https://github.com/jquesnelle/txt2imghd
|
See https://github.com/jquesnelle/txt2imghd
|
||||||
|
|
||||||
@ -15,18 +16,20 @@ Feature requests:
|
|||||||
6. Support for loading variations of the stable-diffusion
|
6. Support for loading variations of the stable-diffusion
|
||||||
weights #49
|
weights #49
|
||||||
|
|
||||||
7. Support for klms and other non-ddim samplers in img2img() #36
|
7. Support for klms and other non-ddim samplers in img2img() #36 - DONE!
|
||||||
|
|
||||||
8. Pass a shell command to open up an image viewer on the last
|
8. Pass a shell command to open up an image viewer on the last
|
||||||
batch of images generated #29.
|
batch of images generated #29.
|
||||||
|
|
||||||
|
9. Change sampler and outdir after initialization #115
|
||||||
|
|
||||||
Code Refactorization:
|
Code Refactorization:
|
||||||
|
|
||||||
1. Move the PNG file generation code out of simplet2i and into
|
1. Move the PNG file generation code out of simplet2i and into - DONE!
|
||||||
separate module. txt2img() and img2img() should return Image
|
separate module. txt2img() and img2img() should return Image
|
||||||
objects, and parent code is responsible for filenaming logic.
|
objects, and parent code is responsible for filenaming logic.
|
||||||
|
|
||||||
2. Refactor redundant code that is shared between txt2img() and
|
2. Refactor redundant code that is shared between txt2img() and - DONE!
|
||||||
img2img().
|
img2img().
|
||||||
|
|
||||||
3. Experiment with replacing CompViz code with HuggingFace.
|
3. Experiment with replacing CompViz code with HuggingFace. - NOT WORTH IT!
|
||||||
|
Loading…
Reference in New Issue
Block a user