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
Commit ·
ca9feb1
1
Parent(s): 7e46bb2
Upload 16 files
Browse files- 69384.png +0 -0
- A bull.png +0 -0
- A chicken.png +0 -0
- A cow with background removed, 8k.png +0 -0
- A donkey.png +0 -0
- A goat.png +0 -0
- A realistic horse on a field with background removed, 8k.png +0 -0
- A realistic horse on ice with background removed, 8k.png +0 -0
- A realistic horse with background removed, 8k.png +0 -0
- A realistic sheep on ice with background removed, 8k.png +0 -0
- A sheep facing left.png +0 -0
- A tiger.png +0 -0
- cow.png +0 -0
- donkey.png +0 -0
- goat.png +0 -0
- pig.png +0 -0
69384.png
ADDED
|
A bull.png
ADDED
|
A chicken.png
ADDED
|
A cow with background removed, 8k.png
ADDED
|
A donkey.png
ADDED
|
A goat.png
ADDED
|
A realistic horse on a field with background removed, 8k.png
ADDED
|
A realistic horse on ice with background removed, 8k.png
ADDED
|
A realistic horse with background removed, 8k.png
ADDED
|
A realistic sheep on ice with background removed, 8k.png
ADDED
|
A sheep facing left.png
ADDED
|
A tiger.png
ADDED
|
cow.png
ADDED
|
donkey.png
ADDED
|
goat.png
ADDED
|
pig.png
ADDED
|