Instructions to use camenduru/potat1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use camenduru/potat1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("camenduru/potat1", 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
Update README.md
#4
by KOOOO1 - opened
README.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
thumbnail:
|
|
|
|
| 3 |
tags:
|
| 4 |
- TextTovideo
|
| 5 |
- Text2Video
|
| 6 |
-
- text-to-video
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
🐣 Please follow me for new updates https://twitter.com/camenduru <br />
|
|
|
|
| 1 |
---
|
| 2 |
+
thumbnail: >-
|
| 3 |
+
https://user-images.githubusercontent.com/54370274/243292723-fa703668-a931-41e1-8bcf-19c72203980b.png
|
| 4 |
tags:
|
| 5 |
- TextTovideo
|
| 6 |
- Text2Video
|
| 7 |
+
- text-to-video
|
| 8 |
+
license: openrail
|
| 9 |
+
language:
|
| 10 |
+
- ase
|
| 11 |
---
|
| 12 |
|
| 13 |
🐣 Please follow me for new updates https://twitter.com/camenduru <br />
|