EarthnDusk/XL_PDXL_Embeddings
Viewer • Updated • 74 • 1.43k • 3
How to use xFutureTechx/Backups with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("xFutureTechx/Backups", torch_dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]These are models that I found great on Shakker.AI but because their download system is insanely slow I grabbed a couple for use on A1111.
Models backed up for personal use are:
This is nothing against these model makers, just that I don't have credits on Shakker, and couldn't find them anywhere else.