update
This commit is contained in:
parent
d4236df8b6
commit
4962fb894f
33 changed files with 80 additions and 47 deletions
8
technology/applications/web/Authentik.md
Normal file
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
|
File diff suppressed because one or more lines are too long
55
technology/applications/web/ComfyUI.md
Normal file
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"
|
||||
```
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
technology/applications/web/bitwarden.avif
Normal file
BIN
technology/applications/web/bitwarden.avif
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
technology/applications/web/dufs.png
Normal file
BIN
technology/applications/web/dufs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
BIN
technology/applications/web/frigate.avif
Normal file
BIN
technology/applications/web/frigate.avif
Normal file
Binary file not shown.
BIN
technology/applications/web/gitea.avif
Normal file
BIN
technology/applications/web/gitea.avif
Normal file
Binary file not shown.
BIN
technology/applications/web/grocy.avif
Normal file
BIN
technology/applications/web/grocy.avif
Normal file
Binary file not shown.
BIN
technology/applications/web/grocy_mobile.avif
Normal file
BIN
technology/applications/web/grocy_mobile.avif
Normal file
Binary file not shown.
BIN
technology/applications/web/guacamole.avif
Normal file
BIN
technology/applications/web/guacamole.avif
Normal file
Binary file not shown.
BIN
technology/applications/web/home_assistant.avif
Normal file
BIN
technology/applications/web/home_assistant.avif
Normal file
Binary file not shown.
BIN
technology/applications/web/immich.avif
Normal file
BIN
technology/applications/web/immich.avif
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
technology/applications/web/jellyfin.webp
Normal file
BIN
technology/applications/web/jellyfin.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 KiB |
BIN
technology/applications/web/kavita.webp
Normal file
BIN
technology/applications/web/kavita.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
BIN
technology/applications/web/openwebui.avif
Normal file
BIN
technology/applications/web/openwebui.avif
Normal file
Binary file not shown.
BIN
technology/applications/web/overseerr.avif
Normal file
BIN
technology/applications/web/overseerr.avif
Normal file
Binary file not shown.
BIN
technology/applications/web/uptime_kuma.avif
Normal file
BIN
technology/applications/web/uptime_kuma.avif
Normal file
Binary file not shown.
BIN
technology/applications/web/vikunja.webp
Normal file
BIN
technology/applications/web/vikunja.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
BIN
technology/applications/web/zigbee2mqtt.avif
Normal file
BIN
technology/applications/web/zigbee2mqtt.avif
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue