Instructions to use AnthonyGosselin/Ctrl-Crash with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AnthonyGosselin/Ctrl-Crash with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AnthonyGosselin/Ctrl-Crash", 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
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ Generate car crash videos from an initial frame, using bounding-box and crash ty
|
|
| 29 |
<!-- TODO: Provide a longer summary of what this model is. -->
|
| 30 |
|
| 31 |
- Visit the **project page** for demos: https://anthonygosselin.github.io/Ctrl-Crash-ProjectPage/
|
| 32 |
-
- Visit the **repository** to get started: https://github.com/
|
| 33 |
- Read the **paper** for more details: https://arxiv.org/abs/2506.00227
|
| 34 |
|
| 35 |
|
|
|
|
| 29 |
<!-- TODO: Provide a longer summary of what this model is. -->
|
| 30 |
|
| 31 |
- Visit the **project page** for demos: https://anthonygosselin.github.io/Ctrl-Crash-ProjectPage/
|
| 32 |
+
- Visit the **repository** to get started: https://github.com/AnthonyGosselin/Ctrl-Crash
|
| 33 |
- Read the **paper** for more details: https://arxiv.org/abs/2506.00227
|
| 34 |
|
| 35 |
|