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("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("AiAF/ColdArsenal_Style_Anima_Illustrious_Pony_Illustrious_lora")

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

ColdArsenal Style [Anima | Illustrious | PonyXL | SD 1.5]

This model was imported from Civitai by Unknown.

Description

Style LoRA based on ColdArsenal's artstyle. Please let me know your thoughts! Twitter: AiArt Factory (@AiArtFactory) / X (twitter.com)

TikTok: https://www.tiktok.com/@ai_art_factory?_t=8cykD6v1PRu&_r=1

Instagram: https://instagram.com/aiart.factory?igshid=NGExMmI2YTkyZg==

Deviantart: https://www.deviantart.com/aiartfactory

Twitter: AiArt Factory (@AiArtFactory) / X (twitter.com)

TikTok: https://www.tiktok.com/@ai_art_factory?_t=8cykD6v1PRu&_r=1

Model Details

  • Type: lora
  • Base Model: Illustrious
  • Version: Illustrious
  • Upvotes: 203.0
  • Downloads: 1063
  • Size: 375.6 MB

Usage

# This model can be used with Stable Diffusion, ComfyUI, and other compatible frameworks
from diffusers import DiffusionPipeline

pipeline = DiffusionPipeline.from_pretrained("hf_repo_path")

Credits

Original model by: Unknown Civitai: Link

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