Diffusers
art
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("Omarito2412/Nevolution-SDXL", dtype=torch.bfloat16, device_map="cuda")

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

gen1 gen2 gen3 gen4 gen5 gen6 gen7

FaeTastic family of checkpoints is great, but in some cases it lacks diversity of results. This checkpoint (Nevolution) is an attempt to mix in some checkpoints with other styles and effects. A few checkpoints (including in particular DucHaiten-AIart) were taken as initial ancestors and were mated with secondary checkpoints from other "breeds" (Pilgrim Midjourney for visual effects, DucHaitenNiji for some artistic effects, etc). Then, there descendants were mated further and further. Selection took place to reject offsprings producing artefacts. And some other checkpoints (both base and merges, including, e.g. Animagine) were merged with low weights for tweaking the result, which proves itself to be good enough.

The checkpoint is general-purpose, but it was asserted mostly on sci-fi / cyberpunk / fantasy content.

CivitAI Source Created by: Necr0x0Der

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