Commit Graph

95 Commits

Author SHA1 Message Date
9695382070 Update application icon 2026-02-04 07:18:54 +01:00
35d1d97856 Add Cargo.lock and *.lock to .gitignore 2026-02-04 07:14:05 +01:00
c922f8cd93 Update Cargo.toml with explicit features for tauri-build 2026-02-04 07:14:05 +01:00
53de314cf6 Update tauri configuration with identifier 2026-02-04 07:11:59 +01:00
3fe1e5247e Update .gitignore to ignore package-lock.json 2026-02-04 07:03:16 +01:00
3aac36b116 Add vite-env.d.ts for Vite client types 2026-02-04 07:01:49 +01:00
b07c989af2 Update concept_api.py with minor corrections and improvements 2026-02-04 07:00:39 +01:00
6c86a717ff Fix title in index.html 2026-02-04 07:00:15 +01:00
58fafc677e Add Tauri project files and update .gitignore 2026-02-04 07:00:15 +01:00
dc93adf52a auto-git:
[add] src-tauri/build.rs
2026-02-04 06:59:17 +01:00
b109203f4f auto-git:
[add] src-tauri/Cargo.toml
2026-02-04 06:59:17 +01:00
5340bf9844 auto-git:
[add] src/App.tsx
2026-02-04 06:59:17 +01:00
0bd23bdfec auto-git:
[add] concept_api.py
2026-02-04 06:56:15 +01:00
1a65e7943d Add styles.css for UI components 2026-02-04 06:49:55 +01:00
fa55771fff Add src/main.tsx 2026-02-04 06:48:09 +01:00
a53ff29dba Add index.html 2026-02-04 06:48:09 +01:00
904e6b253a Add vite.config.ts 2026-02-04 06:48:09 +01:00
399e4efdad Add tsconfig.node.json 2026-02-04 06:48:09 +01:00
e2210f8b66 Add tsconfig.json 2026-02-04 06:48:09 +01:00
66ae5397de Add package.json 2026-02-04 06:48:09 +01:00
Victor Giers
5c47ff6fad Reduce inference steps in concept-maker_gui.py 2025-11-30 23:29:01 +01:00
Victor Giers
d756489a5c Adjust device context and add generator for non-CPU devices 2025-11-30 23:27:31 +01:00
Victor Giers
ae88eade67 Improve MPS handling and add VAE slicing/tiling 2025-11-30 23:27:31 +01:00
Victor Giers
c015795c01 Update concept-maker_gui.py to support MPS and disable progress bar 2025-11-30 23:21:56 +01:00
Victor Giers
51502a1e9f Add transformers to requirements.txt 2025-11-30 23:12:47 +01:00
Victor Giers
6f422f2085 Add diffusers to requirements.txt 2025-11-30 23:10:59 +01:00
Victor Giers
1e5d543480 Include timestamp in image filename 2025-11-30 23:08:09 +01:00
Victor Giers
becbe8ef4d auto-git:
[change] concept-maker_gui.py
2025-11-30 23:05:52 +01:00
Victor Giers
c510f7985a auto-git:
[change] concept-maker_gui.py
2025-11-30 23:05:36 +01:00
Victor Giers
30ad6dcc03 auto-git:
[change] concept-maker_gui.py
2025-11-30 23:05:18 +01:00
Victor Giers
bd1220281a auto-git:
[change] concept-maker_gui.py
2025-11-30 23:05:13 +01:00
Victor Giers
acbf889b96 Include image prompt in dirty check 2025-11-30 17:51:21 +01:00
Victor Giers
e5714a8581 Restore image prompt from saved session 2025-11-30 17:51:21 +01:00
Victor Giers
1d3c919214 Add image prompt to session state 2025-11-30 17:51:21 +01:00
Victor Giers
e17f47cefe Ensure image prompt is cleared if it matches the placeholder 2025-11-30 17:50:18 +01:00
Victor Giers
6ba208852e Include image prompt in session data if not placeholder 2025-11-30 17:50:18 +01:00
Victor Giers
2a0b4da479 Update image prompt placeholder handling 2025-11-30 17:50:17 +01:00
Victor Giers
fcebf043cc auto-git:
[change] concept-maker_gui.py
2025-11-30 17:49:17 +01:00
Victor Giers
93086ed32e auto-git:
[change] concept-maker_gui.py
2025-11-30 17:49:08 +01:00
Victor Giers
e098e69977 auto-git:
[change] concept-maker_gui.py
2025-11-30 17:49:02 +01:00
Victor Giers
b69d23d57f auto-git:
[change] concept-maker_gui.py
2025-11-30 17:48:53 +01:00
Victor Giers
438c52e4d5 Lower minimum text length threshold in fetch_pages function 2025-11-30 15:05:32 +01:00
Victor Giers
ac97e6f785 Adjust text extraction logic in websearch.py 2025-11-30 15:05:32 +01:00
Victor Giers
63ae8d8c6c Refine text extraction logic in websearch.py 2025-11-30 15:05:23 +01:00
Victor Giers
87318354e0 Adjust minimum text length requirement in fetch_pages function 2025-11-30 15:03:48 +01:00
Victor Giers
b944cde381 auto-git:
[change] websearch.py
2025-11-30 15:02:12 +01:00
Victor Giers
1d33f48f9c auto-git:
[change] websearch.py
2025-11-30 15:01:49 +01:00
Victor Giers
0d7acd82e3 Fix indentation in websearch.py 2025-11-30 14:59:05 +01:00
Victor Giers
0f6cb8fb5d auto-git:
[change] websearch.py
2025-11-30 14:57:17 +01:00
Victor Giers
de4daa8f1e Fix indentation in concept-maker_gui.py 2025-11-30 14:48:50 +01:00