umarfm

Results 3 comments of umarfm

So I wanted to train a model for a 'person' class (already in the pre-trained classes) and a 'box' class (which is new to the model). After labeling my data...

@anton-l @jdk514 did any of you manage to run it with: !pip install git+https://github.com/huggingface/diffusers.git It now shows this to me: AttributeError: 'ImagePipelineOutput' object has no attribute 'sample'

in the step before this I had removed the following line due to no such argument: beta_schedules = ('cosine', 'linear'), Then in the training it threw up the error I...