Remade-AI / Squish

huggingface.co
Total runs: 640
24-hour runs: 0
7-day runs: 71
30-day runs: -142
Model's Last Updated: May 26 2025
image-to-video

Introduction of Squish

Model Details of Squish

Squish Effect LoRA for Wan2.1 14B I2V 480p

Overview

This LoRA is trained on the Wan2.1 14B I2V 480p model and allows you to squish any object in an image. The effect works on a wide variety of objects, from animals to vehicles to people!

Features
  • Transform any image into a video of it being squished
  • Trained on the Wan2.1 14B 480p I2V base model
  • Consistent results across different object types
  • Simple prompt structure that's easy to adapt
Community
  • Discord: Join our community to generate videos with this LoRA for free
  • Request LoRAs: We're training and open-sourcing Wan2.1 LoRAs for free - join our Discord to make requests!
Prompt
In the video, a miniature dog is presented. The dog is held in a person's hands. The person then presses on the dog, causing a sq41sh squish effect. The person keeps pressing down on the dog, further showing the sq41sh squish effect.
Prompt
In the video, a miniature tank is presented. The tank is held in a person's hands. The person then presses on the tank, causing a sq41sh squish effect. The person keeps pressing down on the tank, further showing the sq41sh squish effect.
Prompt
In the video, a miniature balloon is presented. The balloon is held in a person's hands. The person then presses on the balloon, causing a sq41sh squish effect. The person keeps pressing down on the balloon, further showing the sq41sh squish effect.
Prompt
In the video, a miniature rodent is presented. The rodent is held in a person's hands. The person then presses on the rodent, causing a sq41sh squish effect. The person keeps pressing down on the rodent, further showing the sq41sh squish effect.
Prompt
In the video, a miniature person is presented. The person is held in a person's hands. The person then presses on the person, causing a sq41sh squish effect. The person keeps pressing down on the person, further showing the sq41sh squish effect.

Model File and Inference Workflow

📥 Download Links:
Using with Diffusers
pip install git+https://github.com/huggingface/diffusers.git
import torch
from diffusers.utils import export_to_video, load_image
from diffusers import AutoencoderKLWan, WanImageToVideoPipeline
from transformers import CLIPVisionModel
import numpy as np

model_id = "Wan-AI/Wan2.1-I2V-14B-480P-Diffusers"
image_encoder = CLIPVisionModel.from_pretrained(model_id, subfolder="image_encoder", torch_dtype=torch.float32)
vae = AutoencoderKLWan.from_pretrained(model_id, subfolder="vae", torch_dtype=torch.float32)
pipe = WanImageToVideoPipeline.from_pretrained(model_id, vae=vae, image_encoder=image_encoder, torch_dtype=torch.bfloat16)
pipe.to("cuda")

pipe.load_lora_weights("Remade/Squish")

pipe.enable_model_cpu_offload() #for low-vram environments

prompt = "In the video, a miniature cat toy is presented. The cat toy is held in a person's hands. The person then presses on the cat toy, causing a sq41sh squish effect. The person keeps pressing down on the cat toy, further showing the sq41sh squish effect."

image = load_image("https://huggingface.co/datasets/diffusers/cat_toy_example/resolve/main/1.jpeg")

max_area = 480 * 832
aspect_ratio = image.height / image.width
mod_value = pipe.vae_scale_factor_spatial * pipe.transformer.config.patch_size[1]
height = round(np.sqrt(max_area * aspect_ratio)) // mod_value * mod_value
width = round(np.sqrt(max_area / aspect_ratio)) // mod_value * mod_value
image = image.resize((width, height))

output = pipe(
    image=image,
    prompt=prompt,
    height=height,
    width=width,
    num_frames=81,
    guidance_scale=5.0,
    num_inference_steps=28
).frames[0]
export_to_video(output, "output.mp4", fps=16)

Recommended Settings
  • LoRA Strength: 1.0
  • Embedded Guidance Scale: 6.0
  • Flow Shift: 5.0
