Commit graph

468 commits

Author SHA1 Message Date
Concedo
ec5dea14d7 merged, try to fix metal build 2024-03-14 11:15:50 +08:00
Concedo
ba950716a9 Merge branch 'master' into concedo_experimental
# Conflicts:
#	CMakeLists.txt
#	Makefile
#	Package.swift
#	README.md
#	build.zig
#	llama.cpp
#	tests/test-tokenizer-1-bpe.cpp
#	tests/test-tokenizer-1-llama.cpp
2024-03-13 11:21:58 +08:00
Concedo
edb05e761f Update some prints 2024-03-12 21:40:36 +08:00
Concedo
6c6ad93f01 added basic support for password protection (+2 squashed commit)
Squashed commit:

[ff91ca72] added basic support for password protection

[91b0b208] updated docs
2024-03-12 19:47:12 +08:00
Concedo
a69bc44e7a edit colab (+1 squashed commits)
Squashed commits:

[c7ccb99d] update colab with llava
2024-03-12 15:24:53 +08:00
Concedo
9229ea664e if no existing filepath, do not use cwd, use last path instead 2024-03-11 22:19:38 +08:00
Stefan Kapusniak
4dd1c2b81a
Improve launcher file dialog initial paths (#740)
- In the launcher, if an existing value is set for a file value (e.g.
Model), use that file's directory the initial directory when the
file dialog is opened with 'Browse'.
- In the launcher always set the intial directory for 'Load' to
cwd.
2024-03-11 22:05:46 +08:00
Concedo
d59ec68753 added interrogate endpoint (+1 squashed commits)
Squashed commits:

[7bf96261] added interrogate endpoint
2024-03-11 18:50:18 +08:00
Concedo
e4946b96ea support llava with gpt4v openai endpoint 2024-03-11 17:36:10 +08:00
Concedo
d943c739a8 wip submitting of llava image to backend 2024-03-10 17:14:27 +08:00
Concedo
c08d7e5042 wip integration of llava 2024-03-10 11:18:47 +08:00
Concedo
ca19199bc8 prevent sd logging when in quiet mode (+1 squashed commits)
Squashed commits:

[a4a1cdd5] fixed type conversion
2024-03-09 16:37:51 +08:00
Concedo
4682918965 better resolution scaling, support non-square images (+1 squashed commits)
Squashed commits:

[6efee4f2] better resolution scaling
2024-03-09 12:38:24 +08:00
Concedo
b4ca54401d Merge branch 'master' into concedo_experimental
# Conflicts:
#	Makefile
#	README.md
#	ci/run.sh
#	ggml-quants.c
#	ggml.c
#	grammars/json.gbnf
#	grammars/json_arr.gbnf
#	llama.cpp
#	scripts/compare-llama-bench.py
2024-03-09 10:58:49 +08:00
Concedo
1f59f2178c benchmark limit increased to 16384 2024-03-09 10:45:49 +08:00
Concedo
3f475970fa quiet mode for sd 2024-03-08 19:35:29 +08:00
Concedo
2132bf9ca0 added img sampler aliases 2024-03-08 18:53:34 +08:00
Concedo
5760bd010b added clamped as a SD launch option 2024-03-06 12:09:22 +08:00
Concedo
d910f2354c bugfixes 2024-03-05 19:16:54 +08:00
Concedo
4eb3a95cbb reenable LCM sampler 2024-03-05 17:39:21 +08:00
Concedo
ac43e0115c Merge branch 'master' into concedo_experimental
# Conflicts:
#	.devops/nix/package.nix
#	README.md
#	ggml-metal.m
#	llama.cpp
#	scripts/sync-ggml.last
#	tests/test-backend-ops.cpp
2024-03-05 15:54:05 +08:00
Concedo
b67a906244 add stub for useless endpoints 2024-03-04 19:29:08 +08:00
Concedo
d4a12133e7 added SD samplers endpoint 2024-03-04 14:26:49 +08:00
Concedo
b8bc500a4b updated readme and lite 2024-03-03 23:31:52 +08:00
Concedo
0c59c1ed90 allow specifying width and height 2024-03-03 15:44:15 +08:00
Concedo
fa1d8b8d95 updated lite 2024-03-02 22:33:02 +08:00
Concedo
fda905a36a fixed unable to load config 2024-03-02 18:08:45 +08:00
Concedo
e1b213ae96 increase steps limit 2024-03-02 12:08:19 +08:00
Concedo
59c5448ac8 fixed colab (+1 squashed commits)
Squashed commits:

[1d1c686f] updated colab and docs
2024-03-02 10:09:07 +08:00
Concedo
0978134f65 fix macos tunnel 2024-03-02 02:03:13 +08:00
Concedo
040de7d899 try add tunnels for macos 2024-03-01 17:52:09 +08:00
Concedo
55af5446ad Merge branch 'master' into concedo_experimental
# Conflicts:
#	README.md
#	ci/run.sh
#	llama.cpp
#	scripts/sync-ggml.last
2024-03-01 17:41:37 +08:00
Concedo
e5861e993d fix benchmark 2024-03-01 16:54:25 +08:00
Concedo
80011ed8aa KCPP SD: add warn and step restriction., updated lite, handle quant mode 2024-03-01 16:41:19 +08:00
Concedo
3463688a0e image generation is fully working over api (+1 squashed commits)
Squashed commits:

[c98ab0b4] single image generation is working now
2024-03-01 14:43:44 +08:00
Concedo
e8f4d7b3da added model and config endpoints for sdcpp, added more samplers. speed is still not good 2024-02-29 22:56:09 +08:00
Concedo
5a44d4de2b refactor and clean identifiers for sd, fix cmake 2024-02-29 18:28:45 +08:00
Concedo
66134bb36e ui for loading SD models done 2024-02-29 17:08:22 +08:00
Concedo
524ba12abd refactor - do not use a copy buffer to store generation outputs, instead return a cpp allocated ptr 2024-02-29 14:02:20 +08:00
Concedo
f75e479db0 WIP on sdcpp integration 2024-02-29 00:40:07 +08:00
Concedo
ad638285de Merge branch 'master' into concedo_experimental
# Conflicts:
#	Makefile
#	README.md
#	flake.lock
#	ggml-cuda.cu
#	llama.cpp
#	tests/test-backend-ops.cpp
#	tests/test-quantize-fns.cpp
2024-02-28 13:41:35 +08:00
Concedo
71898cf728 unlock custom contextsize 2024-02-27 18:10:43 +08:00
Concedo
39ae58ef0d fix tooltip glitch 2024-02-26 11:35:58 +08:00
YellowRoseCx
7b85917827
add additional tooltips (#710) 2024-02-26 11:15:57 +08:00
Concedo
a6ba735b07 up version for 1.59.1 makefile changes 2024-02-26 10:40:12 +08:00
Concedo
a6aff3fba0 fix typo 2024-02-25 19:40:40 +08:00
Concedo
1bcbd2e21b updated lite 2024-02-24 17:59:44 +08:00
Concedo
f3a0e05d91 added noavx2 vulkan 2024-02-22 16:56:25 +08:00
Concedo
2d71256d21 try to make prints flush 2024-02-21 17:16:49 +08:00
Concedo
6181b46eef added nocertify mode 2024-02-19 16:05:17 +08:00