Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
landscape
Instructions to use bethecloud/golf-course-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bethecloud/golf-course-generator with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("bethecloud/golf-course-generator", dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of golf course with the Acropolis from Ancient Greece in the background" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit History
Update README.md 57ce2cc
Update README.md a9cae80
Update README.md 6f26790
Update README.md 2db02cb
Upload README.md with huggingface_hub c1067b4
Upload with huggingface_hub 338cd0e
initial commit f0d6a4d
Kevin Leffew commited on