Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

GreeneryScenery
/
SheepsControlV3

Image-to-Image
Diffusers
art
ControlNet
Model card Files Files and versions
xet
Community
1

Instructions to use GreeneryScenery/SheepsControlV3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use GreeneryScenery/SheepsControlV3 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("GreeneryScenery/SheepsControlV3", 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
SheepsControlV3 / checkpoint-5000 /controlnet
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
GreeneryScenery's picture
GreeneryScenery
End of training
88a1382 about 3 years ago
  • config.json
    954 Bytes
    End of training about 3 years ago
  • diffusion_pytorch_model.bin
    1.46 GB
    xet
    End of training about 3 years ago