TheBirdLegacy/NGA_Art
Viewer • Updated • 497 • 13 • 2
How to use TheBirdLegacy/NGA_Art_SD-V1.5 with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("TheBirdLegacy/NGA_Art_SD-V1.5", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]TL;DR:NGA Art is a Dreambooth model trained from public domain images from the National Art Gallery. The token is sks.
This model is trained on top Stable Diffusion 1.5
The data for NGA is located on this page and was scraped from [Wikimedia Commons]. This dataset is 500 images in size. The dataset page goes into more detail.
(TBD)