mm3509
mm3509
I created an SVG with Inkscape and Illustrator. This screenshot shows the SVG in Illustrator to the right and in SVGnest to the left: SVGnest does this for about half...
I tried this code and it is much faster than the original Stable Diffusion, so thank you for that. I can generate images in 1m30s using a `g4dn.2xlarge` machine on...
I tried a clean installation of the repo on macOS with Python3.8: ``` brew install [email protected] mkdir venv python3.8 -m venv ./venv source venv/bin/activate python3 -m pip install --upgrade pip...
I tried installing from source on macOS. The repo does not have a `configure` file, so I cannot run ``` $ ./configure ``` as mentioned in the [installation instructions](https://github.com/sleuthkit/sleuthkit/blob/develop/INSTALL.txt). The...
## Bug Report ### Incorrect Functionality and General Questions I have video projects that I want to convert from Final Cut Pro to KdenLive. I found the OpenTimelineIO project and...
I am interested in vocal cloning from van der Oord et al and found this repo. I try to install on a Google Colab and get: ``` !pip install -r...
Hello, and thanks for the code! I want to replicate the audio results from the paper, but the DeepMind repo does not have a VQ-VAE example for audio (see https://github.com/google-deepmind/sonnet/issues/141...
**Describe the bug** I tested the code on an old scan and the results are problematic, for example two staff line groups instead of three. Are there settings that work...
Hello, I've started using Julia from Org mode and followed your directions. I got stuck at running Julia at the section on ESS because `M-x julia` would fail. I understand...
First off, thanks for coding and publishing Naive Bayes in TensorFlow. I cloned the projet, created a virtual environment and ran `python3 -m pip install -r requirements.txt`. I got this...