Instructions to use obvious-research/onlyflow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use obvious-research/onlyflow with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("obvious-research/onlyflow", 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 GitHub link and update BibTeX citation
#2
by arlaz - opened
README.md
CHANGED
|
@@ -67,10 +67,11 @@ Obvious Research is an Artificial Intelligence research laboratory dedicated to
|
|
| 67 |
|
| 68 |
```bibtex
|
| 69 |
@inproceedings{koroglu2025onlyflow,
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
booktitle
|
| 73 |
-
|
| 74 |
-
|
|
|
|
| 75 |
}
|
| 76 |
```
|
|
|
|
| 67 |
|
| 68 |
```bibtex
|
| 69 |
@inproceedings{koroglu2025onlyflow,
|
| 70 |
+
title={Onlyflow: Optical flow based motion conditioning for video diffusion models},
|
| 71 |
+
author={Koroglu, Mathis and Caselles-Dupr{\'e}, Hugo and Jeanneret, Guillaume and Cord, Matthieu},
|
| 72 |
+
booktitle={2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)},
|
| 73 |
+
pages={6216--6226},
|
| 74 |
+
year={2025},
|
| 75 |
+
organization={IEEE}
|
| 76 |
}
|
| 77 |
```
|