-
with tension sensor setup MMU_EJECT fails to eject filament
**Problem:**
has been investigating this problem for a few days.
I have a very high chance of failing to run MMU_EJECT command,
afte…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your issue described in the documentation?
- [X] I have read the documentation
### Is your issue p…
-
Hello, I am trying to run the code on the colab provided. I have not change anything in the code yet.
after I ran the part:
from diffusers import DiffusionPipeline
```
pipe = DiffusionPipeline.…
-
### Feature request
Currently, Transformers.js V3 defaults to use CPU (WASM) instead of GPU (WebGPU) due to lack of support and instability across browsers (specifically Firefox and Safari, and Chrom…
-
Hello, can you share the pre-trained auto encoder? I have been trying to "Remove GAN fingerprint from a folder of images", but apparently I need the pre-trained auto encoder.
-
Hello! I set device_map='balanced' and get images generated in 2.5 minutes (expected in 12-20 seconds), while in pipe.hf_device_map it shows that the devices are distributed like this:
{
"transform…
-
### Operating System Info
Other
### Other OS
Nobara Linux 40 (7800XT) + NixOS (7900XTX)
### OBS Studio Version
Other
### OBS Studio Version (Other)
30.2.2 Nobara Build + 30.2.3 NixOS
### OBS S…
-
Notice that encoding is done one by one. Would it be faster if find all pieces first, then encode parallelly?
``` c++
while (re2::RE2::FindAndConsume(&input, *_regex, &piece)) {
…
-
Add model to do auto encoder and then transform norm input by using auto encoder.
-
Hello. I have the following code snippet, just a simple ciphertext - ciphertext multiplication.
```
void replicate(vector& data, size_t times) {
size_t init_size = data.size();
data.rese…