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

  • Log In
  • Sign Up

GreeneryScenery
/
SheepsControlV6

Diffusers
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use GreeneryScenery/SheepsControlV6 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("GreeneryScenery/SheepsControlV6", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
SheepsControlV6
18.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
GreeneryScenery's picture
GreeneryScenery
End of training
7dc2074 about 3 years ago
  • checkpoint-10000
    End of training about 3 years ago
  • checkpoint-15000
    End of training about 3 years ago
  • checkpoint-20000
    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
  • config.json
    989 Bytes
    End of training about 3 years ago
  • diffusion_pytorch_model.bin
    1.46 GB
    xet
    End of training about 3 years ago