Text-to-Image
Diffusers
English
How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Reallusion/Lora_OilPainting", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

SD1.5 - Loras : OilPainting

Model Source

This model was originally created by Konan and published on Civitai model page.

License creativeml-openrail-m

Usage

This model is provided for use exclusively via our AI Render plugin, which automatically downloads the model from this repository for integration with ComfyUI. The model is not intended for direct download or commercial service deployment. Users must comply with the license terms, including restrictions on unlawful, harmful, or commercial uses.

Attribution

Model copyright © 2023 Konan.

Change Log

2025-06-12 Uploaded to our organization’s HuggingFace space with no modifications to the original model files.

Downloads last month
70
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Reallusion/Lora_OilPainting

Finetuned
(370)
this model

Dataset used to train Reallusion/Lora_OilPainting