Instructions to use ghoskno/Color-Canny-Controlnet-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ghoskno/Color-Canny-Controlnet-model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ghoskno/Color-Canny-Controlnet-model", dtype=torch.bfloat16, device_map="cuda") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle

- Xet hash:
- cb6c89e105f08911b732ce6f070f08d36d07da5491de8033aed8b6cc0fdbc7f1
- Size of remote file:
- 1.1 MB
- SHA256:
- 4c0901f485fc404d4956cd04c6152309eed64e309a4f4d1faa88d99d23c3a127
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.