Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

GreeneryScenery
/
SheepsControlV2

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

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

  • Libraries
  • Diffusers

    How to use GreeneryScenery/SheepsControlV2 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/SheepsControlV2", 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
SheepsControlV2
1.46 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
GreeneryScenery's picture
GreeneryScenery
Upload overview.png
b1c3873 about 3 years ago
  • .gitattributes
    1.53 kB
    Upload overview.png about 3 years ago
  • 69384.png
    33.9 kB
    Upload 16 files about 3 years ago
  • A bull.png
    133 kB
    Upload 16 files about 3 years ago
  • A chicken.png
    140 kB
    Upload 16 files about 3 years ago
  • A cow with background removed, 8k.png
    108 kB
    Upload 16 files about 3 years ago
  • A donkey.png
    134 kB
    Upload 16 files about 3 years ago
  • A goat.png
    133 kB
    Upload 16 files about 3 years ago
  • A realistic horse on a field with background removed, 8k.png
    102 kB
    Upload 16 files about 3 years ago
  • A realistic horse on ice with background removed, 8k.png
    83.3 kB
    Upload 16 files about 3 years ago
  • A realistic horse with background removed, 8k.png
    102 kB
    Upload 16 files about 3 years ago
  • A realistic sheep on ice with background removed, 8k.png
    113 kB
    Upload 16 files about 3 years ago
  • A sheep facing left.png
    116 kB
    Upload 16 files about 3 years ago
  • A tiger.png
    146 kB
    Upload 16 files about 3 years ago
  • README.md
    2.22 kB
    Update README.md about 3 years ago
  • config.json
    954 Bytes
    End of training about 3 years ago
  • cow.png
    120 kB
    Upload 16 files about 3 years ago
  • diffusion_pytorch_model.bin
    1.46 GB
    xet
    End of training about 3 years ago
  • donkey.png
    129 kB
    Upload 16 files about 3 years ago
  • goat.png
    140 kB
    Upload 16 files about 3 years ago
  • overview.png
    1.09 MB
    xet
    Upload overview.png about 3 years ago
  • pig.png
    128 kB
    Upload 16 files about 3 years ago