|
|
1fdd3194ab
|
Add markdown-it dependency
|
2026-05-07 19:41:38 +02:00 |
|
|
|
b30e07282e
|
Remove Google Font imports from index.html
|
2026-05-07 19:24:35 +02:00 |
|
|
|
11f507fe13
|
Refactor: Update UI styling across components using CSS variables and standardize visual appearance
|
2026-05-07 19:23:15 +02:00 |
|
|
|
43cb2b6cd7
|
auto-git:
[change] src/styles.css
|
2026-05-07 19:20:33 +02:00 |
|
|
|
52e229bc6f
|
Update run-python-action permission to allow open_path command
|
2026-05-07 19:16:22 +02:00 |
|
|
|
37333b5b27
|
Improve PDF preview handling by automatically opening the generated file and enhancing error reporting.
|
2026-05-07 19:11:34 +02:00 |
|
|
|
1e6993b03f
|
auto-git:
[change] src-tauri/src/lib.rs
|
2026-05-07 19:11:23 +02:00 |
|
|
|
d4f51f013b
|
Ignore temporary files in .gitignore
|
2026-05-07 18:40:44 +02:00 |
|
|
|
0d39215a1c
|
Add build directory to .gitignore
|
2026-05-07 18:40:44 +02:00 |
|
|
|
598a1ebc51
|
Update .gitignore to exclude build artifacts
|
2026-05-07 18:40:44 +02:00 |
|
|
|
d3ce23d9b0
|
Add label to main window in tauri.conf.json
|
2026-02-04 07:25:40 +01:00 |
|
|
|
e346d6df7e
|
Add windows configuration to default capabilities
|
2026-02-04 07:25:40 +01:00 |
|
|
|
1fac38dbe0
|
Update file drop event handling in App.tsx
|
2026-02-04 07:20:07 +01:00 |
|
|
|
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 |
|