Ernie Chu

Results 9 issues of Ernie Chu

https://github.com/matze/mtheme/blob/2fa6084b9d34fec9d2d5470eb9a17d0bf712b6c8/Makefile#L5 The .bib file should not be compiled as well. ```makefile DEMO_SRC = demo/demo.tex# demo/demo.bib ```

Hi, your work is fantastic. I would like to work on some topic extending your work. The first toy problem I'm trying to solve can leverage your synthetic dataset `fill50k`....

# What does this PR do? In [save_motion_modules](https://github.com/huggingface/diffusers/blob/7ebd359446c2cb31bfbbbd98046cd916de8bdc7b/src/diffusers/models/unets/unet_motion_model.py#L592), current implementation doesn't pass `conv_in_channels` to the MotionAdapter constructor. This would incorrectly result into `"conv_in_channels": null` in the saved `config.json`, disregarding the...

Hi community, Can anyone refer me to a tech report or paper on calculating normal maps from images with different lighting directions (left, right, bottom, top)? Thanks in advance! https://github.com/lllyasviel/IC-Light/blob/93654060598069b8a6b481bf24057cb015ea9e93/gradio_demo_bg.py#L352-L380

Change Only `num_frames % 4 != 1` is acceptable to Only `num_frames % 4 == 1` is acceptable

specify huggingface_hub version to < 0.26.0 to avoid deprecated `cached_download`. More details at: https://github.com/huggingface/huggingface_hub/releases/tag/v0.26.0

I've briefly gone through the CLI docs, but still have no idea how to configure Associated displays of an virtual screen via CLI

enhancement
virtual screen
integration

### Description I recently migrated from latexmk, where I had the following in my ~/.latexmkrc to always open PDFs in Skim: ``` $pdf_previewer = 'open -a Skim'; ``` Now using...

docs
feature request
cli