Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
| ZImageImage2ImageCoreDenoiseStep, | ||
| ZImageCoreDenoiseStep, | ||
| ] | ||
| block_names = ["image2image", "text2image"] |
There was a problem hiding this comment.
here the previous models had a denoise in the name of the blocks, this is useful for adding the preview block with Mellon
There was a problem hiding this comment.
actually after looking more into it, all the other models had just one CoreDenoiseStep but this one has a separate one for t2i and i2i, so that's also a problem. I'll skip the preview block for now
There was a problem hiding this comment.
yeah we will make it work, it all has a denoise block, just have to do a search until we find it. it is better if we goive more flexibility in terms on how one should pack the blocks, currently, the only constraint is to have top-level auto blocks like this
AUTO_BLOCKS = InsertableDict(
[
("text_encoder", ...),
("vae_image_encoder", ...),
("denoise", ...),
("decode", ...),
]
)* initiL * up up * fix: z_image -> z-image * style * copy * fix more * some docstring fix
Uh oh!
There was an error while loading. Please reload this page.