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
File size: 110 Bytes
1dbc213 | 1 2 3 4 5 6 7 8 | {
"architectures": [
"ControlNet"
],
"torch_dtype": "float32",
"transformers_version": "4.35.2"
}
|