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", 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] - Inference
- 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/cyanide_and_happiness.png
|
| 10 |
text: 'Cyanide and Happiness samples'
|
|
@@ -28,6 +31,15 @@ To be used with the Flux.2 Klein 9b Distilled model.
|
|
| 28 |
|
| 29 |
<Gallery />
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
#### Cyanide and Happiness style (experimental)
|
| 32 |
|
| 33 |
Use `ch_visual_style, stick figure character` as the trigger word. Optional add more keywords to guide the style: "flat vector art, minimalist lineart". Can work as an edit lora too.
|
|
@@ -51,5 +63,5 @@ Use `clthLn, a ... made of clothes with pegs on a line, ...`.
|
|
| 51 |
Dataset found from this [Reddit post](https://www.reddit.com/r/oddlysatisfying/comments/1s5awwa/photographer_creates_art_using_clothes_on_a/) and is mostly animals
|
| 52 |
|
| 53 |
|
| 54 |
-
#### Important notes
|
| 55 |
The LoRAs in this repository are created for research purposes only and are not intended for commercial use. They are 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.
|
|
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: samples/sts2_style.png
|
| 10 |
+
text: 'Slay The Spire 2 samples'
|
| 11 |
- output:
|
| 12 |
url: samples/cyanide_and_happiness.png
|
| 13 |
text: 'Cyanide and Happiness samples'
|
|
|
|
| 31 |
|
| 32 |
<Gallery />
|
| 33 |
|
| 34 |
+
#### Slay The Spire 2 (events) style
|
| 35 |
+
|
| 36 |
+
Use `sts2_style` as the trigger word. For best results recommended to use with additional modifiers like "dark fantasy illustration". Trained on 55 game events artwork.
|
| 37 |
+
|
| 38 |
+
#### Slay The Spire 2 (events + 600 card artwork) style (experimental)
|
| 39 |
+
|
| 40 |
+
Use `sts2_style` as the trigger word. Trained on 55 events + 600 additional card artwork.
|
| 41 |
+
Personally I prefer the simple style but this one has been additionally captioned with each class style and each card name (examples `sts2_style, ironclad_card_style, card_aggression` ... , `sts2_style, regent_card_style, card_bombardment`, `sts2_style, card_alchemize`)
|
| 42 |
+
|
| 43 |
#### Cyanide and Happiness style (experimental)
|
| 44 |
|
| 45 |
Use `ch_visual_style, stick figure character` as the trigger word. Optional add more keywords to guide the style: "flat vector art, minimalist lineart". Can work as an edit lora too.
|
|
|
|
| 63 |
Dataset found from this [Reddit post](https://www.reddit.com/r/oddlysatisfying/comments/1s5awwa/photographer_creates_art_using_clothes_on_a/) and is mostly animals
|
| 64 |
|
| 65 |
|
| 66 |
+
#### Disclaimer and Important notes
|
| 67 |
The LoRAs in this repository are created for research purposes only and are not intended for commercial use. They are 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.
|