Javascript/Typescript bindings for QuickJS, a modern Javascript interpreter written in C by Fabrice Bellard.
Straightforward and type-safe command-line argument parsing with subcommands.
control your Wii U with keyboard, mouse, and Xbox 360 controller
Update README with badges
Better ML pipeline error handling
Task window: empty style, use grid for layout
only GridImageView
MAXIMUM SHENANIGAN
polish a bit
@ayhoung Can you try again with the latest release?
Add link to releases
Clean up some UI issues
Simplify task list
fix out of bounds when removing prompt with result
remove empty document type
update README instructions
apply suggested settings
use python3
add icon
start working on downloadable models w/ zip files
wat
Untested draft of asset download & concat
Use Apple Archive (.aar) for packing instead of zip
preparing to manually test asset downloader
tested downloader against local python server
dont track progress of child - crashes if re-using child
Try each model location
wip: show install interface on first boot
??
make build rule system an actor
Add symlink to application support dir
overall download logic seems to be working
ignore ApplicationSupport symlink
remove intermediate outputs
Slightly improve ObservableTaskProtocol
more ObservableTaskProtocol improvements
wip
incremental progress on new list view
progress window
Packing even a single model into the application makes the app too big to release on Github. We could split the app itself into multiple files, but that's confusing to explain to end-users.
Instead, Gauss should be smart enough to download models from Github by itself into it's Application Support directory. That way, we can release a small application (<50mb ideally).
models-v1.0.0
releasemodels-v1.0.0
releasefiddle some settings for release?
wip
incremental progress on new list view
progress window
dont try to use background URL downloads
if we are building a file its not available
Guide user to install models if none available
submitting same prompt adds to existing entry
Uploaded model files to Github here: https://github.com/justjake/Gauss/releases/tag/models-v1.0.0
Packing even a single model into the application makes the app too big to release on Github. We could split the app itself into multiple files, but that's confusing to explain to end-users.
Instead, Gauss should be smart enough to download models from Github by itself into it's Application Support directory. That way, we can release a small application (<50mb ideally).
make build rule system an actor
Add symlink to application support dir
overall download logic seems to be working
ignore ApplicationSupport symlink
remove intermediate outputs
Slightly improve ObservableTaskProtocol
more ObservableTaskProtocol improvements
Nope!
On Wed, Jan 4, 2023 at 10:19 PM Justin Chan @.***> wrote:
Was this app able to obtain the Entitlement ( https://developer.apple.com/forums/thread/716919) required to access the depth sensor? The posts on the Apple Forum as of ~December 2022 suggest that Apple had not yet made it public.
— Reply to this email directly, view it on GitHub https://github.com/justjake/Trieste/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACIKV45I2SQNL73ZW7WIIDWQU6C5ANCNFSM6AAAAAATQSBOLU . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Jake Teton-Landis (805) 452-0701 @.***
What issue are you experiencing? I develop on an M1 MacBook Pro
negative prompt gives us more fine grained control over image generation.
The data model already allows for negativePrompt, but our UI does not.
This gets worse the more images are generated.
This is allowed already although it’s not documented. Emscripten modules can have their WASM module overridden. You can try doing so by reading over our code in variants.ts and trying to see where you could inject the WASM module you import in your own code via import
.
Fix for func_id rollover (#94)
32767 functions good, 32768 functions BAD
change magic
to uin16_t (avoids signed intereger overflow)
type magic as uint32_t, add simple test
re-enable all tests
remove missed test code
address PR issues
switch to a map of maps for fnMap
update fnId to start at min value
skip max funcID tests for debug mode
missed a flag
run prettier