Instructions to use WarmBloodAban/Krea2_Anything2RealCharacters-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WarmBloodAban/Krea2_Anything2RealCharacters-V1 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("WarmBloodAban/Krea2_Anything2RealCharacters-V1") prompt = "transform the image to realistic photograph" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
Krea2_Anything2RealCharacters-V1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07cac8ad28f69907a7b53ac8a4b657e0fe0e9a62b33fcbfe797d136a6f4e4a37
|
| 3 |
+
size 228587712
|
images/fengmian2222.png
ADDED
|
Git LFS Details
|