psychedelicious
psychedelicious
## Summary - Add tests for the util added in #7862. - Add stripped models for FLUX variants. There's a problem with CI - perhaps related to the GH CI...
## Summary This resolves an issue where specifying `float32` precision causes FLUX Fill to error. I noticed that our other customized torch modules do some dtype casting themselves, so maybe...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Contact Details _No response_ ### What should this feature add? When we emit...
## Summary Allow `Any` to be an _output_ type for node fields. This introduces a major footgun, so we haven't enabled it. It's safe for nodes to have `Any` type...
The docs say: > Due to the web platform drag and drop security model, you can know what "types" are being dragging during a drag (eg "text/plain"), but you can...
- Is it possible to opt out of the browser's native cancel animation, which moves the native drag preview back to its origin? - It seems the `onDropTargetChange` and `onDrop`...
### Description The main process `IpcListener` now returns cleanup functions for its `on` and `handle` methods which remove the registered listener or handler. Its `dispose` method now unsubscribes only listeners...
### Clear and concise description of the problem I want an easy way to unsubscribe individual listeners and handlers to have more granular control over IPC events. As of 06b577a84cc9d82c62308554d25f0eea63817f85,...
Separators are rendered as a pseudoelement on top of a container. This makes it difficult to create pixel-perfect panel content layouts. I've edited the basic demo to add a 1px...
### Describe the bug I have a utility that may return `-0`. This is technically a distinct value from `+0`, but per [IEEE_754](https://en.wikipedia.org/wiki/IEEE_754#Signed_zero), "negative zero" and "positive zero" should be...