update
8
technology/applications/web/Authentik.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/goauthentik/authentik
|
||||
website: https://goauthentik.io
|
||||
---
|
||||
|
||||
# Authentik
|
||||
#wip
|
55
technology/applications/web/ComfyUI.md
Normal file
|
@ -0,0 +1,55 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/comfyanonymous/ComfyUI
|
||||
website: https://www.comfy.org
|
||||
---
|
||||
|
||||
# ComfyUI
|
||||
ComfyUI is an open-source diffusion model GUI, API, and backend with a graph/nodes interface. It is designed to be highly modular and customizable. It is primarily used for AI Image Generation using diffuser models.
|
||||
|
||||
## Features
|
||||
- Modular design: ComfyUI allows you to customize the interface and add or remove features (nodes) as needed.
|
||||
- Diffusion models: The application supports various types of diffusion models, enabling users to perform tasks such as image-to-image translation and text-to-image synthesis.
|
||||
- Graph/nodes interface: A visual representation of the model's architecture, allowing for easier understanding and manipulation.
|
||||
|
||||
## Docker-Compose
|
||||
Setting up ComfyUI can be done with this docker-compose.yml and this [git repo](https://github.com/AbdBarho/stable-diffusion-webui-docker)
|
||||
|
||||
```yml
|
||||
services:
|
||||
stable-diffusion-download:
|
||||
build: ./stable-diffusion-webui-docker/services/download/
|
||||
image: comfy-download
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=1001
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- ./stable-diffusion-webui-docker/data:/data
|
||||
|
||||
stable-diffusion-webui:
|
||||
build: ./stable-diffusion-webui-docker/services/comfy/
|
||||
image: comfy-ui
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=1001
|
||||
- CLI_ARGS=
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- ./stable-diffusion-webui-docker/data:/data
|
||||
- ./stable-diffusion-webui-docker/output:/output
|
||||
stop_signal: SIGKILL
|
||||
tty: true
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
device_ids: ['0']
|
||||
capabilities: [compute, utility]
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "7860:7860"
|
||||
```
|
BIN
technology/applications/web/bitwarden.avif
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
technology/applications/web/dufs.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
technology/applications/web/frigate.avif
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
technology/applications/web/gitea.avif
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
technology/applications/web/grocy.avif
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
technology/applications/web/grocy_mobile.avif
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
technology/applications/web/guacamole.avif
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
technology/applications/web/home_assistant.avif
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
technology/applications/web/immich.avif
Normal file
After Width: | Height: | Size: 227 KiB |
BIN
technology/applications/web/jellyfin.webp
Normal file
After Width: | Height: | Size: 150 KiB |
BIN
technology/applications/web/kavita.webp
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
technology/applications/web/openwebui.avif
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
technology/applications/web/overseerr.avif
Normal file
After Width: | Height: | Size: 376 KiB |
BIN
technology/applications/web/uptime_kuma.avif
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
technology/applications/web/vikunja.webp
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
technology/applications/web/zigbee2mqtt.avif
Normal file
After Width: | Height: | Size: 26 KiB |