Instructions to use ostris/krea2_turbo_style_reference with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ostris/krea2_turbo_style_reference with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ostris/krea2_turbo_style_reference") prompt = "a white yeti with horns reading a book that is titled \"Ostris + Krea2 Style Reference\"" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 8 files
Browse files- images/ComfyUI_temp_bgxgv_00027_.png +3 -0
- images/ComfyUI_temp_bgxgv_00028_.png +3 -0
- images/ComfyUI_temp_bgxgv_00030_.png +3 -0
- images/ComfyUI_temp_bgxgv_00031_.png +3 -0
- images/ComfyUI_temp_bgxgv_00041_.png +3 -0
- images/ComfyUI_temp_bgxgv_00062_.png +3 -0
- images/ComfyUI_temp_bgxgv_00068_.png +3 -0
- krea2_style_reference.safetensors +3 -0
images/ComfyUI_temp_bgxgv_00027_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_temp_bgxgv_00028_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_temp_bgxgv_00030_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_temp_bgxgv_00031_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_temp_bgxgv_00041_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_temp_bgxgv_00062_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_temp_bgxgv_00068_.png
ADDED
|
Git LFS Details
|
krea2_style_reference.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f50df5a9e62e4be8aa926a63dd5bb1a64770c4004f763c1208007ae13daa82b8
|
| 3 |
+
size 457111760
|