stable-diffusion-tensorflow
stable-diffusion-tensorflow copied to clipboard
Stable Diffusion in TensorFlow / Keras
In the diffusionBee UI the guidance scale is between 0-20 and the input strength is 10-90 What does that map to in the following.. I want to reproduce the output...
without any words input, how to use to this to remove object in picture. only Restore background image
I am wondering if it is possible to finetune the model on my own dataset? I know keras-cv has released something for finetuning stable diffusion, but I encountered installation issues...
* Split the module into lib and command line executor. * Set a conda environment configuration to help developers (actually simple, but should be increased while developing) * Simplify and...
I ran using just the CPU, to improve performance, I wish to run using GPU, but received the following error: ``` Failed copying input tensor from /job:localhost/replica:0/task:0/device:CPU:0 to /job:localhost/replica:0/task:0/device:GPU:0 in...
Stable Diffusion 2.0 uses a new text encoder, so the PyTorch mapping for that model and any future models won't work any more. It's beyond my expertise, but can we...
The current version of TF Stable Diffusion needs the image width and height to load the model. `def get_models(img_height, img_width, download_weights=True):` Indeed, the graph is built again if there is...
With GTX1660 6G VRAM, the provided model at https://huggingface.co/fchollet/stable-diffusion cannot be loaded into memory. Or any advice how I can convert it into float16 model? THX!