-
Notifications
You must be signed in to change notification settings - Fork 1
/
info.xml
71 lines (63 loc) · 3.69 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0"?>
<info>
<id>visionatrix</id>
<name>Visionatrix</name>
<summary>Visionatrix - scalable AI Media processing</summary>
<description>
<![CDATA[Nextcloud Visionatrix is a standalone [Visionatrix](https://github.com/Visionatrix/Visionatrix) service that allows you to process your media files right within your Nextcloud.
*Each user gets their own Visionatrix account, authenticated using Nextcloud credentials, with a personalized task history.*
---
Experience the full potential of [ComfyUI](https://github.com/comfyanonymous/ComfyUI) integrated directly into Nextcloud Visionatrix, empowering you to explore a wide array of pre-built AI workflows or develop and integrate your own with ease.
- 🌐 **Ready-to-Use Flows**: Access an extensive collection of high-quality ComfyUI flows tailored for various AI tasks.
- 🛠️ **Custom Flow Development**: Build, modify, and enhance your own workflows, adapting them to your unique requirements.
- 🚀 **Seamless Integration**: Enjoy a unified experience where ComfyUI's power meets Nextcloud’s efficiency, offering an unparalleled AI workflow ecosystem.
---
Nextcloud Visionatrix can also be used from within the Nextcloud Assistant as a "txt2img" image provider, making it your go-to solution for all AI-powered media processing needs.
Embrace the next level of AI flow management with the synergy of ComfyUI and Nextcloud today!
For more information, see the [repository](https://github.com/cloud-py-api/visionatrix) readme file.
]]></description>
<version>1.0.1</version>
<licence>MIT</licence>
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
<namespace>Visionatrix</namespace>
<category>tools</category>
<website>https://github.com/cloud-py-api/visionatrix</website>
<bugs>https://github.com/cloud-py-api/visionatrix/issues</bugs>
<repository type="git">https://github.com/cloud-py-api/visionatrix</repository>
<screenshot>https://raw.githubusercontent.com/cloud-py-api/visionatrix/main/screenshots/visionatrix_1_light.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/cloud-py-api/visionatrix/main/screenshots/visionatrix_2_light.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/cloud-py-api/visionatrix/main/screenshots/visionatrix_3_light.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/cloud-py-api/visionatrix/main/screenshots/visionatrix_4_light.jpg</screenshot>
<dependencies>
<nextcloud min-version="30" max-version="31"/>
</dependencies>
<external-app>
<docker-install>
<registry>ghcr.io</registry>
<image>cloud-py-api/visionatrix</image>
<image-tag>1.4.1</image-tag>
</docker-install>
<routes>
<route>
<url>.*</url>
<verb>GET,POST,PUT,DELETE</verb>
<access_level>USER</access_level>
<headers_to_exclude>[]</headers_to_exclude>
</route>
</routes>
<environment-variables>
<variable>
<name>EXTERNAL_DATABASE</name>
<display-name>External database</display-name>
<description>External database URI in SqlAlchemy format: postgresql+psycopg://vix_user:vix_password@localhost:5432/vix_db</description>
</variable>
<variable>
<name>DISABLE_WORKER</name>
<display-name>Disable tasks execution (Server mode only)</display-name>
<description>If you have external workers, you can disable the bundled one to make Visionatrix work only in Server mode for task management.</description>
<default>0</default>
</variable>
</environment-variables>
</external-app>
</info>