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
Upload mar-x_y
Browse files
runs/mar-x_y-ddpm-2r5rgq7i-92950.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0433c0b62a4ae8bcbd171d9dd75df39e5315f3a75d8d2601920b904ba19c8e5
|
| 3 |
+
size 480053854
|
runs/mar-x_y-ddpm-hdiu3876-330750.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5907a2dd576695328879df36f32296c313ee8204c2899270e3c39306387e1f2
|
| 3 |
+
size 480053918
|