Instructions to use DeverStyle/Krea-2-Premium-Loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DeverStyle/Krea-2-Premium-Loras 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-Raw", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("DeverStyle/Krea-2-Premium-Loras") prompt = "Style transfer samples" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 132 Bytes
5a03171 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8cc7001c3194df6f7d5dcacadfb6cf09a8444afa40789c44134e118a1e67c8e4
size 4255647
|