https://github.com/upvalue/genvault
https://github.com/upvalue/genvault
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/upvalue/genvault
- Owner: upvalue
- Created: 2023-06-18T02:23:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T03:57:55.000Z (over 1 year ago)
- Last Synced: 2025-03-15T04:53:58.745Z (3 months ago)
- Language: TypeScript
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genvault
genvault is a tool for working with text & image generative AIs.
It is a minimalistic interface for some text & image models. It's intended to
augment an [Obsidian](https://obsidian.md) vault, though it's not inherently
tied to Obsidian and can be used without it.Currently supports:
- Generating images with Stable Diffusion via [Replicate](https://replicate.com)
Todo:
- Midjourney
- ChatGPT via OpenAI API
- Llama2 via some APIAll of these are saved to Markdown files with properties so they can be easily
searched from Obsidian, linked to from other Obsidian notes & canvases and so
on.# Setup
TBD