Instructions to use DeverStyle/Flux.2-Klein-Loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DeverStyle/Flux.2-Klein-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("black-forest-labs/FLUX.2-klein-9B", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("DeverStyle/Flux.2-Klein-Loras") prompt = "Orange Splatter Illustration samples" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -88,4 +88,4 @@ Dataset found from this [Reddit post](https://www.reddit.com/r/oddlysatisfying/c
|
|
| 88 |
|
| 89 |
|
| 90 |
#### Disclaimer and Important notes
|
| 91 |
-
The LoRAs in this repository are created for research purposes only and are not intended for commercial use.
|
|
|
|
| 88 |
|
| 89 |
|
| 90 |
#### Disclaimer and Important notes
|
| 91 |
+
The LoRAs in this repository are created for research purposes only and are not intended for commercial use. Some might be based on TV series which are protected by copyright. Users utilize these models at their own risk. Users are obligated to comply with copyright laws and applicable regulations. The models have been developed for non-commercial purposes, and it is not my intention to infringe on any copyright. I assume no responsibility for any damages or legal consequences arising from the use of these models.
|