Instructions to use robin-courant/pulpmotion-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use robin-courant/pulpmotion-models with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("robin-courant/pulpmotion-models", 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
|
@@ -4,10 +4,10 @@
|
|
| 4 |
|
| 5 |
<a href="https://robincourant.github.io/info/"><strong>Robin Courant</strong></a>
|
| 6 |
路
|
| 7 |
-
<a href="https://davidlapous.github.io/"><strong>David Loiseaux</strong></a>
|
| 8 |
-
路
|
| 9 |
<a href="https://triocrossing.github.io/"><strong>Xi Wang</strong></a>
|
| 10 |
路
|
|
|
|
|
|
|
| 11 |
<a href="http://people.irisa.fr/Marc.Christie/"><strong>Marc Christie</strong></a>
|
| 12 |
路
|
| 13 |
<a href="https://vicky.kalogeiton.info/"><strong>Vicky Kalogeiton</strong></a>
|
|
|
|
| 4 |
|
| 5 |
<a href="https://robincourant.github.io/info/"><strong>Robin Courant</strong></a>
|
| 6 |
路
|
|
|
|
|
|
|
| 7 |
<a href="https://triocrossing.github.io/"><strong>Xi Wang</strong></a>
|
| 8 |
路
|
| 9 |
+
<a href="https://davidlapous.github.io/"><strong>David Loiseaux</strong></a>
|
| 10 |
+
路
|
| 11 |
<a href="http://people.irisa.fr/Marc.Christie/"><strong>Marc Christie</strong></a>
|
| 12 |
路
|
| 13 |
<a href="https://vicky.kalogeiton.info/"><strong>Vicky Kalogeiton</strong></a>
|