A unified framework for 3D content generation. threestudio is a unified framework for 3D content creation from text prompts, single images, and few-shot images, by lifting 2D text-to-image generation models. 👆 Results obtained from methods implemented by threestudio 👆 | DreamFusion | Magic3D | SJC | Latent-NeRF | Fantasia3D | Did not find what you want? Submit a feature request or upvote others' requests here! News 05/26/2023: An experimental implem…
大麦网自动购票, 支持docker一键部署。https://t.me/+2EELgNTYiMYxMTFldm-ticket 简介 大麦网自动购票, 支持docker一键部署。 友情提示: 请先将README看完, 会避免一些问题。 如有问题,大部分可以在issue中找到答案。 特别声明 本项目内所有资源文件,禁止任何公众号、自媒体进行任何形式的转载、发布。 编写本项目主要目的为学习和研究Rust,无法保证项目内容的合法性、准确性、完整性和有效性。 本项目涉及的数据由使用的个人或组织自行填写,本项目不对数据内容负责,包括但不限于数据的真实性、准确性、合法性。使用本项目所造成的一切后果,与本项目的所有贡献者无关,由使用的个人或组织完全承担。 本项目中涉及的第三方硬件、软件等,与本项目没有任何直接或间接的关系。本项目仅对部署和使用过程进行客观描述,不代表支持使用任何第三方硬件、软件。使用任何第三方硬件、软件,所造成的一切后果由使用的个人或组织承担,与本项目无关。 本项目中所有内容只供学习和研究使用,不得将本项目中任何内容用于违反国家/地区/组织等的法律法规或相关规定的其他用途。 所有…
LoRA training scripts use kohya-ss's trainer, for diffusion model.LoRA-scripts LoRA training scripts for kohya-ss/sd-scripts ✨NEW: Train GUI Follow the installation guide below to install the GUI, then run run_gui.ps1(windows) or run_gui.sh(linux) to start the GUI. Usage Clone repo with submodules git clone --recurse-submodules https://github.com/Akegarasu/lora-scripts Required Dependencies Python 3.10.8 and Git Windows Installation Run install.ps1 will automaticilly create a venv for you and …
A custom script for AUTOMATIC1111/stable-diffusion-webui to implement a tiny template language for random prompt generationStable Diffusion Dynamic Prompts extension A custom extension for AUTOMATIC1111/stable-diffusion-webui that implements an expressive template language for random or combinatorial prompt generation along with features to support deep wildcard directory structures. Table of Contents Basic Usage Online resources Installation Configuration Troubleshooting Com…
Implementation of SoundStorm, Efficient Parallel Audio Generation from Google Deepmind, in Pytorch Soundstorm - Pytorch (wip) Implementation of SoundStorm, Efficient Parallel Audio Generation from Google Deepmind, in Pytorch. They basically applied MaskGiT to the residual vector quantized codes from Soundstream. The transformer architecture they chose to use is one that fits well with the audio domain, named Conformer Project Page Appreciation Stability and 🤗 Huggingface for their generous sp…
Handwriting Synthesis with RNNs ✏️ Handwriting Synthesis Implementation of the handwriting synthesis experiments in the paper Generating Sequences with Recurrent Neural Networks by Alex Graves. The implementation closely follows the original paper, with a few slight deviations, and the generated samples are of similar quality to those presented in the paper. Web demo is available here. Usage lines = [ "Now this is a story all about how", "My life got flipped turned upside d…
An Open-Ended Embodied Agent with Large Language ModelsVoyager: An Open-Ended Embodied Agent with Large Language Models [Website] [Arxiv] [PDF] [Tweet] voyager.mp4 We introduce Voyager, the first LLM-powered embodied lifelong learning agent in Minecraft that continuously explores the world, acquires diverse skills, and makes novel discoveries without human intervention. Voyager consists of three key components: 1) an automatic curriculum that maximizes…
kill anti-malware protected processes (BYOVD)Blackout leveraging gmer driver to effectively disabling or killing EDRs and AVs. it bypass HVCI fluently the sample is sourced from loldrivers https://www.loldrivers.io/drivers/7ce8fb06-46eb-4f4f-90d5-5518a6561f15/ usage Place the driver Blackout.sys in the same path as the executable The executable should be run in the context of an administrator Blackout.exe -p <process_id> for windows defender keep the program running to prevent t…
The official implementation of “Sophia: A Scalable Stochastic Second-order Optimizer for Language Model Pre-training”Sophia: A Scalable Stochastic Second-order Optimizer for Language Model Pre-training This is an official implementation of the Sophia-G optimizer in the paper https://arxiv.org/abs/2305.14342 and GPT-2 training scripts. The code is based on nanoGPT. Please cite the paper and star this repo if you find Sophia useful. Thanks! @article{liu2023sophia, title={Sophia: A Scalable Stoch…