Commit Graph

11 Commits

Author SHA1 Message Date
Adam Ladachowski 374d3a0bee Add console logging to debug generation 2026-02-14 06:54:21 +01:00
Adam Ladachowski 9abb06abf4 💬 Commit message: Update 2026-02-14 05:02:03, 19 files, 158 lines
📁 Files changed: 19
📝 Lines changed: 158

  • tensors-3rows.png
  • tensors-all-sizes.png
  • tensors-final.png
  • tensors-fixed-align.png
  • tensors-fresh.png
  • tensors-labeled-rows.png
  • tensors-left-align.png
  • tensors-ratio-buttons.png
  • tensors-ratio-updated.png
  • tensors-ratio-v3.png
  • tensors-table-align.png
  • index-BPC1k--a.js
  • index-BvuF0jag.css
  • index-CP6ArsWF.css
  • index-CX4x_bxc.js
  • index.html
  • GenerateView.vue
  • app.ts
  • index.ts
2026-02-14 05:02:03 +01:00
Adam Ladachowski 5721ce223b 💬 Commit message: Update 2026-02-14 04:18:54, 32 files, 4255 lines
📁 Files changed: 32
📝 Lines changed: 4255

  • .coverage
  • __init__.py
  • index-BvuF0jag.css
  • index-CX4x_bxc.js
  • materialdesignicons-webfont-B7mPwVP_.ttf
  • materialdesignicons-webfont-CSr8KVlo.eot
  • materialdesignicons-webfont-Dp5v-WZN.woff2
  • materialdesignicons-webfont-PXm3-2wK.woff
  • index.html
  • vite.svg
  • .gitignore
  • extensions.json
  • README.md
  • index.html
  • package-lock.json
  • package.json
  • vite.svg
  • App.vue
  • client.ts
  • vue.svg
  • GalleryView.vue
  • GenerateView.vue
  • ModelCard.vue
  • SearchView.vue
  • main.ts
  • app.ts
  • index.ts
  • vite-env.d.ts
  • tsconfig.app.json
  • tsconfig.json
  • tsconfig.node.json
  • vite.config.ts
2026-02-14 04:18:54 +01:00
Adam Ladachowski 52b39a4f6b 💬 Commit message: Update 2026-02-14 03:41:07, 1 files, 278 lines
📁 Files changed: 1
📝 Lines changed: 278

  • index.html
2026-02-14 03:41:07 +01:00
Adam Ladachowski 1cad0fea94 💬 Commit message: Update 2026-02-14 03:29:49, 1 files, 21 lines
📁 Files changed: 1
📝 Lines changed: 21

  • index.html
2026-02-14 03:29:49 +01:00
Adam Ladachowski 24e39ed225 💬 Commit message: Update 2026-02-14 03:24:57, 4 files, 682 lines
📁 Files changed: 4
📝 Lines changed: 682

  • .coverage
  • __init__.py
  • civitai_routes.py
  • index.html
2026-02-14 03:24:57 +01:00
Adam Ladachowski c1f5a7ce37 Apply tengu.to color scheme and styling
- Background: #0f0f0f
- Cards: #1a1a1a with #333 borders
- Accent: #4ade80 (green) for active/code
- Primary button: #dc2626 (red)
- Text: #e5e5e5, muted #888/#666
- Monospace font for prompts
- 8px border-radius on all components

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-14 03:14:53 +01:00
Adam Ladachowski 181710dc24 💬 Commit message: Update 2026-02-14 03:12:16, 1 files, 6 lines
📁 Files changed: 1
📝 Lines changed: 6

  • index.html
2026-02-14 03:12:16 +01:00
Adam Ladachowski 19541f610e Add chat-like generate UI with sidebar navigation
- Sidebar with Generate and Gallery icons
- Chat-style generate interface with prompt history
- Images tile in rows as they generate
- Spinner while generating
- Steps input (default 20)
- Mobile responsive
- Lightbox for all images

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-14 03:08:44 +01:00
Adam Ladachowski 1f673497cd Fix lightbox click triggering download 2026-02-14 03:05:50 +01:00
Adam Ladachowski 29d34ae6ad Add simple web gallery UI
- Mobile-friendly responsive grid
- GLightbox for lightbox functionality (CDN)
- Served at root (/) endpoint

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-14 03:02:53 +01:00