Instructions to use AlperKTS/Krea2_FP8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlperKTS/Krea2_FP8 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AlperKTS/Krea2_FP8", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
Fix download stats metadata
Browse files
README.md
CHANGED
|
@@ -2,12 +2,15 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: krea-2-license
|
| 4 |
license_link: https://www.krea.ai/krea-2-licensing
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- text-to-image
|
| 7 |
- image-generation
|
| 8 |
- dit
|
| 9 |
- fp8
|
| 10 |
- comfyui
|
|
|
|
| 11 |
- krea
|
| 12 |
- krea2
|
| 13 |
---
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: krea-2-license
|
| 4 |
license_link: https://www.krea.ai/krea-2-licensing
|
| 5 |
+
pipeline_tag: text-to-image
|
| 6 |
+
library_name: diffusers
|
| 7 |
tags:
|
| 8 |
- text-to-image
|
| 9 |
- image-generation
|
| 10 |
- dit
|
| 11 |
- fp8
|
| 12 |
- comfyui
|
| 13 |
+
- diffusers
|
| 14 |
- krea
|
| 15 |
- krea2
|
| 16 |
---
|