Paul Lutus

Results 8 issues of Paul Lutus

I executed the download script "models/download_models.sh" with these arguments: "essential big-big float32". This doesn't download the "bf16" variants. This in turn causes the inference/text_to_image.ipynb script to fail, because it expects...

Please change https://github.com/Stability-AI/StableCascade/blob/master/models/download_models.sh to allow 'wget' to detect files that have already been fully or partly downloaded -- IOW change each 'wget' to 'wget -c'. This prevents a long re-download...

This may be taken as a feature request rather than a bug report (it's both), but if a client disconnects from an SDR++ server without first closing the network connection,...

enhancement

While converting a KSampler control that specifies a fixed seed value, this extension's code always creates: `seed=random.randint(1, 2**64)` ... regardless of the provided seed value and the "fixed" specifier in...

The relatively new RTL-SDR V4 dongle works very well with SDR++, but only after some reconfigurations that shouldn't be necessary. In particular, on Windows -- where most SDR++ users live...

enhancement

Many developers download all the model/vae files in advance, a task that can take hours, so there's no need to download them all over again. You have provided a way...

### This issue is unique. - [x] I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my bug. ### Operating System Linux (DEB package) ### Version...

Your project goal: "A Rust attribute macro to require that the compiler prove a function can't ever panic" cannot be achieved for any non-trivial function. This is computer science 101....