Trigger Words

The key trigger phrase is: sq41sh squish effect

Prompt Template

For best results, use this prompt structure:

In the video, a miniature [object] is presented. The [object] is held in a person's hands. The person then presses on the [object], causing a sq41sh squish effect. The person keeps pressing down on the [object], further showing the sq41sh squish effect.

Simply replace [object] with whatever you want to see squished!

ComfyUI Workflow

This LoRA works with a modified version of Kijai's Wan Video Wrapper workflow . The main modification is adding a Wan LoRA node connected to the base model.

See the Downloads section above for the modified workflow.

Model Information

The model weights are available in Safetensors format. See the Downloads section above.

Training Details
  • Base Model: Wan2.1 14B I2V 480p
  • Training Data: 1.5 minutes of video (20 short clips of things being squished)
  • Epochs: 18
Additional Information

Training was done using Diffusion Pipe for Training

Acknowledgments

Special thanks to Kijai for the ComfyUI Wan Video Wrapper and tdrussell for the training scripts!

Runs of Remade-AI Squish on huggingface.co

640
Total runs
0
24-hour runs
0
3-day runs
71
7-day runs
-142
30-day runs

More Information About Squish huggingface.co Model

Squish huggingface.co

Squish huggingface.co is an AI model on huggingface.co that provides Squish's model effect (), which can be used instantly with this Remade-AI Squish model. huggingface.co supports a free trial of the Squish model, and also provides paid use of the Squish. Support call Squish model through api, including Node.js, Python, http.

Remade-AI Squish online free

Squish huggingface.co is an online trial and call api platform, which integrates Squish's modeling effects, including api services, and provides a free online trial of Squish, you can try Squish online for free by clicking the link below.

Remade-AI Squish online free url in huggingface.co:

https://huggingface.co/Remade-AI/Squish

Squish install

Squish is an open source model from GitHub that offers a free installation service, and any user can find Squish on GitHub to install. At the same time, huggingface.co provides the effect of Squish install, users can directly use Squish installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Squish install url in huggingface.co:

https://huggingface.co/Remade-AI/Squish

Url of Squish

Provider of Squish huggingface.co

Remade-AI
ORGANIZATIONS

Other API from Remade-AI

huggingface.co

Total runs: 6.4K
Run Growth: 1.3K
Growth Rate: 20.03%
Updated:May 26 2025
huggingface.co

Total runs: 349
Run Growth: -84
Growth Rate: -24.07%
Updated:May 26 2025
huggingface.co

Total runs: 318
Run Growth: 142
Growth Rate: 44.65%
Updated:May 26 2025
huggingface.co

Total runs: 296
Run Growth: 81
Growth Rate: 26.73%
Updated:May 26 2025
huggingface.co

Total runs: 254
Run Growth: -163
Growth Rate: -64.17%
Updated:May 26 2025
huggingface.co

Total runs: 252
Run Growth: 1
Growth Rate: 0.40%
Updated:May 26 2025
huggingface.co

Total runs: 201
Run Growth: -21
Growth Rate: -10.40%
Updated:May 26 2025
huggingface.co

Total runs: 181
Run Growth: 109
Growth Rate: 60.22%
Updated:May 26 2025
huggingface.co

Total runs: 177
Run Growth: -65
Growth Rate: -37.57%
Updated:April 01 2025
huggingface.co

Total runs: 173
Run Growth: -21
Growth Rate: -11.73%
Updated:March 15 2025
huggingface.co

Total runs: 165
Run Growth: -13
Growth Rate: -7.51%
Updated:April 01 2025
huggingface.co

Total runs: 163
Run Growth: 111
Growth Rate: 68.10%
Updated:March 28 2025
huggingface.co

Total runs: 162
Run Growth: 91
Growth Rate: 56.17%
Updated:May 26 2025
huggingface.co

