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
/
SheepsControlV4

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

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

  • Libraries
  • Diffusers

    How to use GreeneryScenery/SheepsControlV4 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/SheepsControlV4", 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
SheepsControlV4
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
GreeneryScenery's picture
GreeneryScenery
Upload A sheep.png
e2f80d1 about 3 years ago
  • checkpoint-10000
    End of training about 3 years ago
  • checkpoint-15000
    End of training about 3 years ago
  • checkpoint-5000
    End of training about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • A dog sitting down.png
    61.6 kB
    Upload 11 files about 3 years ago
  • A sheep.png
    105 kB
    Upload A sheep.png about 3 years ago
  • Airplane.png
    79 kB
    Upload 11 files about 3 years ago
  • Cute turtle.png
    88.7 kB
    Upload 11 files about 3 years ago
  • Jet.png
    91.7 kB
    Upload 11 files about 3 years ago
  • Plane.png
    88.3 kB
    Upload 11 files about 3 years ago
  • README.md
    278 Bytes
    Create README.md about 3 years ago
  • airplane.jpg
    10.9 kB
    Upload 11 files about 3 years ago
  • arafed airplane flying in the sky with a green tail.png
    65.8 kB
    Upload 11 files about 3 years ago
  • arafed jet flying in the air with a royal air force logo on it.png
    70.9 kB
    Upload 11 files about 3 years ago
  • config.json
    954 Bytes
    End of training about 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    1.46 GB
    xet
    End of training about 3 years ago
  • overview.png
    611 kB
    Upload 11 files about 3 years ago
  • sheep.png
    2.83 kB
    Upload 11 files about 3 years ago
  • turtle.png
    1.46 kB
    Upload 11 files about 3 years ago