stable-diffusion-tensorflow icon indicating copy to clipboard operation
stable-diffusion-tensorflow copied to clipboard

Stable Diffusion in TensorFlow / Keras

Results 38 stable-diffusion-tensorflow issues
Sort by recently updated
recently updated
newest added
trafficstars

I noticed these, has this gotten in by accidents from @fchollet PR? It may cause confusion down the road if one or the other repos is no longer maintained.

Hi, Leaving this here in case someone is also trying to convert to a TF lite model. From the keras_cv documentation: ``` !pip install --upgrade keras-cv !pip install --upgrade tensorflow...

At the outset , great work divam ! Does this repo support the latest released stable-diffusion 2.1 ?

I can't seem to figure out how to move the model to my GPU. I've tried copying the cloab notebooks, to no avail. Opening task manager shows the code is...

I want try with xl model wanted to check if it is already tried and not working and if any challenges, where to place the model files for checkpoints

Hello, I am preparing to port stable diffusion to Android to run with TensorFlow, but I have a question, does the current tflite support GPU or npu, I have run...

I followed and copied the code on your main page, however it did not behave normally: ValueError Traceback (most recent call last) Cell In[5], line 4 1 from stable_diffusion_tf.stable_diffusion import...

I can't find codes to train this model, neither text_encoder nor img_diffuser

I have two gpu's. One with 2 gb and one with 3 gb vram. Will I be able to run this on those gpu's? **Note:** The GPU's are in different...

Anyone tried these models (after exporting them) with tensorflow.js?