Instructions to use Markus-Pobitzer/wlp-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Markus-Pobitzer/wlp-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Markus-Pobitzer/wlp-lora", dtype=torch.bfloat16, device_map="cuda") pipe.to("cuda") prompt = "A man with short gray hair plays a red electric guitar." image = load_image( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png" ) output = pipe(image=image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
Markus Pobitzer commited on
Commit ·
d82ee10
1
Parent(s): 50a35a2
wlp-lora: add safetensors
Browse files- art_media_transfer.safetensors +3 -0
- base.safetensors +3 -0
art_media_transfer.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:687cb74447fb0e861b0686805b4d27111c05658b84a27c0628915eb691325508
|
| 3 |
+
size 1226932432
|
base.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e4ff2ecc843d7265d24f47a61e14af88e7355525282af8ebc4f153a4ae11a7b
|
| 3 |
+
size 1226932432
|