Kate-katie07 commited on
Commit
ea863d1
·
verified ·
1 Parent(s): f717400

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -89,7 +89,7 @@ EmptyLatentImage = NODE_CLASS_MAPPINGS["EmptyLatentImage"]()
89
 
90
  print("Loading weights into memory...")
91
  with torch.inference_mode():
92
- unet = UNETLoader.load_unet("anima_custom_mix.safetensors", "default")[0]
93
 
94
  # Try using 'cosmos' type for Cosmos-based Qwen text encoder
95
  try:
 
89
 
90
  print("Loading weights into memory...")
91
  with torch.inference_mode():
92
+ unet = UNETLoader.load_unet("dreamcoil-anima.safetensors", "default")[0]
93
 
94
  # Try using 'cosmos' type for Cosmos-based Qwen text encoder
95
  try: