Homebridge plugin for Pura smart fragrance diffusers
Homebridge plugin for Pura smart fragrance diffusers
Homebridge plugin for ScentAir diffusers
Homebridge plugin for Pura smart fragrance diffusers
Praetor-native image-to-3D + text-to-3D runtime. Default backend is Microsoft TRELLIS (MIT, image -> GLB mesh + PBR textures) via Replicate's hosted endpoint. Mock + future self-hosted Diffusers + Hugging Face Inference adapters available.
Hal9: Create and Share Generative Apps
See demo here https://islamov.ai/diffusers.js/
Isomorphic edge tokenizer + lazy detokenizer for the Codec binary transport protocol. Works in browsers, Node 18+, and edge runtimes.
onnx web gui
See demo here https://islamov.ai/diffusers.js/
A community-maintained Homebridge plugin for controlling Tuya devices locally over LAN. Includes new features, fixes, and updated device support.
See demo here https://islamov.ai/stable-diffusion-webgpu/
🏠 Homebridge plugin for TuyAPI (Homebridge 1.x & 2.x compatible fork)
🏠 Offical Homebridge plugin for TuyAPI
🏠 Control Tuya Accessories Locally with Homebridge
🏠 Offical Homebridge plugin for TuyAPI
Codec-aware browser LLM runtime. Wraps the patched wdunn001/web-llm fork (`stream_format: "raw"`) so a local WebGPU engine emits raw token-ID CodecFrames byte-identically to what vLLM / sglang / llama.cpp produce over HTTP. Host does no tokenize/detokeniz
🏠 Control Tuya Accessories Locally with Homebridge
original diffusers.js repo https://github.com/dakenf/diffusers.js
🏠 Offical Homebridge plugin for TuyAPI
🏠 Offical Homebridge plugin for TuyAPI - Fork of iRayanKhan's plugin to test publishing steps.
Homebridge plugin for Smart Diffuser (com.lbslm.fragrance) using Cloud API
🏠 Offical Homebridge plugin for TuyAPI
🏠 Offical Homebridge plugin for TuyAPI with support for klarta
Rust implementation of the Diffusers library using Torch.
Buffer-first rust dithering and halftoning library.
Multi-view diffusion model inference for GAF
Finds the difference between two instances of any data structure. Supports: collections, Strings, Maps etc. Uses LCS where applicable. Also supports derive via `diffus-derive`.
Finds the difference between two instances of any data structure. Supports derive on structs and enums.
Stable Diffusion
Stable Diffusion Trainer
ELARA Protocol - Swarm diffusion engine for state propagation, livestream distribution, and group communication
Diffusion systems — Gray-Scott reaction-diffusion, cellular automata
Stable Diffusion CLI
Diffusion processes on agent interaction manifolds
Attention mechanisms for ruvector - geometric, graph, and sparse attention
Interacting with stability.ai APIs (e.g. stable diffusion inference). Ruby client of https://github.com/Stability-AI/stability-sdk .
A tool to compute and export trees built using a DLA (Diffusion-limited Aggregation) algorithm.
CLI tool to build animation prompts for AI notebooks like Deforum Stable Diffusion
Reaction diffusion system (Gray-Scott model).
Little CLI tool to run and provision Stable Diffusion on Vast.ai (WIP)
Run Stable Diffusion from Ruby. Supports local Python subprocess (SDXL) and remote Modal GPU endpoints (SD 3.5). Handles S3 file transfer, presigned URLs, and automatic backend dispatch.
A pack for building AI-backed routes and controllers, plus a collection of helpers for GPT3, DALLE, Whisper, Stable Diffusion and more
Timebomb is a game where one person asks the Eggdrop bot to plant a timebomb in another user's pants. The target user then needs to diffuse the bomb by cutting the correct wire, or be kicked from the channel
A Ruby client library for fal.ai's generative AI platform. Run inference on 600+ AI models including Flux, Stable Diffusion, and more with synchronous and queue-based APIs.
= The Owasp ESAPI Ruby project == Introduction The Owasp ESAPI Ruby is a port for outstanding release quality Owasp ESAPI project to the Ruby programming language. Ruby is now a famous programming language due to its Rails framework developed by David Heinemeier Hansson (http://twitter.com/dhh) that simplify the creation of a web application using a convention over configuration approach to simplify programmers' life. Despite Rails diffusion, there are a lot of Web framework out there that allow people to write web apps in Ruby (merb, sinatra, vintage) [http://accidentaltechnologist.com/ruby/10-alternative-ruby-web-frameworks/]. Owasp Esapi Ruby wants to bring all Ruby deevelopers a gem full of Secure APIs they can use whatever the framework they choose. == Why supporting only Ruby 1.9.2 and beyond? The OWASP Esapi Ruby gem will require at least version 1.9.2 of Ruby interpreter to make sure to have full advantages of the newer language APIs. In particular version 1.9.2 introduces radical changes in the following areas: === Regular expression engine (to be written) === UTF-8 support Unicode support in 1.9.2 is much better and provides better support for character set encoding/decoding * All strings have an additional chunk of info attached: Encoding * String#size takes encoding into account – returns the encoded character count * You can get the raw datasize * Indexed access is by encoded data – characters, not bytes * You can change encoding by force but it doesn’t convert the data === Dates and Time From "Programming Ruby 1.9" "As of Ruby 1.9.2, the range of dates that can be represented is no longer limited by the under- lying operating system’s time representation (so there’s no year 2038 problem). As a result, the year passed to the methods gm, local, new, mktime, and utc must now include the century—a year of 90 now represents 90 and not 1990." == Roadmap Please see ChangeLog file. == Note on Patches/Pull Requests * Fork the project. * Create documentation with rake yard task * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. == Copyright Copyright (c) 2011 the OWASP Foundation. See LICENSE for details.