Instructions to use kabachuha/mh3-morphing-helper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kabachuha/mh3-morphing-helper with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Comfy-Org/MiniMax-H3", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("kabachuha/mh3-morphing-helper") prompt = "The LYS-style transformation video begins with a cup of coffee. Then suddenly the cup of coffee plasticine-transforms into a realistic parrot." image = pipe(prompt).images[0] - MiniMax H3
How to use kabachuha/mh3-morphing-helper with MiniMax H3:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!