Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
wildcard
Instructions to use baruga/ancient-maps with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use baruga/ancient-maps with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("baruga/ancient-maps", dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of ancma map of beautiful flower garden." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- dreambooth-hackathon
|
| 10 |
- wildcard
|
| 11 |
widget:
|
| 12 |
-
- text:
|
| 13 |
---
|
| 14 |
|
| 15 |
## Description
|
|
|
|
| 9 |
- dreambooth-hackathon
|
| 10 |
- wildcard
|
| 11 |
widget:
|
| 12 |
+
- text: a photo of ancma map of beautiful flower garden.
|
| 13 |
---
|
| 14 |
|
| 15 |
## Description
|