Instructions to use IamCreateAI/Dreamerv4-MC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use IamCreateAI/Dreamerv4-MC with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("IamCreateAI/Dreamerv4-MC", 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
| { | |
| "K_samples_step": 64, | |
| "_class_name": "DynamicModel", | |
| "_diffusers_version": "0.35.2", | |
| "cross_attn": false, | |
| "dim": 2560, | |
| "eps": 1e-06, | |
| "ffn_dim": 9072, | |
| "freq_dim": 256, | |
| "img_token_only": true, | |
| "in_dim": 32, | |
| "num_heads": 20, | |
| "num_layers": 16, | |
| "out_dim": 32, | |
| "use_rope": true, | |
| "vocab_size": 68, | |
| "window_size": 256 | |
| } |