Instructions to use wileewang/TransPixar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use wileewang/TransPixar with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("wileewang/TransPixar", 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
Fix formatting
Browse filesThis PR fixes some formatting issues.
README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
```yaml
|
| 2 |
---
|
| 3 |
license: apache-2.0
|
| 4 |
library_name: diffusers
|
|
@@ -130,5 +129,4 @@ We are grateful for their exceptional work and generous contribution to the open
|
|
| 130 |
|
| 131 |
<!-- ## Star History
|
| 132 |
|
| 133 |
-
[](https://star-history.com/#hpcaitech/Open-Sora&Date) -->
|
| 134 |
-
```
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: diffusers
|
|
|
|
| 129 |
|
| 130 |
<!-- ## Star History
|
| 131 |
|
| 132 |
+
[](https://star-history.com/#hpcaitech/Open-Sora&Date) -->
|
|
|