Instructions to use prithivMLmods/QIE-FRIE1.1-Neutral-Exposure with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/QIE-FRIE1.1-Neutral-Exposure with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("FireRedTeam/FireRed-Image-Edit-1.1", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("prithivMLmods/QIE-FRIE1.1-Neutral-Exposure") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Note: The images showcased here are generated using QIE-FRIE1.1-Neutral-Exposure, a LoRA built on top of FireRed-Image-Edit-1.1 for fast and realistic exposure-balanced image transformation. The model is designed to enhance images with balanced neutral exposure while preserving the original composition, lighting consistency, skin tones, structure, and photographic realism. It carefully adjusts highlights, shadows, and midtones to produce a clean and naturally exposed cinematic output without over-processing the image.
This LoRA is materialized for research and learning purposes only. Any content generated by it is used at the user’s own risk. The authors and the hosting page disclaim any liability for content generated by this model. Users are responsible for ensuring that the model is used in a safe, ethical, and lawful manner.
Trigger Prompt
Use the following prompt to activate the neutral exposure transformation behavior:
Transform the image with balanced neutral exposure.
Base Model
This LoRA is based on:
- FireRed-Image-Edit-1.1
Training Data
- Curated from Google Nanobana 2 & manually edited pairs
Download Model
You can download the model files from the Files & versions tab:
- Downloads last month
- 20
Model tree for prithivMLmods/QIE-FRIE1.1-Neutral-Exposure
Base model
FireRedTeam/FireRed-Image-Edit-1.1