swift-diffusion VS fickling

Compare swift-diffusion vs fickling and see what are their differences.

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
swift-diffusion fickling
6 7
413 327
- 4.0%
8.4 8.4
about 1 month ago 8 days ago
Swift Python
BSD 3-clause "New" or "Revised" License GNU Lesser General Public License v3.0 only
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.

swift-diffusion

Posts with mentions or reviews of swift-diffusion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-12.
  • Show HN: Run Stable Diffusion Directly on iPhone
    3 projects | news.ycombinator.com | 12 Jan 2024
    I am going to put model related code we use in a public repo soon (it is very similar to https://github.com/liuliu/swift-diffusion but in NHWC format). ANE will be around 25s if it runs. DT's default only uses GPUs and 35s is on GPU (yes, like you said, upscaling would take extra 10s).
  • Some notes on porting SD2 over to iPhone (or other platforms)
    3 projects | /r/StableDiffusion | 24 Nov 2022
    The text encoder uses a new vocabulary set, make sure you copied them from open_clip repo: https://github.com/mlfoundations/open_clip (I have these also available at: https://github.com/liuliu/swift-diffusion/tree/liu/unet/examples/open_clip
  • Draw Things, Stable Diffusion in your pocket, 100% offline and free
    7 projects | /r/StableDiffusion | 9 Nov 2022
    Should be able too, if there is a need. I am more interested to support training hypernetwork from the app directly. The conversion script itself is open-source (https://github.com/liuliu/swift-diffusion/blob/main/examples/unet/main.swift), but not polished, and because Apple doesn't allow you to run Python on device, so I cannot make it as easy as typing a URL and get done. Need to figure out what the UX looks like without me providing a networked services ...
  • Show HN: Draw Things, Stable Diffusion in your pocket, 100% offline
    1 project | news.ycombinator.com | 9 Nov 2022
    Hi, this is the first app in a while (probably 10 years) that I submitted to AppStore. I've done this app in 3 weeks, so there are a lot to be polished. The technology that enables this I discussed in depth in an accompanied blog post: https://liuliu.me/eyes/stretch-iphone-to-its-limit-a-2gib-mo...

    Some parts of it (or major parts) is also available at https://github.com/liuliu/swift-diffusion. I plan to port more stuff back to swift-diffusion and make a CLI tool out of it (it is a bit more work than the app because I need to consider CUDA compatibility there).

    AMA!

fickling

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

What are some alternatives?

When comparing swift-diffusion and fickling you can also consider the following projects:

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.

diffusionbee-stable-diffusion-ui - Diffusion Bee

stablediffusion - High-Resolution Image Synthesis with Latent Diffusion Models

safer_unpickle

ncnn - ncnn is a high-performance neural network inference framework optimized for the mobile platform

sd-webui-model-converter - model convert extension for stable-diffusion-webui. supports convert fp16/bf16 no-ema/ema-only safetensors

open_clip - An open source implementation of CLIP.