Timothy Kautz

Results 19 comments of Timothy Kautz

@TheMurusTeam Thanks for catching that! I have not tested with full strength `1.0` since altering that part of the code. strength of 1.0 kinda defeats the purpose, maybe it should...

@atiorh I will be happy to split up the PR into as many pieces as desired. The only question I have for the `randn` override function is providing the seed....

Sorry for any delay. I’ve been spending time with family and am just getting back from vacation. I should have the new PRs ready to go in the next day...

Sorry @atiorh and everyone for the delay. Thanks for keeping the conversation though. I will close this PR and have opened two more: [Python](https://github.com/apple/ml-stable-diffusion/pull/115) [Swift](https://github.com/apple/ml-stable-diffusion/pull/116) Busy lately. Ultimately, while trying...

This project does not support flexible shapes unfortunately. Currently, you have to create the various models for each size that you want. However the weights inside there model are the...

It also looks like there may be an orientation problem with your input image. I'd recommend ensuring the images are portrait orientation.if it's an image orientation issues then that could...

Are you all creating a new encoder model for each size you are wishing to accept? Or are you just using an image that is not 512x512 on a model...

For in-painting, for the python, you just need to import the in-painting pipeline. And then, maybe use another flag to use that instead of the normal. Then that is pretty...

Congrats on those features! Curious, I've wondered if control-net might be too much memory on a phone or pad. Have you test on those or just the Mac? I'd probably...