-
**Unloading LoRA raises errors on refiner SDXL models when employing only ONE text encoder:**
https://github.com/huggingface/diffusers/blob/7f551e29ff4ad05615cb38530a8940811f9e5936/src/diffusers/lo…
-
I'd expect multi geoms to be bound / cast (?) as a multi geoms in active record:
```ruby
multi_geom = RGeo::Geos.factory.parse_wkt("MULTIPOLYGON (((0 0, 0 1, 1 1, 0 0)),((1 1, 0 0, 0 1, 1 1)))")
…
-
There are 3 sections that monkey patch other specifications (the ones with name starting with "Interaction with "). The affected specs should probably be updated instead, and those sections should be …
npm1 updated
7 months ago
-
I'm having an issue where I keep getting at least two calendars being painted and it should be just the one, I've used the below code, trying to ensure it deletes any other instances but it isn't work…
-
Thanks for your good job! Why this operation (" overwriting the function: _get_unpad_data with a monkey-patched function") can implement the feature of packing without cross-contamination attention? C…
-
I wanted to try upgrading to 3.0.0 which required forcing the install of this plugin to see if it was possible. This plugin fails with the error following error
```
[11ty] Problem writing Eleventy t…
-
In [cnn_archs notebook](https://github.com/PPPW/deep-learning-random-explore/tree/master/CNN_archs/cnn_archs.ipynb) you mentioned we need to monkey patch the forward pass(excluding final layers). But …
-
as it says, after I run:
``` python
from gevent import monkey; monkey.patch_all()
```
ptpython becomes unresponsive with no error message. There may be a clue from running ptipython I get this error…
-
hi:
I use gevent in uwsgi so I need monkey patch, but I found that
(1) when I add --gevent-monkey-patch option in config, so uwsgi does monkey patch after load app, everything is ok
(2) for some re…
-
### Describe the bug
Hi,
I'm trying to save a polars dataframe in cache using the following operation.
```
from vega_datasets import data
import polars as pl
df = data.iris().pipe(pl.from_pandas)
w…