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
|
@@ -5,4 +5,6 @@ tags:
|
|
| 5 |
- mistoline
|
| 6 |
- controlnet
|
| 7 |
- coreml
|
| 8 |
-
---
|
|
|
|
|
|
|
|
|
| 5 |
- mistoline
|
| 6 |
- controlnet
|
| 7 |
- coreml
|
| 8 |
+
---
|
| 9 |
+
## Usage
|
| 10 |
+
[https://github.com/digitalbrain79/diffusers_coreml.git](https://github.com/digitalbrain79/diffusers_coreml.git)
|