Instructions to use MLbackup/5_2025 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MLbackup/5_2025 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MLbackup/5_2025", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,6 @@ base_model:
|
|
| 10 |
library_name: diffusers
|
| 11 |
---
|
| 12 |
|
| 13 |
-
---
|
| 14 |
-
license: creativeml-openrail-m
|
| 15 |
-
---
|
| 16 |
<style>
|
| 17 |
/* Target all images within the Markdown content */
|
| 18 |
.markdown img {
|
|
|
|
| 10 |
library_name: diffusers
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
| 13 |
<style>
|
| 14 |
/* Target all images within the Markdown content */
|
| 15 |
.markdown img {
|