-
when i run the basic demo code for image to image
```
import torch
import numpy as np
from PIL import Image
from diffusers import ControlNetModel, StableDiffusionXLControlNetImg2ImgPipeline, DD…
-
For fun I also borrowed some other data from [This Link](https://osf.io/dbn4k) and see how personality and test performance can be condensed to a dimensionally reduced model.
[personality_score.csv](…
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused b…
-
Using this code snippet in notebook:
```python
from IPython.display import Audio
import numpy as np
signal = np.random.random(750)
Audio(signal, rate=250)
```
gives the player widget, but cli…
-
Formula for off_policy_method:
total_timeseteps= n_epochs * n_epoch_cycles * batch_size
then if
n_epochs=1400
n_epoch_cycles=20
batch_size=64
min_buffer_size=10^6
then total_timesteps=140…
-
#### Describe the bug
SARIMAX is great as it supports pandas series. However, it can be a bit "wrong" with seasonal series in real cases. That's because sometimes the seasonality is based on "time …
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
Hello, great notebook! Is it possible to use your own / pres-selected or custom pictures? If so, where would I adapt the code? Thanks very much!
-
I'm trying to run a GPRegressor on some `[x, y]` data where there are known uncertainties (standard deviations) in the `y` data. I'm using the method outlined in #196 ... this issue is from 2015, but …
-
**Is your feature request related to a problem? Please describe.**
Currently, RVC models with pitch guidance seem to have an f0 range from 50 Hz to 1.1 kHz. When I feed an audio sample outside of thi…