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
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,9 @@ tags:
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
|
|
|
|
|
|
|
|
|
| 8 |
- output:
|
| 9 |
url: samples/Count_BinFace_samples.png
|
| 10 |
text: 'Count BinFace samples'
|
|
@@ -32,6 +35,12 @@ Woah, woah, woah, *PREMIUM LORAs* ? What's this all about ? I'm glad you asked,
|
|
| 32 |
their [100 step abominations](https://huggingface.co/ilkerzgi/fal-Krea-2-Style-LoRAs) "style" LORAs, I had to adapt and somehow distance myself from that, so here we are:
|
| 33 |
Dever's Krea 2 Turbo Premium Style LORAs that were not trained in under 2 minutes to spam HuggingFace. Rant over.
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
#### Count BinFace character
|
| 36 |
|
| 37 |
Use `Count BinFace` as the trigger. [Who is Count BinFace ?](https://en.wikipedia.org/wiki/Count_Binface)
|
|
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: samples/style_transfer_samples.png
|
| 10 |
+
text: 'Style transfer samples'
|
| 11 |
- output:
|
| 12 |
url: samples/Count_BinFace_samples.png
|
| 13 |
text: 'Count BinFace samples'
|
|
|
|
| 35 |
their [100 step abominations](https://huggingface.co/ilkerzgi/fal-Krea-2-Style-LoRAs) "style" LORAs, I had to adapt and somehow distance myself from that, so here we are:
|
| 36 |
Dever's Krea 2 Turbo Premium Style LORAs that were not trained in under 2 minutes to spam HuggingFace. Rant over.
|
| 37 |
|
| 38 |
+
#### Style Transfer RC1 (experimental)
|
| 39 |
+
|
| 40 |
+
Use `KSTRANSFER` as the trigger. [See the workflow example from here](https://huggingface.co/DeverStyle/Krea-2-Premium-Loras/tree/main/workflows)
|
| 41 |
+
Uses [Krea2 edit nodes from Ostris](https://github.com/ostris/ComfyUI-Krea2-Ostris-Edit)
|
| 42 |
+
|
| 43 |
+
|
| 44 |
#### Count BinFace character
|
| 45 |
|
| 46 |
Use `Count BinFace` as the trigger. [Who is Count BinFace ?](https://en.wikipedia.org/wiki/Count_Binface)
|