Instructions to use BestWishYsh/Helios-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BestWishYsh/Helios-Base with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("BestWishYsh/Helios-Base", 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
Add files using upload-large-folder tool
Browse files
scheduler/scheduler_config.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
1
|
| 18 |
],
|
| 19 |
"stages": 1,
|
| 20 |
-
"time_shift_type": "
|
| 21 |
"thresholding": false,
|
| 22 |
"use_dynamic_shifting": true,
|
| 23 |
"use_flow_sigmas": true
|
|
|
|
| 17 |
1
|
| 18 |
],
|
| 19 |
"stages": 1,
|
| 20 |
+
"time_shift_type": "exponential",
|
| 21 |
"thresholding": false,
|
| 22 |
"use_dynamic_shifting": true,
|
| 23 |
"use_flow_sigmas": true
|