Instructions to use DeverStyle/Krea2-Loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DeverStyle/Krea2-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-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("DeverStyle/Krea2-Loras") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ license: apache-2.0
|
|
| 16 |
|
| 17 |
<Gallery />
|
| 18 |
|
| 19 |
-
##
|
| 20 |
|
| 21 |
A repository to show how bad the recently uploaded [Fal Krea2 loras](https://huggingface.co/ilkerzgi/fal-Krea-2-Style-LoRAs) really can be and why you should not copy their training parameters or ever call a lora trained on 8 images a style lora.
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
<Gallery />
|
| 18 |
|
| 19 |
+
## NOT TO BE USED - Just an example
|
| 20 |
|
| 21 |
A repository to show how bad the recently uploaded [Fal Krea2 loras](https://huggingface.co/ilkerzgi/fal-Krea-2-Style-LoRAs) really can be and why you should not copy their training parameters or ever call a lora trained on 8 images a style lora.
|
| 22 |
|