Instructions to use v2ray/civitai-collection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use v2ray/civitai-collection with Diffusers:
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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:
- Downloads last month
- 14