Edna
Edna
Hi There! I was wondering if you can input a specific file to the model (via dream.train_step()) each iteration, so effects like cropping can be applied between each iteration before...
## Summary Nextcord doesn't currently allow editing webhook messages that were sent in threads. This aims to change that. I tested it preliminarily but it definitely needs more tests. Will...
SVD can now get to really fast speeds step wise but is limited by the slow speed of the vae. Any way to distill the temporal spatial auto encoder the...
This is really cool! It would be useful to have a function like this to directly handle the image ourselves, instead of writing to a canvas. This could be useful...
Previously, the following would not properly clear all memory: ```py import gc, torch del pipeline, transformer torch.cuda.empty_cache() ``` This PR fixes that by resetting the internal quantized model state on...
### Captchas - [x] I have read the instructions. - [x] I have searched existing issues and avoided creating duplicates. - [x] I am not filing an enhancement request. -...
# What does this PR do? Small PR, adds cond and uncond batch to Chroma now that prompt embeds are in a consistent size Relevant #11725 ## Before submitting -...
xwayland-satellite does not allow specifically enabling extensions. This PR adds support for it to do so. This is particularly helpful for OpenGL with the GLX extension. I've found this helpful...