We use essential cookies to make our site work. With your consent, we may also use non-essential cookies to improve user experience and analyze website traffic…

NVIDIA Nemotron 3 Super - blazing-fast agentic AI, ready to deploy today!

How to use CivitAI LoRAs: 5-Minute AI Guide to Stunning Double Exposure Art
Published on 2025.01.23 by Oguz Vuruskaner
How to use CivitAI LoRAs: 5-Minute AI Guide to Stunning Double Exposure Art

Double exposure is a photography technique that combines multiple images into a single frame, creating a dreamlike and artistic effect. With the advent of AI image generation, we can now create stunning double exposure art in minutes using LoRA models. In this guide, we'll walk through how to use the Flux Double Exposure Magic LoRA from CivitAI with DeepInfra's deployment platform.

What You'll Need

  • A CivitAI account (free)
  • A DeepInfra account (free)

Set Up a LoRA model

  1. Log in to your DeepInfra account
  2. Navigate to the Deployments section
  3. Click the "New Deployment" button in the top right corner
  4. Select "LoRA text to image" from the options

Once you navigate to this section, you will see a screen like this: Text-to-image LoRA Dashboard 5. Write your preferred model name. 6. We'll use FLUX Dev for this LoRA. You can keep it as it is. 7. Add the following CivitAI URL: https://civitai.com/models/715497/flux-double-exposure-magic?modelVersionId=859666 8. Click "Upload" button, and that's it. VOILA!

Once LoRA processing has completed, you should navigate to

 http://deepinfra.com/<your_name>/<lora_name>
copy

When you have navigated, you should view our classical dashboard, but with your LoRA name.

An Example: Cyberpunk Double Exposure

Now let's create some stunning visuals... Let's break down this stunning example:

bo-exposure, double exposure, cyberpunk city, robot face
copy

Example of AI-generated cyberpunk double exposure art

Key Takeaway ⚠️

Notice how we use BOTH bo-exposure and double exposure. This combination is crucial - using both terms together gives you the best double exposure effect.

More tutorials are on the way. See you in the next one 👋

Related articles
NVIDIA Nemotron 3 Nano 30B API Benchmarks: Latency & CostNVIDIA Nemotron 3 Nano 30B API Benchmarks: Latency & Cost<p>About NVIDIA Nemotron 3 Nano 30B A3B NVIDIA Nemotron 3 Nano 30B A3B is a large language model trained from scratch by NVIDIA, designed as a unified model for both reasoning and non-reasoning tasks. It is part of the Nemotron 3 family — NVIDIA&#8217;s most efficient family of open models, built for agentic AI applications. [&hellip;]</p>
Qwen3 Coder 480B A35B API Benchmarks: Latency & CostQwen3 Coder 480B A35B API Benchmarks: Latency & Cost<p>About Qwen3 Coder 480B A35B Instruct Qwen3 Coder 480B A35B Instruct is a state-of-the-art large language model developed by the Qwen team at Alibaba Cloud, specifically designed for code generation and agentic coding tasks. It is a Mixture-of-Experts (MoE) model with 480 billion total parameters and 35 billion active parameters per inference, enabling high performance [&hellip;]</p>
Use OpenAI API clients with LLaMasUse OpenAI API clients with LLaMasGetting started # create a virtual environment python3 -m venv .venv # activate environment in current shell . .venv/bin/activate # install openai python client pip install openai Choose a model meta-llama/Llama-2-70b-chat-hf [meta-llama/L...