Text-to-Video
Diffusers
lora
wan
metalcification
transformation
material
artistic
text-to-image
template:diffusion-lora
Instructions to use artificialguybr/Metalcification-Redmond-WAN2-I2V-14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/Metalcification-Redmond-WAN2-I2V-14B with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.2-T2V-A14B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("artificialguybr/Metalcification-Redmond-WAN2-I2V-14B") prompt = "Metalcification" output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
docs: add Prompt Hub link to findgoodprompt.com
Browse files
README.md
CHANGED
|
@@ -72,8 +72,11 @@ In your ComfyUI workflow, add a **Load LoRA** node after your base model loader.
|
|
| 72 |
You can find more of my models, projects, and information on my official website:
|
| 73 |
- **[artificialguy.com](https://artificialguy.com/ )**
|
| 74 |
|
|
|
|
|
|
|
|
|
|
| 75 |
### 💖 Support My Work
|
| 76 |
If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects.
|
| 77 |
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187 )
|
| 78 |
- **Ko-fi:** [Buy me a Ko-fi](https://ko-fi.com/artificialguybr )
|
| 79 |
-
- **Buy Me a Coffee:** [Buy me a Coffee](https://buymeacoffee.com/jvkape )
|
|
|
|
| 72 |
You can find more of my models, projects, and information on my official website:
|
| 73 |
- **[artificialguy.com](https://artificialguy.com/ )**
|
| 74 |
|
| 75 |
+
|
| 76 |
+
### 🚀 Prompt Hub
|
| 77 |
+
Need high-quality prompts for image models and LLMs? Explore **[findgoodprompt.com](https://findgoodprompt.com)**.
|
| 78 |
### 💖 Support My Work
|
| 79 |
If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects.
|
| 80 |
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187 )
|
| 81 |
- **Ko-fi:** [Buy me a Ko-fi](https://ko-fi.com/artificialguybr )
|
| 82 |
+
- **Buy Me a Coffee:** [Buy me a Coffee](https://buymeacoffee.com/jvkape )
|