Christopher

Results 22 issues of Christopher

On this Linux, you need to add the following packages before running `yarn` command: ``` sudo apt install pkg-config sudo apt install libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential sudo apt-get install...

You should try ? https://github.com/julian121266/RecurrentHighwayNetworks

Hello, How do you use it in Python ?

When opening a connection in a class ``` self.lmdb = require 'lmdb' self.db = self.lmdb.env {Path = self.dir,Name = split} ``` I get the following error message : ` $...

Hi, Code validator Ruff is not happy about this writting of the arguments of the functions: `image: Path = Input(description="360 image to upscale"),` do you have any plugin to ruff...

I think the file is missing in the PR. Is it possible for you to share it ? thanks :)

Hi, I'm trying your lib in my shell Ubuntu under Windows 11 but I hear nothing when chime on command line or chime.info() in python. Thanks for your help

### Describe the bug `tokens` should be `token` for consistency with load method: https://huggingface.co/docs/diffusers/en/api/loaders/textual_inversion#diffusers.loaders.TextualInversionLoaderMixin.unload_textual_inversion Load method https://huggingface.co/docs/diffusers/en/api/loaders/textual_inversion#diffusers.loaders.TextualInversionLoaderMixin.load_textual_inversion uses single argument `token=` ### Reproduction - ### Logs _No response_ ### System...

bug

Hi, I'm trying to achieve reproductibility with your fp8 quantization: half of the time, i'm not getting the expected image. When I deactivate quantization, i have some reproductible results. I...