Instructions to use ayan1988/diffusion.7.control_net with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ayan1988/diffusion.7.control_net with Transformers:
# Load model directly from transformers import ControlNet model = ControlNet.from_pretrained("ayan1988/diffusion.7.control_net", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "ControlNet" | |
| ], | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.35.2" | |
| } | |