stable_diffusion_playground
stable_diffusion_playground copied to clipboard
Playing around with stable diffusion. Generated images are reproducible because I save the metadata and latent information. You can generate and then later interpolate between the images of your choic...
Hey thankyou for this amazing script. I had a problem using 'huggingface-cli login' which wouldn't let me paste my token, but I got around it by changing line 154 of...
Hi! I found an error in interpolate(). It will break when fed numpy arrays, because the variable `inputs_are_torch` will not have been defined when we reach the line with `...
_Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons...
right now the width and height don't behave properly. For example, it throws an error on 640x512 Problem is simply that you didn't put the arguments in the pipelines So,...
how to interpolate with two images(jpg or png)? i found that the *npy only the projcet output can work .but set src_latent_path="**/*.jpg" can not work thanks
Hi there, I am having trouble generating images with width/heights other than powers of 2. Using the fix mentioned in #1, I can generate images with different dimensions than 512x512,...