Oliver Davies

Results 25 comments of Oliver Davies

If I wanted to stack multiple controlnets together (depth, canny, normal) for example, how difficult would you estimate this to be to implement @LaurentMazare?

How is this task going?

I was just curious and prefer integrated dlls when possible. The tooling is impressive as is, I tested it with llama 3 this evening. I will keep an eye on...

Fantastic work!! Very exciting, I'll carve out sometime to play with this in the coming days. My use case would likely include Cuda, and then choose on the fly between...

Maybe an example, e.g. something like this but a bit more official: ```c# using System.Collections.Generic; using Cottle; using Newtonsoft.Json.Linq; public class TemplateRenderer { private readonly Dictionary _values = new(); public...

> Hey, > > Yes indeed it would, but wouldn't it also require to reference a json library from Cottle? To avoid this I would rather imagine a separate package...

I tested this and didn't find any obvious regressions @Keavon πŸ‘

Hmm, interesting. I will investigate this when I next update this repo. Thanks for letting me know.

Crash: `panicked at /var/lib/github-actions/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linesweeper-0.1.0/src/sweep/sweep_line.rs:879:25:` Full error log: [panicked_line_sweeper.txt](https://github.com/user-attachments/files/23407001/panicked_line_sweeper.txt) Graphite file (remove .txt). Play the animation and wait a few moment. [bool_torture_animation.graphite.txt](https://github.com/user-attachments/files/23407060/bool_torture_animation.graphite.txt)

This would likely be done on a case by case basis - the existing SpacetimeDB Unity tutorial has a simple approach for interpolation implemented on the client side. You can...