Michael

Results 4 issues of Michael

Background Music does not adjust the volume of Arc Browser, but it works on the Chrome, which use the same core. maybe we should add some rules here: https://github.com/kyleneideck/BackgroundMusic/blob/4fc776e4a67d54a23ecc25785d999e50e5aa01bf/BGMApp/BGMApp/BGMBackgroundMusicDevice.cpp#L243 and...

bug

# What does this PR do? Fixes # (issue) ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if...

I've implemented PatchGAN and StyleGAN Loss for decoder only finetuned, but I got artifacts reconstructions even after 50k steps. My Loss function setting is: `0.1 LPIPS + 0.1 PatchGAN (with...

Here looks like a small bug for SAT version, which will cause incorrect step arg pass to dynamic cfg. Good news is Diffusers version is correct. https://github.com/huggingface/diffusers/blob/8cdcdd9e32925200ce5e1cf410fe14a774f3c3a6/src/diffusers/pipelines/cogvideo/pipeline_cogvideox.py#L683