Instructions to use EngineerGL/DreamCoil-Anima with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Cosmos
How to use EngineerGL/DreamCoil-Anima with Cosmos:
# 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
Update README.md
Browse files
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("
|
| 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:
|