BFauber
BFauber
Here is the code I am running (NOTE: this was pulled directly from line 57 of `stable_diffusion.py` at https://github.com/keras-team/keras-cv/blob/master/keras_cv/models/generative/stable_diffusion/stable_diffusion.py): ```python from keras_cv.models import StableDiffusion from PIL import Image model =...
Thanks @ianstenbit, @LukeWood, @tanzhenyu, and @fchollet for addressing this topic via: https://github.com/keras-team/keras-cv/pull/962
Thanks @mlmcgoogan for the quick feedback. I appreciate the ability to feed the `pipe()` user-defined latents. Conversely, setting the `seed` value in the SD v1* prompt was quite straightforward. Why...
Thanks @mlmcgoogan and @averad for these suggestions!