Instructions to use Remade-AI/Robot-Face-Reveal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Remade-AI/Robot-Face-Reveal 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("Wan-AI/Wan2.1-I2V-14B-480P,Wan-AI/Wan2.1-I2V-14B-480P-Diffusers", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Remade-AI/Robot-Face-Reveal") prompt = "Grumpy Cat's face, with the r8b8t1c robotic face reveal starting with subtle movements, then lines appear on his face, his expression remaining grumpy as the robot face is revealed." input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png") image = pipe(image=input_image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
File size: 131 Bytes
5fdcf9c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3a895d0ada14f5d9dca9065f65a32f53c5a98d1c92a39977ae7de191471f166a
size 499152
|