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("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]

NGA_Art_SD-V1.5 Model Card

TL;DR:NGA Art is a Dreambooth model trained from public domain images from the National Art Gallery. The token is sks.

Model Pretraining

This model is trained on top Stable Diffusion 1.5

Data

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.

Examples

(TBD)

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

Dataset used to train TheBirdLegacy/NGA_Art_SD-V1.5