Instructions to use hhf1/custom_dog_cat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hhf1/custom_dog_cat with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hhf1/custom_dog_cat", dtype=torch.bfloat16, device_map="cuda") prompt = "photo of a <new1> cat" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 133 Bytes
d2d7113 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3cba57308df8bfca12ef36d481bb47e62ac578bfb964dc22ea30fdd6c6edbb64
size 76689797
|