Instructions to use Nishitbaria/Aurora-style-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Nishitbaria/Aurora-style-lora 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.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Nishitbaria/Aurora-style-lora") prompt = "<lora:Aurora_BorealiStyler_FLUX-000018:1.3> This is a digital artwork showcasing a breathtaking aurora borealis display in a nighttime landscape. The central subject is the word \"Aurora\", stylized in glowing, ethereal colors, rendered in vibrant hues of green, blue, and pink, appearing to be formed by the swirling aurora lights." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Nishitbaria/Aurora-style-lora")
prompt = "<lora:Aurora_BorealiStyler_FLUX-000018:1.3> This is a digital artwork showcasing a breathtaking aurora borealis display in a nighttime landscape. The central subject is the word \"Aurora\", stylized in glowing, ethereal colors, rendered in vibrant hues of green, blue, and pink, appearing to be formed by the swirling aurora lights."
image = pipe(prompt).images[0]Aurora-style-lora

- Prompt
- <lora:Aurora_BorealiStyler_FLUX-000018:1.3> This is a digital artwork showcasing a breathtaking aurora borealis display in a nighttime landscape. The central subject is the word "Aurora", stylized in glowing, ethereal colors, rendered in vibrant hues of green, blue, and pink, appearing to be formed by the swirling aurora lights.

- Prompt
- <lora:Aurora_BorealiStyler_FLUX-000018:1.3> This is a digital artwork showcasing a breathtaking aurora borealis display in a nighttime landscape. The central subject is the word "Nishit Bariya", stylized in glowing, ethereal colors, rendered in vibrant hues of green, blue, and pink, appearing to be formed by the swirling aurora lights.
Trigger words
You should use Digital artwork showcasing a breathtaking aurora borealis display in a nighttime landscape. The central subject is (SUBJECT) to trigger the image generation.
You should use stylized in glowing to trigger the image generation.
You should use ethereal colors to trigger the image generation.
You should use rendered in vibrant hues of (COLORS) to trigger the image generation.
You should use appearing to be formed by the swirling aurora lights. to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 6
Model tree for Nishitbaria/Aurora-style-lora
Base model
black-forest-labs/FLUX.1-dev