David Khristepher Santos

Results 221 comments of David Khristepher Santos

> System.IO.IOException: The handle is invalid. > at System.ConsolePal.set_CursorVisible(Boolean value) This doesn't seem to be an issue with the processing code. It looks as if its with the Console displaying...

Great to hear. In case I'd ever want to fix or workaround this, it seems to be related to `IsOutputRedirected`. https://github.com/dotnet/runtime/issues/28625#issuecomment-460736213 I actually thought of parallelization in the CLI, it's...

I see that `FlowDocumentJumpAnchorIfNecessary` has the functionality I need, and it is exactly as I thought it would be implemented. However, looking further at the source code it looks like...

I think this is a false positive. You can confirm by compiling the code on your end and seeing if the resulting exe is flagged. https://www.virustotal.com/gui/file/a56c57c9fe86bcee6fb976b30ded461d93225a2fa27612da87b485bc2d6cbee1/detection Here it's flagged by...

Please check if the Artifact at the bottom of this page still registers as having a virus: https://github.com/RupertAvery/DiffusionToolkit/actions/runs/7611424082

Is there any description why it was flagged, e.g. what Drop.Win64.MemTaskProcess... is all about? I can't seem to find any information about it. I have submitted the build as a...

This may be the case if the ModelRoot Path is not set. I was primarily using the models to get the (original) hash, then supplementing with cache.json for the SHA256...

yeah, there are more sources I'm pulling from, and sometimes they could be different files so I haven't really bothered to deal with them just yet. There still maybe some...

Just wondering if this is still an issue with the latest build

Sorry, yes 1.5 had a bug where the model name was missing. It's fixed now.