84 Commits

Author SHA1 Message Date
badayvedat
7a494ff697 refactor: use dash instead of underscore in paths 2024-06-11 19:41:46 +03:00
badayvedat
21bb392a19 fix: type updates 2024-06-06 18:54:09 +03:00
badayvedat
fc461ed48b feat: add comfy namespace and update comfy examples 2024-06-06 18:34:57 +03:00
Daniel Rochetti
f7d9dec1aa
fix(client): remove trailing slash from url with params (#68) 2024-06-05 09:53:58 -07:00
Daniel Rochetti
8fc0b726c2
fix(client): add webhookUrl to subscribe options (#67)
* fix(client): add webhookUrl to subscribe options

* chore(client): bump version for release
2024-06-04 15:20:32 -07:00
Daniel Rochetti
cd2089768d
fix(client): storage upload array (#66) 2024-06-02 11:07:50 -07:00
Daniel Rochetti
5f15da9d83
feat(client): realtime msgpack payload (#65)
* feat(client): realtime msgpack payload

* chore: update realtime samples
2024-05-08 15:16:01 -07:00
Vedat Baday
9f4f70517f
Merge pull request #64 from fal-ai/feat/add-comfy-server-examples
feat: add comfy server examples
2024-04-23 20:06:20 +03:00
badayvedat
419ac350c4 chore: rename pages 2024-04-23 19:57:03 +03:00
badayvedat
f401edc20b chore: remove unused files 2024-04-23 19:35:57 +03:00
badayvedat
e8ef19d7b2 chore: lint 2024-04-23 19:31:53 +03:00
badayvedat
bf787328b5 fix(text-to-image): parameter passing 2024-04-23 05:25:46 +03:00
badayvedat
92e554a527 feat: add comfy server examples 2024-04-23 05:19:46 +03:00
Daniel Rochetti
18eb6ec28d
fix: check type before trying to upload (#63) 2024-04-16 18:02:50 -07:00
Daniel Rochetti
9262814578
feat: support recursive auto-upload (#62) 2024-04-15 08:33:38 -07:00
Daniel Rochetti
dfeb8689f4
feat: support app id with namespaces (#61)
* feat: support app id with namespaces

* chore: remove unwanted page

* fix: queue status url

* chore: bump version for release
2024-04-06 01:19:38 -07:00
Daniel Rochetti
335b817e9c
feat(client): add streaming support (#56)
* feat(client): add streaming support

* fix: variable type definition

* chore: add docs

* chore: bump to client 0.9.0
2024-03-06 08:44:04 -08:00
Daniel Rochetti
6d112c89c5
fix: connection timeout error (#55) 2024-02-26 14:28:50 -08:00
Daniel Rochetti
84436e819e
fix(create-app): init new repo on create (#53) 2024-02-21 20:12:09 -08:00
Daniel Rochetti
c3173cfa00
fix: queue submit app id (#52)
* fix: queue submit app id

* chore: bump client version
2024-02-21 08:26:22 -08:00
Daniel Rochetti
e0b7627f7a
feat(client): app id with path + realtime url (#51)
* feat: app id + path format support

* chore: bump client to 0.8.4
2024-02-20 18:59:37 -08:00
Vedat Baday
66d817b2a6
fix: nested blob upload (#48)
* fix: nested blob upload

* refactor: export to a utility function

* chore: bump version to 0.8.3
2024-02-15 16:30:00 -08:00
Daniel Rochetti
9cc7cf5456
feat(proxy): svelte support (#47) 2024-02-05 13:55:16 -08:00
Daniel Rochetti
bc338dfafc
chore: update links to fal-js 2024-01-28 10:18:44 -08:00
Daniel Rochetti
129ad9ed10
chore: simplify proxy config 2024-01-28 10:09:40 -08:00
Daniel Rochetti
12887d4b87
feat(proxy): env var resolution (#45) 2024-01-23 14:14:33 -08:00
Daniel Rochetti
f5f22efd08
fix(create-app): add missing dependencies 2024-01-18 11:23:39 -08:00
Daniel Rochetti
0f8efecf65
chore: publish create app cli (#44)
* chore: move folder to match package name

* chore: update dependencies
2024-01-18 11:06:28 -08:00
Nader Dabit
b76c371480
feat: add create app cli (#42)
* feat: add cli

* chore: removed log

* chore: update repo url

* chore: updated program name

* chore: updated program description

* chore: removed yarn lock files
2024-01-17 18:51:54 -08:00
Daniel Rochetti
6671386b15
fix: proxy domain fal.run check 2024-01-16 09:52:52 -08:00
Daniel Rochetti
6cb27c0ca5
chore: release client 0.8.2 (#43)
* chore: client release 0.8.2

* fix: domain check on proxy
2024-01-16 09:47:39 -08:00
Daniel Rochetti
07f1b125f7
feat: fal.run url support (#40)
* feat: fal.run url support

* feat: new queue url format

* fix: build issue

* chore: change demo app ids
2024-01-15 15:14:21 -08:00
Daniel Rochetti
208073ce17
fix: react native uuid compatibility (#39) 2023-12-21 11:49:44 -08:00
Daniel Rochetti
f7e7541738
fix: msgpack dependency changed (#38)
* fix: msgpack dependency changed

* fix: textencoder polyfill for jest
2023-12-18 12:18:12 -08:00
Daniel Rochetti
6a89dd1ba0
fix(client): wrong usage of Buffer (#37) 2023-12-14 09:19:06 -08:00
Daniel Rochetti
e5cfd8ee38
feat: binary messages through ws + camera demo (#34)
* feat: binary messages through ws + camera demo

* chore: prepare release
2023-12-12 10:03:49 -08:00
gorkem
6f95c6561b
Merge pull request #33 from threepointone/main
fix: don't crash inside cloudflare workers
2023-12-08 16:08:07 -08:00
Sunil Pai
501663a311 fix: don't crash inside cloudflare workers 2023-12-05 11:43:47 +00:00
Daniel Rochetti
6ad41e1bfa
feat(client): realtime state machine impl (#32)
* fix: connection state handling

* chore: reset token expiration

* feat: state machine experiment

* feat: new realtime state machine impl

* chore: update client to 0.7.0 before release

* fix: error handling x-fal-error

* chore(client): release v0.7.0

* fix(client): strict type check error
2023-12-04 14:44:56 -08:00
Daniel Rochetti
c020d97acd
fix: reconnect token state (#31) 2023-11-29 08:55:40 -08:00
Daniel Rochetti
145159a12f
feat(client): realtime client (#29)
* feat(client): realtime client

* chore: alpha release

* fix: remove os requirement

* fix: check if process is defined

* fix: ws connection key

* fix: outgoing request throttling logic

* chore: 0.6.0.alpha.4 release

* chore: update realtime demo

* chore: update preloaded scene

* feat: auth wip

* fix: compilation issue

* feat: basic auth impl missing error handling

* chore: remove console.log prepare 0.6.0

* fix: remove unsused code
2023-11-27 09:43:37 -08:00
Daniel Rochetti
c8ff2af189
fix: proxy content encoding header (#30) 2023-11-26 15:51:16 -08:00
Daniel Rochetti
a6624f4487
fix: serverless-client doc references 2023-11-21 13:26:51 -08:00
Daniel Rochetti
7c0b5ba878
chore: update readme instructions 2023-11-21 13:20:56 -08:00
Daniel Rochetti
c5840192da
feat(client): allow to disable auto-upload 2023-11-20 09:13:18 -08:00
Daniel Rochetti
7f444cdfcd
chore: proxy nextjs 14 support (#28) 2023-11-18 16:05:26 -08:00
Daniel Rochetti
24727b61aa
chore: release client 0.5.3 2023-11-18 13:50:14 -08:00
Burkay Gur
09c77be1f2
feat(client): add metrics to queue status (#27)
* Add metrics to queue status

* Update libs/client/src/types.ts

Co-authored-by: Daniel Rochetti <daniel.rochetti@gmail.com>

---------

Co-authored-by: Daniel Rochetti <daniel.rochetti@gmail.com>
2023-11-18 13:46:39 -08:00
Daniel Rochetti
7f2bb5e77d
feat(client): webhook url support on queue submit (#26) 2023-11-10 10:25:38 -08:00
Daniel Rochetti
0a18c7e93d
feat: add audio example with whisper (#25)
* feat: whisper example

* feat: whisper working example

* feat: whisper demo impl

* fix: fal config proxy

* chore: add app router info to readme

* fix: proxy url example
2023-11-09 18:46:19 -08:00