Rastislav Švarba
Rastislav Švarba
Thank you, I've just tried it, no errors thrown and result looks as expected.
@Mark-papi is it fixed for you too? I guess this issue could be closed.
Hi @comfyanonymous, seems the issue is back, maybe because of the finetuning reimplementation using PEFT in diffusers (https://github.com/huggingface/diffusers/pull/6225) newly trained LoRAs don't work in comfy. partial log: ``` lora key...
For now, I found a hack, I removed these lines from `cast.h` ``` template typename make_caster::template cast_op_type cast_op(make_caster &caster) { return caster.operator typename make_caster::template cast_op_type(); } ``` it compiled, but...
> there was a build in this link https://github.com/NVlabs/instant-ngp/releases/download/continuous/Instant-NGP-for-RTX-2000.zip but I don't know why they removed it Thanks @ElJaviLuki, but that looks like a Windows build.
I think you ment issue #143 :) It could be probably fixed here https://github.com/desmondmorris/node-twitter/blob/d5f549dea91f4f023752d9488ee2a3f11b8e1a72/lib/twitter.js#L201-L209 And I'm still having some troubles with handling `stream.destroy();`. I'm handling this in quite complicated way,...
This "solution"/workaround works better. Maybe havong so many clearTimeout is a bit overkill, but I want to be sure that only one "stream init timeout" is in progress. And change...
Note: seems like only works on "Reports" page.
Right now it looks like, problem is in loading Bitbucket lib `WRM.require("wr!" + 'com.atlassian.bitbucket.server.bitbucket-web:pull-request-table')` which is used to add build status to PR dropdown. after disabling, it will work.
I've committed fix, now it needs to be merged and new release created. Or you can clone and load repository from local location. @PavelVanecek