Instructions to use wfen/Cosmos3-Nano-NVFP4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use wfen/Cosmos3-Nano-NVFP4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("wfen/Cosmos3-Nano-NVFP4", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
File size: 366 Bytes
b30771b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"n_weight_quantized": 505,
"expected_quantized_count": 505,
"inv2_diff_empty": true,
"unexpectedly_quantized": [],
"unexpectedly_bf16": [],
"wrong_mode": [],
"dropped_action_keys": [
"action_modality_embed",
"action_proj_in.bias.weight",
"action_proj_in.fc.weight",
"action_proj_out.bias.weight",
"action_proj_out.fc.weight"
]
} |