Instructions to use TencentARC/StereoCrafter2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TencentARC/StereoCrafter2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TencentARC/StereoCrafter2", 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 model card
Browse files
README.md
CHANGED
|
@@ -8,8 +8,8 @@ license_link: LICENSE
|
|
| 8 |
<div align="center">
|
| 9 |
<h2>StereoCrafter2: An Update to StereoCrafter</h2>
|
| 10 |
|
| 11 |
-
Yingmin Luo
|
| 12 |
-
Wenbo Hu†
|
| 13 |
Ying Shan
|
| 14 |
|
| 15 |
† corresponding author
|
|
|
|
| 8 |
<div align="center">
|
| 9 |
<h2>StereoCrafter2: An Update to StereoCrafter</h2>
|
| 10 |
|
| 11 |
+
Yingmin Luo 
|
| 12 |
+
Wenbo Hu† 
|
| 13 |
Ying Shan
|
| 14 |
|
| 15 |
† corresponding author
|