Text-to-Image
Diffusers
flux2
flux2-diffusers
image-to-image
simpletuner
safe-for-work
lycoris
lokr
template:sd-lora
standard
Instructions to use markury/flux2k9b-simpletuner-lokr-loona with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use markury/flux2k9b-simpletuner-lokr-loona with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("markury/flux2k9b-simpletuner-lokr-loona", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| license: other | |
| base_model: "black-forest-labs/FLUX.2-klein-base-9B" | |
| tags: | |
| - flux2 | |
| - flux2-diffusers | |
| - text-to-image | |
| - image-to-image | |
| - diffusers | |
| - simpletuner | |
| - safe-for-work | |
| - lycoris | |
| - lokr | |
| - template:sd-lora | |
| - standard | |
| pipeline_tag: text-to-image | |
| inference: true | |
| Validation prompt used: | |
| ```plaintext | |
| Loona with her pale grey furand red eyes sits at a desk typing on a laptop with a focused exprssion, wearing her black studded outfit andchoker. The office has pink-tinted walls with a potted plant visible on the desk. | |
| ``` | |
|  |