- Links should point to publisher's site. If not possible, link to an online seller like Amazon where the comic can be purchased.
- Link to first TP (trade paperback) if one exists. If not, link to the first issue.
- Please avoid listing huge-name superhero comics. There's nothing wrong with them, but they would soon overwhelm the rest of the list.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This file will be sourced in init.sh | |
# https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh | |
# Packages are installed after nodes so we can fix them... | |
DEFAULT_WORKFLOW="https://raw.githubusercontent.com/ai-dock/comfyui/main/config/workflows/flux-comfyui-example.json" | |
APT_PACKAGES=( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctype 5 | |
html(lang="en") | |
head | |
body | |
.container | |
// subview.jade content should appear here, but doesn't | |
block content | |