Sergei Belousov

Results 76 comments of Sergei Belousov

@koji thanks for your feedback. It will be great if you contribute poetry configs!

@kukoricajoe currenlty we don't support different image resolutions

@IPL no, this project doesn't work on Mac M1 CPU, only x86_64 compatible CPU

@chaos4455 we don't use any safety checkers for output images, but we hope that users will not use our project to create inappropriate or illegal content.

@AK391 Oh, I just took the first framework that looked pretty) But, unfortunately, streamlit has a lot of limitations, so I'll look at the Gradio. Thanks!

@AK391 hmm, I read about Gradio, and based on [this article](https://github.com/bes-dev/stable_diffusion.openvino/blob/fca331e201975668c1360bfe93f7a7212b88a753/stable_diffusion_engine.py#L201) it looks like Gradio has more limitations that streamlit. Maybe this article is deprecated? Currently I need more powerful...

@AK391 hmm, I implemented a dynamic masking tool in streamlit. It looks pretty to me) https://www.youtube.com/watch?v=wkbrRr6PPcY

@ink1 yes, the available checkpoint of the DWT VQVAE was trained only for a few iterations and a small dataset as a proof of concept, but to achieve production quality,...

@eaidova please, look at PR

If I try to use the same script but with FC model from AITemplate docs, it works well: ```python import logging from aitemplate.compiler import ops from aitemplate.frontend import nn #...