Jesse Andrews
Jesse Andrews
I made a mistake installing the requirements. Trying to clone threw an error: root@mist01:~# git bzr clone lp:nova nova You have not informed bzr of your Launchpad ID, and you...
I am interested in exploring the capabilities available on hyper pages, and hyperbee seems to be a powerful addition. adding hyperbee to the beaker api would be useful
### Which Cloudflare product does this pertain to? Workers ### Existing documentation URL(s) - https://developers.cloudflare.com/workers/learning/using-durable-objects/#in-memory-state-in-a-durable-object ### Section that requires update > Built-in caching > The Durable Object’s storage has a...
### Which Cloudflare product does this pertain to? Pages ### Existing documentation URL(s) - https://developers.cloudflare.com/pages/platform/functions/#using-typescript - https://developers.cloudflare.com/pages/platform/functions/#functions-routing ### Section that requires update - https://developers.cloudflare.com/pages/platform/functions/#writing-your-first-function or showing an example in the...
cog still supports upload files outside of replicate :yay: 1. start cog server with flag `--upload-url=http://host/:port/basepath` 2. run http server listening on `host:port` - PUT /path/... should write file to...
https://github.com/openai/whisper/commit/4179ed2475cc84cba66868b516232ef1b74dacdf OpenAI seems to have shipped a new version of the large model.
When asking for 4 outputs - with everything else the default, I sometimes get: ``` Output CUDA out of memory. Tried to allocate 12.66 GiB (GPU 0; 39.59 GiB total...
I've been experimenting with supporting weights from dreambooth in this model: diff --git a/predict.py b/predict.py index 5630646..2d23a87 100644 --- a/predict.py +++ b/predict.py @@ -10,6 +10,7 @@ from diffusers import (...
As there are major differences between stable diffusion 1.x and the 2.x series, there will be folks who will stick to 1.5 vs 2.0 or 2.1 Having tags link git...