A list of StableDiffusion styles and some notes for offline use. Pure HTML, CSS and a bit of JS.Stable Diffusion Cheat-Sheet This began as a personal collection of styles and notes. I was curious to see how the artists used in the prompts looked without the other keywords. Download the zip file and use it as your own personal cheat-sheet - completely offline. Artist Inspired Styles Over 700 manually tested styles Copy the style prompt with one click Search and filter One click to look up the a…
Realtime Diffusion, using Automatic1111 Stable Diffusion APIFictiverse : Redream (Kind of) Realtime Stable Diffusion from a screen area using Automatic1111's API. Requirement Windows OS Automatic1111 stable-diffusion-webui Make sure--xformers and --api commandline arguments are set in your "webui-user.bat": set COMMANDLINE_ARGS=--xformers --api ControlNet Extension .NET 6.0 Framework Last Redream Release Or compile this repo with Visual Studio sample.mp4 …
CodeTF: One-stop Transformer Library for State-of-the-art Code LLM Technical Report, Documentation, Examples, CodeTF - A One-stop Transformer Library for State-of-the-art Code LLM Table of Contents Introduction Installation Getting Started Inferencing Pipeline Model Zoo Fine-Tuning Your Own Model Evaluate On Well-Known Benchmarks Utilities to Manipulate Source Code Based on AST AST Parser in Multiple Languages Extract Code Attributes Remo…
Not Quite RARBG's main website.Not Quite RARBG WARNING: therarbg.com is not associated with this project, it is a fork, which is against the license, as it doesn't disclose the source. It also hosts malicious ads. We shall retaliate. We shall D D o S. Continuing the legacy of the original RARBG, Not Quite RARBG aims to provide a comprehensive collection of torrents for movies, TV shows, anime, software, and games, following the unfortunate shutdown of the original site. Our goal is to offe…
闻达:一个LLM调用平台。为小模型外挂知识库查找和设计自动执行动作,实现不亚于于大模型的生成能力闻达:一个大规模语言模型调用平台 本项目设计目标为实现针对特定环境的高效内容生成,同时考虑个人和中小企业的计算资源局限性,以及知识安全和私密性问题。为达目标,平台化集成了以下能力: 知识库:支持对接本地离线向量库、本地搜索引擎、在线搜索引擎等。 多种大语言模型:目前支持离线部署模型有chatGLM-6B、chatRWKV、llama系列以及moss,在线API访问openai api和chatGLM-130b api。 Auto脚本:通过开发插件形式的JavaScript脚本,为平台附件功能,实现包括但不限于自定义对话流程、访问外部API、在线切换LoRA模型。 其他实用化所需能力:对话历史管理、内网部署、多用户同时使用等。 交流QQ群:LLM使用和综合讨论群162451840;知识库使用讨论群241773574(已满,请去QQ频道讨论);Auto开发交流群744842245; QQ频道 闻达:一个大规模语言模型调用平台 安装部署 各版本功能及安装说明 懒人包 百度云 夸克 …
The browserless Chrome service in Docker. Run on our cloud, or bring your own. browserless is a web-service that allows for remote clients to connect, drive, and execute headless work; all inside of docker. It offers first-class integrations for puppeteer, playwright, selenium's webdriver, and a slew of handy REST APIs for doing more common work. On top of all that it takes care of other common issues such as missing system-fonts, missing external libraries, and performance improvemen…
Competitive Programming Library Some materials for competitve programming Content Road map: Practice plans for different levels. To be continue Contributing The ongoing development of this project aims to offer a comprehensive guide for competitive programmers, ranging from beginners to the highest achievable level. The objective is to include additional code snippets for various algorithms. You have the opportunity to contribute to the project by: My templates for different algorithms will…
SeaTunnel is a distributed, high-performance data integration platform for the synchronization and transformation of massive data (offline & real-time).Apache SeaTunnel (Incubating) SeaTunnel was formerly named Waterdrop , and renamed SeaTunnel since October 12, 2021. SeaTunnel is a very easy-to-use ultra-high-performance distributed data integration platform that supports real-time synchronization of massive data. It can synchronize tens of billions of data stably and efficiently every …
4DHumans: Reconstructing and Tracking Humans with Transformers Code repository for the paper: Humans in 4D: Reconstructing and Tracking Humans with Transformers Shubham Goel, Georgios Pavlakos, Jathushan Rajasegaran, Angjoo Kanazawa*, Jitendra Malik* Download dependencies Our demo code depends on detectron2 to detect humans. To automatically download this dependency, clone this repo using --recursive, or run git submodule update --init if you've already cloned the repository. You…