Instructions to use Theodora527/Amphibia-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Theodora527/Amphibia-Diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Theodora527/Amphibia-Diffusion", 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
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
09663ae
1
Parent(s): 80889e4
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
-
---
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
+
---
|
| 4 |
+
Use "amphibia" as token. So something like "amphibia, a woman with short puffy hair" or "amphibia, a castle in the middle of a swamp"
|