Jon Elling
Jon Elling
The text size was unreadable on my iPhone so I added a scaling factor, implicitly for iOS as I hope no one is shaking their laptops: ``` void Start() {...
I can't get the project to load the external config file but everything else works, including posting to my Slack channel. My config is at ~/.aptfinder/config/private.py. I've also tried putting...
We use Jasmine-TS to run our tests as it saves a compilation step and solves a few other problems for us. Naturally, jasmine-test-adapter extension just uses jasmine directly. Could support...
Sending the microphone out to a DirectSoundOut doesn't work with this code: ``` // directsound - doesn't work var mic = new WaveInEvent() { DeviceNumber = 0 }; WaveInProvider waveInProvider...
**Is your feature request related to a problem? Please describe.** If a user creates a guidance program with a space in between the handlebars and the command like the space...
The template now supports [downloading LoRAs for use]([url](https://github.com/runpod-workers/worker-stable_diffusion_v1/blob/main/src/rp_schema.py#L73)) during inference. But [the docs](https://docs.runpod.io/reference/stable-diffusion-v1) have not been updated.
This extension would be even better if it did a Git move either by default, or by configuration, when moving files. Right now it marks the old file name as...
Is it not possible to use `` inside of a ``? For me it throws `Maximum Call Stack Sized Exceed`. `PivotControls` doesn't throw this error fwiw. ## Code ``` ```...
https://github.com/blib-la/runpod-worker-comfy/blob/0db21afc7f6b4d394967412db4063552782de951/src/rp_handler.py#L333 When defining a template on Runpod, there is an option to manually set environment variables. These variables seem to be interpolated as strings at run-time. That causes this division...
When using the web-socket client, the first node that returns an output (message type = `executed`) terminates the connection: https://github.com/StableCanvas/comfyui-client/blob/32aba55d5dd6890b5f1650484b084c2928fd9768/src/InvokedWorkflow.ts#L144-L152 But looking at the [Comfy UI message types](https://docs.comfy.org/essentials/comms_messages), there wasn't...