-
**Describe the bug**
Using einops with multiple threads can lead to a race condition, as the backend dictionary is updated while being iterated over in another thread.
```python
Traceback (most r…
-
### đź’ˇ Your Question
Hello
I installed the package using the following command through the conda virtual environment.
```pip install -r requirements.txt```
After installing normally, if you run…
-
### Describe the issue as clearly as possible:
When running in a Colab notebook, I get a `UserWarning` when using the greedy sampler. Not sure if this can be fixed in `outlines`, or requires some up…
-
I'm very interested in command line generations like what can be found here: https://note.com/kohya_ss/n/n2693183a798e
Unfortunately this isn't up to date with Flux generations or maybe I'm not und…
-
The following code in multiple cells in the JupyterLab crashes randomly when executed:
```python
import jax
import flax
from flax import nnx
import orbax.checkpoint as ocp
print(jax.__version__)
prin…
-
Thank you, author, for sharing the code! Could you please provide details about the essential Python dependencies, including their versions?
-
{
"name": "RuntimeError",
"message": "Failed to import diffusers.pipelines.pipeline_utils because of the following error (look up to see its traceback):
Failed to import diffusers.models.autoenco…
-
### Checklist
- [x] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
**Describe the bug**
PyTest prints these failures:
```
========================================================================================= FAILURES ===========================================…
-
```shell
# uv --version
uv 0.4.4
# pip --version
pip 24.0 from /usr/local/lib/python3.10/dist-packages/pip (python 3.10)
# python --version
Python 3.10.12
# grep VERSION= /etc/os-release …