nyanko7/danbooru2023
Updated • 8.53k • 295
How to use LOLFUNNYLOLFUNNY/illustrious-v0.1-vpred-test-8762710 with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("LOLFUNNYLOLFUNNY/illustrious-v0.1-vpred-test-8762710", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Original model is here. This model created by AngelBottomless.
LICENSE: CC-BY-NC 4.0 https://creativecommons.org/licenses/by-nc/4.0/
Base model
KBlueLeaf/kohaku-xl-beta5