Initial commit: Hermes Agent Skills collection
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=Ideogram4 OpenAI API Wrapper
|
||||
After=network.target comfyui.service
|
||||
Requires=comfyui.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
WorkingDirectory=/opt/ideogram4-api
|
||||
ExecStart=/opt/ideogram4-api/venv/bin/python app.py
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
Environment=PATH=/opt/ideogram4-api/venv/bin:/opt/rocm/bin:/usr/local/bin:/usr/bin:/bin
|
||||
Environment=COMFYUI_HOST=localhost
|
||||
Environment=COMFYUI_PORT=8188
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user