Instructions to use tolgacangoz/anytext-controlnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tolgacangoz/anytext-controlnet with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("tolgacangoz/anytext-controlnet") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,9 @@ library_name: diffusers
|
|
| 12 |
tags:
|
| 13 |
- controlnet
|
| 14 |
---
|
|
|
|
|
|
|
|
|
|
| 15 |
# Model Card for Model ID
|
| 16 |
|
| 17 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
|
| 12 |
tags:
|
| 13 |
- controlnet
|
| 14 |
---
|
| 15 |
+
|
| 16 |
+
[](https://colab.research.google.com/gist/tolgacangoz/b87ec9d2f265b448dd947c9d4a0da389/anytext.ipynb)
|
| 17 |
+
|
| 18 |
# Model Card for Model ID
|
| 19 |
|
| 20 |
<!-- Provide a quick summary of what the model is/does. -->
|