Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Francis-Rings/MotionFollower
/ init_emb_img
Method
init_emb_img
src/utils/inversion.py:36–37 ·
view source on GitHub ↗
(self, clip_emb_im=None)
Source
from the content-addressed store, hash-verified
34
35
@torch.no_grad()
36
def
init_emb_img(self, clip_emb_im=None):
37
self.emb_im = clip_emb_im.to(self.model.device)
38
39
@torch.no_grad()
40
def
ddim_loop(self, latent, ref_images_pil=None, pose_cond_fea=None):
Callers
1
invert
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected