Naga Sai Abhinay
Naga Sai Abhinay
@HamnaAkram you can find the checkpoint merger pipeline in the [community pipelines](https://github.com/huggingface/diffusers/blob/main/examples/community/README.md#checkpoint-merger-pipeline). This issue was raised for an enhancement to the original.
@HamnaAkram that's weird. Can you open a new issue (helps others to find it in the future.) with a code sample ? Please include any output logs and the checkpoint...
I've started on this and have the `LanguageLogitsFilter` done. Will open a PR once the `detectLanguage` function is complete and add tests while its in draft
Can we mark this as done so it reflects in the project page ?
@atiorh I have the same issue as milsun. Hardware: ``` M1 Macbook Pro 8GB macOS 14.1.1 ``` Setup: ``` 1. Cloned the repo 2. Ran make to setup project and...
Update: * After running `swift test --filter UnitTests`, transcribe with tiny model: `swift run transcribe --model-path "Models/whisperkit-coreml/openai_whisper-tiny" --audio-path ./Tests/WhisperKitTests/Resources/es_test_clip.wav --verbose` is working. * large-v2 fails with the same logs as...
I am able to run it. I had to delete the art.scnassets file too. Using the default renderer and changing the Swift version to 5.0 worked for me on Xcode...