Instructions to use MagoMerlot/PSFs_generated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MagoMerlot/PSFs_generated with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MagoMerlot/PSFs_generated", 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
Commit ·
3e6cf35
1
Parent(s): d782aa0
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
|
@@ -10,6 +13,5 @@ tags:
|
|
| 10 |
- datasets
|
| 11 |
- accelerator
|
| 12 |
metrics:
|
| 13 |
-
-
|
| 14 |
-
- spearmanr
|
| 15 |
---
|
|
|
|
| 1 |
+
version 1.0
|
| 2 |
+
|
| 3 |
+
|
| 4 |
---
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
| 13 |
- datasets
|
| 14 |
- accelerator
|
| 15 |
metrics:
|
| 16 |
+
- mse
|
|
|
|
| 17 |
---
|