Kevin Turner

Results 308 comments of Kevin Turner

As I understand it, the math is straightforward. But it clashes in an awful way with how Schedulers are abstracted in diffusers (and thus Invoke). I've created this issue so...

In current https://github.com/huggingface/diffusers (0.29), [Schedulers](https://huggingface.co/docs/diffusers/using-diffusers/scheduler_features) perform two jobs: 1. defining the schedule of timesteps the diffusion model is run at. e.g. a 5-step schedule results in timesteps [1000, 800, 600,...

Possible approaches: **A.** use existing Schedulers, take their `SchedulerOutput.pred_original_sample`, exploit the fact that their `scheduler.alphas` is accessible, and re-compute the next sample using CFG++. Cons: many schedulers don't output `pred_original_sample`,...

additional design considerations: we already have `InvokeAIDiffuserCompnonent._combine` factored out *and* `guidance_rescale_multiplier` implemented inline before the scheduler.step call *and* arbitrary `additional_guidance` functions called after. We don't currently pass the two components...

Their other claim is that it helps with _invert denoise_ methods. I can see that, because that technique is prone to ending up in places far outside distribution as it...

stalebot, I can still reproduce this failure

My reading has left me confused about whether vite uses babel sometimes or optionally or with certain plugins. I opened [a question about this](https://discord.com/channels/804011606160703521/1225243428359504102) on the [vite discord](https://chat.vitejs.dev/) but haven't...

I believe this may be implemented as ```js function chain(...iterators) { return iterators.flatMap(identity); } ``` which is succinct, but a bit quirky maybe. Alternatively, ```js function* chain(...iterators) { for (const...

Reproduced in SillyTavern 1.11.3 'release' (08e3fc60). Sometimes it works as intended. Maybe it's specific to messages containing the macro that have been re-edited?

Adel_AI's LoRA, e.g.: - https://civitai.green/models/871757/niji-anime - ~~https://civitai.green/models/858800/illustration-concept~~