Total runs: 160
Run Growth: -54
Growth Rate: -32.34%
Updated:March 15 2025
huggingface.co

Total runs: 160
Run Growth: -152
Growth Rate: -95.00%
Updated:March 15 2025
huggingface.co

Total runs: 159
Run Growth: -11
Growth Rate: -6.51%
Updated:March 15 2025
huggingface.co

Total runs: 153
Run Growth: -200
Growth Rate: -130.72%
Updated:March 15 2025
huggingface.co

Total runs: 151
Run Growth: -157
Growth Rate: -103.97%
Updated:March 15 2025
huggingface.co

Total runs: 151
Run Growth: -168
Growth Rate: -111.26%
Updated:March 15 2025
huggingface.co

Total runs: 144
Run Growth: -184
Growth Rate: -127.78%
Updated:March 15 2025
huggingface.co

Total runs: 141
Run Growth: -41
Growth Rate: -28.08%
Updated:March 15 2025
huggingface.co

Total runs: 139
Run Growth: -190
Growth Rate: -136.69%
Updated:March 15 2025
huggingface.co

Total runs: 134
Run Growth: -21
Growth Rate: -14.79%
Updated:March 15 2025
huggingface.co

Total runs: 132
Run Growth: -111
Growth Rate: -86.72%
Updated:April 01 2025
huggingface.co

Total runs: 129
Run Growth: -11
Growth Rate: -8.09%
Updated:March 15 2025
huggingface.co

Total runs: 91
Run Growth: 53
Growth Rate: 58.24%
Updated:March 28 2025
huggingface.co

Total runs: 83
Run Growth: -32
Growth Rate: -38.55%
Updated:March 24 2025
huggingface.co

Total runs: 64
Run Growth: -28
Growth Rate: -43.75%
Updated:May 26 2025
huggingface.co

Total runs: 64
Run Growth: -8
Growth Rate: -11.11%
Updated:April 01 2025
huggingface.co

Total runs: 55
Run Growth: -2
Growth Rate: -3.64%
Updated:March 28 2025
huggingface.co

Total runs: 51
Run Growth: -41
Growth Rate: -80.39%
Updated:March 15 2025
huggingface.co

Total runs: 49
Run Growth: 6
Growth Rate: 12.24%
Updated:March 21 2025
huggingface.co

Total runs: 41
Run Growth: -4
Growth Rate: -9.76%
Updated:March 28 2025
huggingface.co

Total runs: 34
Run Growth: 5
Growth Rate: 16.13%
Updated:March 21 2025
huggingface.co

Total runs: 30
Run Growth: -15
Growth Rate: -53.57%
Updated:March 21 2025
huggingface.co

Total runs: 24
Run Growth: -16
Growth Rate: -64.00%
Updated:March 24 2025
huggingface.co

Total runs: 23
Run Growth: -13
Growth Rate: -52.00%
Updated:April 01 2025
huggingface.co

Total runs: 21
Run Growth: 8
Growth Rate: 38.10%
Updated:March 24 2025
huggingface.co

Total runs: 20
Run Growth: -27
Growth Rate: -135.00%
Updated:March 15 2025
huggingface.co

Total runs: 18
Run Growth: -18
Growth Rate: -100.00%
Updated:March 28 2025
huggingface.co

Total runs: 17
Run Growth: -22
Growth Rate: -129.41%
Updated:March 21 2025
huggingface.co

Total runs: 17
Run Growth: 3
Growth Rate: 18.75%
Updated:March 24 2025
huggingface.co

Total runs: 15
Run Growth: -18
Growth Rate: -120.00%
Updated:March 21 2025
huggingface.co

Total runs: 14
Run Growth: -31
Growth Rate: -221.43%
Updated:March 21 2025
huggingface.co

Total runs: 11
Run Growth: -7
Growth Rate: -63.64%
Updated:March 15 2025
huggingface.co

Total runs: 8
Run Growth: 2
Growth Rate: 25.00%
Updated:March 28 2025