disco-diffusion VS shared-tensor

Compare disco-diffusion vs shared-tensor and see what are their differences.

shared-tensor

A distributed, shared tensor with high performance approximate updates for machine learning (by Hello1024)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
disco-diffusion shared-tensor
22 1
7,457 32
0.1% -
0.0 10.0
10 months ago over 8 years ago
Jupyter Notebook C
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.

disco-diffusion

Posts with mentions or reviews of disco-diffusion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-23.

shared-tensor

Posts with mentions or reviews of shared-tensor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-01.
  • DALL-E 2 open source implementation
    10 projects | news.ycombinator.com | 1 May 2022
    This needs distributed training...

    Years ago I made a shared tensor library[1] which should allow people to do training in a distributed fashion around the world. Even with relatively slow internet connections, training should still make good use of all the compute available because the whole lot runs asynchronously with highly compressed and approximate updates to shared weights.

    The end result is that every bit of computation added has some benefits.

    Obviously for a real large scale effort, anti-cheat and anti-spam mechanisms would be needed to ensure nodes aren't deliberately sending bad data to hurt the group effort.

    [1]: https://github.com/Hello1024/shared-tensor

What are some alternatives?

When comparing disco-diffusion and shared-tensor you can also consider the following projects:

latent-diffusion - High-Resolution Image Synthesis with Latent Diffusion Models

DALLE2-pytorch - Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch

dalle-2-preview

CLIP - CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image

big-sleep - A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun

VQGAN-CLIP - Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.

artroom-stable-diffusion

guided-diffusion

CLIP-Guided-Diffusion - Just playing with getting CLIP Guided Diffusion running locally, rather than having to use colab.