Yurii Mazurevich
Yurii Mazurevich
@AkshayChavan7 As a workaround you can create custom view that extends `PieChart` and use this renderer. ``` class HackPieChartRenderer( chart: PieChart, animator: ChartAnimator, viewPortHandler: ViewPortHandler ) : PieChartRenderer(chart, animator, viewPortHandler)...
Still black - `diffusers` version: 0.8.0.dev0 - Platform: macOS-12.6-arm64-arm-64bit - Python version: 3.9.12 - PyTorch version (GPU?): 1.13.0.dev20221002 (False) - Huggingface_hub version: 0.10.0 - Transformers version: 4.24.0 - Using GPU...
Hi, @pcuenca, any chances for a fix?
This would be highly appreciated. I have M1 Mac. And some reasonable python knowledge. I can help, but I need a little guidance how to start.
Thank you. Here is pull request. It works on my M1. DDIM sampler doesn't work, because it only accepts cuda device for now. Maybe some other stuff is broken, but...
I just ran it in virtual environment from AUTOMATIC1111. But instruction for Mac can be useful.
@enzyme69 Here are instructions for mac from another issue: Assuming you have conda installed: ``` conda create -n comfyui python=3.10 -y conda activate comfyui pip install -r requirements.txt ``` Run...
@comfyanonymous Thank you. I guess, you can close issue now.
Hope this pull request gets accepted soon. https://github.com/comfyanonymous/ComfyUI/pull/244 But for now you can use fork from this PR. It's ~3 times faster than CPU.
@enzyme69 Forget it. My PR was accepted. ComfyUI is now GPU accelerated on Macs.