Code repository for Zero123++: a Single Image to Consistent Multi-view Diffusion Base Model.Zero123++: a Single Image to Consistent Multi-view Diffusion Base Model Report Official Demo Demo by @yvrjsharma Google Colab Get Started You will need torch (recommended 2.0 or higher), diffusers (recommended 0.20.2), and transformers to start. If you are using torch 1.x, it is recommended to install xformers to compute attentions in the model efficiently. The code also runs on older versions of diffus…
The cutest Discord client modVencord The cutest Discord client mod Features Super easy to install (Download Installer, open, click install button, done) 100+ plugins built in: See a list Some highlights: SpotifyControls, MessageLogger, Experiments, GameActivityToggle, Translate, NoTrack, QuickReply, Free Emotes/Stickers, PermissionsViewer, CustomCommands, ShowHiddenChannels, PronounDB Fairly lightweight despite the many inbuilt plugins Excellent Browser Support: Run Vencord in your Browse…
A library that allows you to easily mock out tests based on AWS infrastructure.Moto - Mock AWS Services Install $ pip install 'moto[ec2,s3,all]' In a nutshell Moto is a library that allows your tests to easily mock out AWS Services. Imagine you have the following python code that you want to test: import boto3 class MyModel: def __init__(self, name, value): self.name = name self.value = value def save(self): s3 = boto3.client("s3", reg…
Python pipe command line toolpypipe $ echo "pypipe" | ppp "line[::2]" ppp pypipe is a Python command-line tool for pipeline processing. Demo Quick links Installation Basic usage and Examples pypipe is a code generator. Installation pypipe is a single Python file and uses only the standard library. You can use it by placing pypipe.py in a directory included in your PATH (e.g., ~/.local/bin). If execute permission is not already present, please add it. chmod +x pypipe.py To …
Public repo to document some SPR stuffSparse Priming Representations (SPR) Sparse Priming Representations (SPR) is a research project focused on developing and sharing techniques for efficiently representing complex ideas, memories, or concepts using a minimal set of keywords, phrases, or statements. This enables language models or subject matter experts to quickly reconstruct the original idea with minimal context. SPR aims to mimic the natural human process of recalling and recombining sparse…
A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Answer. Answer - Build Q&A platform A Q&A platform software for teams at any scales. Whether it’s a community forum, help center, or knowledge management platform, you can always count on Answer. To learn more about the project, visit answer.dev. Screenshots Quick start Running with docker docker run -d -p 9080:80 -v answer-d…
JS Expert Week 8.0 - 🎥Pre processing videos before uploading in the browser 😏JSExpertHub Pre-processing videos on browsers - Semana JS Expert 8.0 Seja bem vindo(a) à oitava Semana Javascript Expert. Este é o código inicial para iniciar nossa jornada. Marque esse projeto com uma estrela 🌟 e acesse o nosso grupo oficial no WhatsApp Preview Pre-reqs Este projeto foi criado usando Node.js v18.17.0 O ideal é que você use o projeto em ambiente Unix (Linux). Se você estiver no Windows, é recomendado…
AgentTuning: Enabling Generalized Agent Abilities for LLMsAgentTuning: Enabling Generalized Agent Abilities For LLMs 🤗 Model (AgentLM-70B) • 🤗 Dataset (AgentInstruct) • 📃 Paper • 🌐 Project Page 中文版(Chinese) AgentTuning represents the very first attempt to instruction-tune LLMs using interaction trajectories across multiple agent tasks. Evaluation results indicate that AgentTuning enables the agent capabilities of LLMs with robust generalization on unseen agent tasks while remaining good on …
Free ChatGPT 3.5 / ChatGPT 4 / Free OpenAI API Русский | English The project is currently undergoing a transition to another client and reconstruction of the API. Technical work is continuing. We apologize for any inconvenience. Free API service providing access to GPT-3.5, GPT-4, and other language models. Before using it, please make sure you check out our wiki. The project utilizes a modified version of gpt4free, as well as ChuanhuChatGPT as a web interface. We extend our gratitude…