Instructions to use Hippotes/Krea-2-Experiments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Hippotes/Krea-2-Experiments with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Hippotes/Krea-2-Experiments", 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
|
@@ -2,6 +2,14 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: krea-2-community-license
|
| 4 |
license_link: https://huggingface.co/krea/Krea-2-Turbo/blob/main/LICENSE.pdf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
Experiments with Krea 2 :)
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: krea-2-community-license
|
| 4 |
license_link: https://huggingface.co/krea/Krea-2-Turbo/blob/main/LICENSE.pdf
|
| 5 |
+
base_model_relation: quantized
|
| 6 |
+
library_name: diffusers
|
| 7 |
+
tags:
|
| 8 |
+
- comfyui
|
| 9 |
+
- safetensors
|
| 10 |
+
base_model:
|
| 11 |
+
- krea/Krea-2-Turbo
|
| 12 |
+
- krea/Krea-2-Raw
|
| 13 |
---
|
| 14 |
|
| 15 |
Experiments with Krea 2 :)
|