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("v2ray/civitai-collection", dtype=torch.bfloat16, device_map="cuda")

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

CivitAI Collection

This is a repo which I reupload models I personally use from CivitAI since HuggingFace doesn't require you to login.

Note: The reuploaded versions may not be latest.

Models

Info for models under the folder models:

Name Original Download Version
MiaoMiao Harem Link Link 1.1 (V pred)
Amanatsu (Illustrious) Link Link 1.1
MiaoMiao Pixel Link Link 1.1
T-ponynai3 Link Link 7.0
WAI-ANI-NSFW-PONYXL Link Link 14.0
Pony Realism Link Link 2.3

LoRAs

Info for LoRAs under the folder loras:

Name Original Download Version
Pony Pixel Art Link Link 1.0
Pixel Art - sakuemonq Link Link 1.0
Pixel Art - 1856601 Link Link 1.0
Downloads last month
14
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support