Alan Bedian

Results 74 comments of Alan Bedian

Thanks Feodor, I fixed those minor issues and got the changes merged. Hopefully it's all good now, let me know if there's anything else I can do. Appreciate your hard...

> Wondering how this control is going... I had it all done, even though the commit might need to be redone because main was updated where I couldn't update my...

Thanks, thought I did have the sample-generator loaded and installed right, but figured out after cloning I was trying to install it from the folder /sample_generator instead of /sample-generator with...

I went ahead and modified the script in my fork to get past that error.. Added these args to the bottom: ``` parser.add_argument("--sample_rate", default=48000, type=int, required=False, help="Sample Rate of the...

They weren't safetensors, I was running the convert_dance_diffusion script on assorted *.ckpt files that I got from the [Harmonai Discord](https://discord.gg/t7Ch9feQ) in the model-sharing room, which are all ckpt files, probably...

That's already in the Long Prompt Weighting LPW community pipe, isn't it? That's the one I primarily use since it supports txt2img, img2img, and inpainting all in one. Is there...

@garyhxfang It's been stable for me, I haven't noticed it getting stuck and I've been using it as my primary for months. I have made minor mods to it, but...

The way I did mine is to copy it as pipeline.py in my HuggingFace models, then while calling pretrained I set custom_pipeline="AlanB/lpw_stable_diffusion_mod" and it'll come from there instead. That might...

I ran into this too trying to load or convert LatentLabs360 safetensors LoRA file so I can use it with the new Panorama pipeline, but no matter what I tried...

After searching all the available Flutter video players, the best on I found is https://pub.dev/packages/flutter_meedu_videoplayer which is compatible on all platforms except desktop MacOS. It's fairly easy to call and...