Instructions to use digitalbrain79/mistoline-coreml-6bits-compiled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use digitalbrain79/mistoline-coreml-6bits-compiled with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("digitalbrain79/mistoline-coreml-6bits-compiled") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
- coreml
|
| 8 |
library_name: diffusers
|
| 9 |
---
|
| 10 |
-
Converted [MistoLine](https://huggingface.co/TheMistoAI/MistoLine) to CoreML.
|
| 11 |
|
| 12 |
## Usage
|
| 13 |
|
|
|
|
| 7 |
- coreml
|
| 8 |
library_name: diffusers
|
| 9 |
---
|
| 10 |
+
Converted SDXL ControlNet [MistoLine](https://huggingface.co/TheMistoAI/MistoLine) to CoreML.
|
| 11 |
|
| 12 |
## Usage
|
| 13 |
|