laion/relaion-art
Viewer • Updated • 8.06M • 344 • 59
How to use Reallusion/Lora_OilPainting with Diffusers:
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]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]This model was originally created by Konan and published on Civitai model page.
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.
Model copyright © 2023 Konan.
2025-06-12 Uploaded to our organization’s HuggingFace space with no modifications to the original model files.
Base model
stable-diffusion-v1-5/stable-diffusion-v1-5