Danylo

Results 10 issues of Danylo

* [x] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/jjatie/Charts/blob/master/CONTRIBUTING.md). ## What did you do? Created a basic LineChartView, implemented the `chartValueSelected` of the `ChartViewDelegate`. ##...

Hi! :) I'm running into an out-of-memory crash on a physical iPad Pro M2 (2022) when trying to generate an image with a controlNet model. Specs: iPad Pro 11-inch (4th...

`loopMode = .loop` is ignored when using `LottieAnimationView(dotLottieName: ...)` Also tried the (unnecessary more complex?) approach from the [video](https://www.youtube.com/watch?v=7v13bzpJyYM) - same issue. Even in the video (which is on the...

I'm getting conflicting constraint errors even with the most basic setup when using .intrinsic size ``` class DemoViewController: UIViewController { private let demoView = UIView() override func viewDidLoad() { super.viewDidLoad()...

- Add `rigid` and `soft` enum cases to `HapticoImpact`. Mark as available from iOS13 - Add the ability to use the new rigid and soft impacts in the `PatternEngine`. "r"...

Are there any plans to support LoRA? If so, I assume the `.safetensors` file will need to be converted with the model?

Generation with ControlNet crashes on iPadOS when using model converted with the script from the main branch **The crash doesn't happen with a model converted with the same command, but...

I have an iPadOS project that uses Canny + Inpaint ControlNets Pipeline: ``` StableDiffusionPipeline(resourcesAt: resourceURL, controlNet: ["LllyasvielControlV11PSd15Inpaint", "LllyasvielSdControlnetCanny"], configuration: configuration, disableSafety: true, reduceMemory: true) ``` After updating the package in...

Hi! :) I'm testing the new inpainting functionality that has recently been pushed to the main branch. I'm using the Stable Diffusion 1.5 model converted with this command: ``` python...

The solution doesn't work on iOS 18, I'm in the process of figuring out why, but will throw this issue in just in case some good samaritan has already done...