keras-cv VS stable-diffusion-tensorflow

Compare keras-cv vs stable-diffusion-tensorflow and see what are their differences.

keras-cv

Industry-strength Computer Vision workflows with Keras (by keras-team)

stable-diffusion-tensorflow

Stable Diffusion in TensorFlow / Keras (by divamgupta)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
keras-cv stable-diffusion-tensorflow
4 18
946 1,567
3.5% -
9.3 0.0
4 days ago 9 months ago
Python Python
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

keras-cv

Posts with mentions or reviews of keras-cv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.

stable-diffusion-tensorflow

Posts with mentions or reviews of stable-diffusion-tensorflow. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-20.
  • Keras model SD or similar I can train from scratch?
    1 project | /r/StableDiffusion | 3 Jan 2023
  • Anyone attempted to convert stablediffusion tensorflow to tf lite?
    3 projects | /r/tensorflow | 20 Nov 2022
    was curious if someone attempted the conversion? I tried here https://github.com/divamgupta/stable-diffusion-tensorflow/issues/58 but having some input shapes error. First time trying the conversion here, would love to run it on a edge tpu.
  • Stable Diffusion Tensorflow to TF Lite
    2 projects | /r/StableDiffusion | 20 Nov 2022
    Checking here is someone tried to convert the tensorflow diffusion model into a tf lite?https://github.com/divamgupta/stable-diffusion-tensorflow/issues/58
  • SD on intel arc?
    3 projects | /r/StableDiffusion | 27 Oct 2022
    Actually I was just on GitHub trying to submit issues related to me testing Intel's PyTorch and Tensorflow extensions when I saw this; it seems that someone has already ported SD over to the tensorflow framework and so you can probably start using intel's extension for tensorflow with it immediately; and according to this article you can use Intel's extension within WSL under windows as well. But unfortunately given how the guy whose issue I linked to has been facing pretty serious performance issues of inferencing taking many minutes longer than it should when using an A770 to do SD-related inferencing, you might be better off waiting for intel's extension for tensorflow versions 1.2 and greater or something like that, so that when it's your turn to use it, Intel has already ironed out most of the major bugs within the software :)
  • Stable Diffusion with AMDGPU on WSL
    1 project | /r/StableDiffusion | 19 Oct 2022
    tensorflow-stable-diffusion
  • Image2Image with AMD hardware?
    2 projects | /r/StableDiffusion | 12 Oct 2022
    # clone git clone https://github.com/divamgupta/stable-diffusion-tensorflow.git cd stable-diffusion-tensorflow # create venv python -m venv --prompt sdtf-windows-directml venv venv\Scripts\activate # verify venv is installed and activated pip --version # install deps pip install -r requirements.txt pip install tensorflow-directml-plugin # you should see DML debug output and at least one GPU python -c 'import tensorflow as tf; print(tf.config.list_physical_devices())' # run (show help) python text2image.py --help python text2image.py --prompt "a fluffy kitten"
  • I have no PC. Just DLed this for iOS
    2 projects | /r/StableDiffusion | 8 Oct 2022
    (Answers based on stable-diffusion open model) If you have a M1 processor: https://github.com/divamgupta/diffusionbee-stable-diffusion-ui (I've tested it) Or this claimed faster with TensorFlow: https://github.com/divamgupta/stable-diffusion-tensorflow
  • Keras Inpainting Colab
    2 projects | /r/StableDiffusion | 7 Oct 2022
    Added inpainting support to the original keras implementation: https://github.com/divamgupta/stable-diffusion-tensorflow Colab: https://colab.research.google.com/drive/1Bf-bNmAdtQhPcYNyC-guu0uTu9MYYfLu Github page: https://github.com/ShaunXZ/stable-diffusion-tensorflow
  • [N] Stable Diffusion reaches new record (with explanation + colab link)
    2 projects | /r/MachineLearning | 3 Oct 2022
    I wonder if you mean 13 seconds per image because this implementation reports ~10s per image with mixed precision.
  • High-performance image generation using Stable Diffusion in KerasCV
    12 projects | news.ycombinator.com | 28 Sep 2022
    On intel MacBookPro, CPU-only, the original one[1] using pytorch only utilized one core. A tensorflow implementation[2] with oneDNN support which utilized most of the cores ran at ~11sec/iteration. Another OpenVINO based implementation[3] ran at ~6.0sec/iteration.

    [1] https://github.com/CompVis/stable-diffusion/

    [2] https://github.com/divamgupta/stable-diffusion-tensorflow/

    [3] https://github.com/bes-dev/stable_diffusion.openvino/

What are some alternatives?

When comparing keras-cv and stable-diffusion-tensorflow you can also consider the following projects:

keras-core - A multi-backend implementation of the Keras API, with support for TensorFlow, JAX, and PyTorch.

fast-stable-diffusion - fast-stable-diffusion + DreamBooth

i6_experiments

stable-diffusion-webui - Stable Diffusion web UI [Moved to: https://github.com/Sygil-Dev/sygil-webui]

keras-nlp - Modular Natural Language Processing workflows with Keras

AITemplate - AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference.

returnn - The RWTH extensible training framework for universal recurrent neural networks

intel-extension-for-tensorflow - IntelĀ® Extension for TensorFlow*

InvokeAI - InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products.

stable-diffusion - Go to lstein/stable-diffusion for all the best stuff and a stable release. This repository is my testing ground and it's very likely that I've done something that will break it.

intel-extension-for-pytorch - A Python package for extending the official PyTorch that can easily obtain performance on Intel platform

diffusionbee-stable-diffusion-ui - Diffusion Bee is the easiest way to run Stable Diffusion locally on your M1 Mac. Comes with a one-click installer. No dependencies or technical knowledge needed.