Instructions to use prithivMLmods/QIE-FRIE1.1-Deep-Grainy-Polaroid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/QIE-FRIE1.1-Deep-Grainy-Polaroid 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-Deep-Grainy-Polaroid") 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-Deep-Grainy-Polaroid, a LoRA built on top of FireRed-Image-Edit-1.1 for fast and cinematic black-and-white vintage photography transformation. The model is designed to transform modern digital images into timeless monochrome Polaroid-style photographs with deep film grain, authentic contrast, soft lighting roll-off, and analog texture preservation. It maintains the original composition, identity, facial structure, and photographic depth while introducing realistic vintage film characteristics inspired by classic instant photography.
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 deep grainy Polaroid transformation behavior:
Transform the image into a timeless black-and-white grainy Polaroid photograph.
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
- 11
Model tree for prithivMLmods/QIE-FRIE1.1-Deep-Grainy-Polaroid
Base model
FireRedTeam/FireRed-Image-Edit-1.1