Image-to-Video
Diffusers
Safetensors
MLX
mflux
mlx-gen
bernini_renderer
apple-silicon
bf16
bernini
wan
video-generation
video-editing
reference-to-video
Instructions to use AbstractFramework/bernini-r-1.3B-diffusers-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use AbstractFramework/bernini-r-1.3B-diffusers-bf16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir bernini-r-1.3B-diffusers-bf16 AbstractFramework/bernini-r-1.3B-diffusers-bf16
- mflux
How to use AbstractFramework/bernini-r-1.3B-diffusers-bf16 with mflux:
# 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
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "_class_name": "UniPCMultistepScheduler", | |
| "_diffusers_version": "0.33.0.dev0", | |
| "beta_end": 0.02, | |
| "beta_schedule": "linear", | |
| "beta_start": 0.0001, | |
| "disable_corrector": [], | |
| "dynamic_thresholding_ratio": 0.995, | |
| "final_sigmas_type": "zero", | |
| "flow_shift": 3.0, | |
| "lower_order_final": true, | |
| "num_train_timesteps": 1000, | |
| "predict_x0": true, | |
| "prediction_type": "flow_prediction", | |
| "rescale_betas_zero_snr": false, | |
| "sample_max_value": 1.0, | |
| "solver_order": 2, | |
| "solver_p": null, | |
| "solver_type": "bh2", | |
| "steps_offset": 0, | |
| "thresholding": false, | |
| "timestep_spacing": "linspace", | |
| "trained_betas": null, | |
| "use_beta_sigmas": false, | |
| "use_exponential_sigmas": false, | |
| "use_flow_sigmas": true, | |
| "use_karras_sigmas": false | |
| } | |