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/PossumMachine_Style_v7.0_lora_v2")

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

PossumMachine Style

This model was imported from Civitai by Unknown.

Description

PossumMachine, now updated for Anima Preview 3! Get early access to my Anima models by following me on Hugging Face!Over 150 models and counting! If you like the style, then please support the original artist!

Model Details

  • Type: lora
  • Base Model: Illustrious
  • Version: v7.0
  • Upvotes: 4086.0
  • Downloads: 39578
  • Size: 217.9 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
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support