Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/visual-openllm/visual-openllm
something like visual-chatgpt, 文心一言的开源版
https://github.com/visual-openllm/visual-openllm
Last synced: 4 days ago
JSON representation
something like visual-chatgpt, 文心一言的开源版
- Host: GitHub
- URL: https://github.com/visual-openllm/visual-openllm
- Owner: visual-openllm
- Created: 2023-03-26T03:26:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T13:12:20.000Z (10 months ago)
- Last Synced: 2024-12-01T06:05:11.778Z (11 days ago)
- Language: Python
- Homepage:
- Size: 2.95 MB
- Stars: 1,209
- Watchers: 26
- Forks: 162
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_open_llms - visual-openllm
- awesome - visual-openllm/visual-openllm - something like visual-chatgpt, 文心一言的开源版 (Python)
- awesome-open-gpt - visual-openllm
- awesome-ChatGPT-repositories - visual-openllm - something like visual-chatgpt, 文心一言的开源版 (NLP)
- StarryDivineSky - visual-openllm/visual-openllm
- Awesome-ChatGPT - visual-openllm
README
# Visual OpenLLM
一种基于开源模型, 已交互方式连接不同视觉模型的开源工具。
- 基于 ChatGLM + Visual ChatGPT + Stable Diffusion
- 开源版的"文心一言"## 📝 Changelog
- [2024.2.24] 增加对Chatglm3的支持,新增vqa和pix2pix功能。(thank [@MrChen314](https://github.com/MrChen314) for this contribution )
- [2023.3.27] 代码开源## Demo:
![](assets/demo.gif)
## 运行:
run with `Chatglm3-6B`(Default)
```
python run.py --load_llm Chatglm3
```
run with `Chatglm````
python run.py --load_llm Chatglm
```## Todo:
- 支持多轮chat
- 支持其他视觉工具
- 支持其他LLM