Text-to-Image
MLX
Diffusers
Safetensors
English
Chinese
apple-silicon
image-editing
diffusion
omnigen2
boogu
Instructions to use mlx-community/Boogu-Image-0.1-Base-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Boogu-Image-0.1-Base-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Boogu-Image-0.1-Base-4bit mlx-community/Boogu-Image-0.1-Base-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Upload scheduler/scheduler_config.json with huggingface_hub
Browse files
scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "FlowMatchEulerDiscreteScheduler",
|
| 3 |
+
"_diffusers_version": "0.33.1",
|
| 4 |
+
"do_shift": true,
|
| 5 |
+
"dynamic_time_shift": false,
|
| 6 |
+
"time_shift_version": "v1",
|
| 7 |
+
"seq_len": 4096,
|
| 8 |
+
"num_train_timesteps": 1000
|
| 9 |
+
}
|