Bagheera

Results 191 comments of Bagheera

nope, mine didn't have the same GCC version error. it does seem like some problem to bitsandbytes, but only insofar as it won't detect the issue and give a proper...

it's kind of annoying currently to actually export fp16 weights, but with just a few lines of python, you will have it done easily: ```py from diffusers.pipelines import DiffusionPipeline import...

it gets slower as the sample size increases but this test script takes about 10 seconds to run on an M3 Max.

on the 128gb M3 Max i can get pretty far into the output window before the time increases to 3 minutes. it'll take about a minute for 30 seconds of...

i considered it. but because of the nature of this, i didn't really feel comfortable just squishing images on the users' behalf. with the small resolution of the inputs, it...

@yiyixuxu i notice the quality checks failed because of some unnecessary list comprehension. but when i look at it, it seems like the most reasonable way to do it? is...

hmm so 86 isn't divisible by 8. if i adjust the script like so: ```py from diffusers import DiffusionPipeline, IFSuperResolutionPipeline import torch from PIL import Image import numpy as np...

note: i understand deepfloyd is not often used by commercial outfits due to its restrictive license, but it apparently [has research value](https://arxiv.org/abs/2312.02967) and i've run into this during research into...

the same issue exists in the StableDiffusionPipeline :) would you like to tackle that one too? latents must be cast to vae dtype during decode

it's actually something that occurs on ROCm which masquerades as CUDA