Instructions to use mattbasedow/dollyforward-ltx23 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mattbasedow/dollyforward-ltx23 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lightricks/LTX-2.3-fp8", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mattbasedow/dollyforward-ltx23") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload dollyforward_lora.safetensors with huggingface_hub
Browse files
dollyforward_lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2629bf69dbf5f5307d4b922dc37bf13123ff730d68ac77089bb36e5500f8c1c
|
| 3 |
+
size 428150680
|