-
Implement common noise generation algorithms:
- [ ] Perlin noise
- [ ] OpenSimplex noise
-
### Expected Behavior
I want to use an image for image to image prompting.
### Actual Behavior
fails due to what I suspect inconsistent dimensions, but altering or matching this does not work
### …
-
Hi,
As per the documentation of generate_fractal_noise_2d function, the third argument is the number of octaves in the noise. If the number of octaves is 1, will this function generate the perlin n…
-
Numba support decrease the computation time up to nearly 5 times. No much changes are required
```
import numpy as np
from numba import njit
@njit
def interpolant(t: np.ndarray):
return t*…
-
ModuleNotFoundError Traceback (most recent call last)
[](https://localhost:8080/#) in
1 import sys
2 sys.path.append("clipit")
----> 3 import clipit
4
…
-
When I created the conda environment according to the description, there were two conflict errors regarding 'perlin-numpy' and 'wfc-python'.
Then, I manually annotated two lines in 'environment.yam…
-
Thanks for sharing your models!
It would be interesting for the community to be able to run the ensemble version of Pangu weather (i.e., the version from Figure 5 of the Nature paper). Is this some…
-
Hi,When I look at the ```dataset_beta_thresh.py```, I find that sometimes it is not enhanced.
```
def perlin_synthetic(self, image, thresh, anomaly_source_path, cv2_image,thresh_path):
…
-
python -m nuitka --version
```
2.3.11
Commercial: None
Python: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Flavor: CPython Official
Exe…
-
ursina 7.0.0 failed to load obj model and have below errors, I degraded the version to 3.5.0 works fine. weird!!!
********************************CODE*********************************************…