CCIP characters + crop/region pipeline + desktop GPU agent (#114) #144

Merged
bvandeusen merged 14 commits from dev into main 2026-06-29 14:18:57 -04:00
Showing only changes of commit 60f26247e9 - Show all commits
+1 -1
View File
@@ -20,11 +20,11 @@ def all_blueprints() -> list[Blueprint]:
from .artist import artist_bp
from .artists import artists_bp
from .attachments import attachments_bp
from .ccip import ccip_bp
from .cleanup import cleanup_bp
from .credentials import credentials_bp
from .downloads import downloads_bp
from .extension import extension_bp
from .ccip import ccip_bp
from .gallery import gallery_bp
from .gpu import gpu_bp
from .heads import heads_bp