Git Finds
https://github.com/doitsujin/dxvk
GitHub
GitHub - KhronosGroup/MoltenVK: MoltenVK is a Vulkan Portability implementation. It layers a subset of the high-performance, industry…
MoltenVK is a Vulkan Portability implementation. It layers a subset of the high-performance, industry-standard Vulkan graphics and compute API over Apple's Metal graphics framework, enablin...
Forwarded from Lex. Shared
This media is not supported in your browser
VIEW IN TELEGRAM
ИИ который потряс меня сегодня:
Фактически система которая как мозг строит полноценную трёхмерную сцену исходя из плоской картинки и натренированного визуального опыта и выдаёт в виде ролика с произвольным движением камеры
https://totoro97.github.io/projects/f2-nerf/
Фактически система которая как мозг строит полноценную трёхмерную сцену исходя из плоской картинки и натренированного визуального опыта и выдаёт в виде ролика с произвольным движением камеры
https://totoro97.github.io/projects/f2-nerf/
Forwarded from Open Source & AI Future 🇺🇦
Code App
Перенесення редагування коду, подібного до настільного комп'ютера, на iPad. Додаток також доступний у App Store та TestFlight.
#Swift
Перенесення редагування коду, подібного до настільного комп'ютера, на iPad. Додаток також доступний у App Store та TestFlight.
#Swift
Forwarded from Технологический Болт Генона
This media is not supported in your browser
VIEW IN TELEGRAM
CLI tool for Kubernetes that provides pretty monitoring for Nodes, Pods, Containers, and PVCs resources on the terminal through Prometheus metrics
https://github.com/eslam-gomaa/kptop
https://github.com/eslam-gomaa/kptop
Forwarded from alsenna canton
GitHub
GitHub - rbaron/catprinter: 🐱🖨
🐱🖨. Contribute to rbaron/catprinter development by creating an account on GitHub.
Forwarded from HN Best Comments
Re: Animated Drawings
Hey! That’s my project!
Code and dataset are here: https://github.com/facebookresearch/AnimatedDrawings
And a browser-based version of it is here:http://sketch.metademolab.com/
hjessmith, 18 hours ago
Hey! That’s my project!
Code and dataset are here: https://github.com/facebookresearch/AnimatedDrawings
And a browser-based version of it is here:http://sketch.metademolab.com/
hjessmith, 18 hours ago
GitHub
GitHub - facebookresearch/AnimatedDrawings: Code to accompany "A Method for Animating Children's Drawings of the Human Figure"
Code to accompany "A Method for Animating Children's Drawings of the Human Figure" - facebookresearch/AnimatedDrawings
Forwarded from Технологический Болт Генона
- Easier wayback to Internet Archive, archive.today, IPFS and Telegraph integration
- Interactive with IRC, Matrix, Telegram bot, Discord bot, Mastodon, and Twitter as a daemon service for convenient use
- Supports publishing wayback results to Telegram channel, Mastodon, and GitHub Issues for sharing
. . .
wayback --ia --is -d telegram -t your-telegram-bot-token
Балдёж какой
A self-hosted archiving service integrated with Internet Archive, archive.today, IPFS and beyond.
https://github.com/wabarc/wayback
Forwarded from HN Best Comments
Re: MiniGPT-4
On a technical level, they're doing something really simple -- take BLIP2's ViT-L+Q-former, connect it to Vicuna-13B with a linear layer, and train just the tiny layer on some datasets of image-text pairs.
But the results are pretty amazing. It completely knocks Openflamingo && even the original blip2 models out of the park. And best of all, it arrived before OpenAI's GPT-4 Image Modality did. Real win for Open Source AI.
The repo's default inference code is kind of bad -- vicuna is loaded in fp16 so it can't fit on any consumer hardware. I created a PR on the repo to load it with int8, so hopefully by tomorrow it'll be runnable by 3090/4090 users.
I also developed a toy discord bot (https://github.com/152334H/MiniGPT-4-discord-bot) to show the model to some people, but inference is very slow so I doubt I'll be hosting it publicly.
152334H, 6 hours ago
On a technical level, they're doing something really simple -- take BLIP2's ViT-L+Q-former, connect it to Vicuna-13B with a linear layer, and train just the tiny layer on some datasets of image-text pairs.
But the results are pretty amazing. It completely knocks Openflamingo && even the original blip2 models out of the park. And best of all, it arrived before OpenAI's GPT-4 Image Modality did. Real win for Open Source AI.
The repo's default inference code is kind of bad -- vicuna is loaded in fp16 so it can't fit on any consumer hardware. I created a PR on the repo to load it with int8, so hopefully by tomorrow it'll be runnable by 3090/4090 users.
I also developed a toy discord bot (https://github.com/152334H/MiniGPT-4-discord-bot) to show the model to some people, but inference is very slow so I doubt I'll be hosting it publicly.
152334H, 6 hours ago
GitHub
GitHub - 152334H/MiniGPT-4-discord-bot: A true multimodal LLaMA derivative -- on Discord!
A true multimodal LLaMA derivative -- on Discord! Contribute to 152334H/MiniGPT-4-discord-bot development by creating an account on GitHub.