Textual Inversion Embeddings for Aerial Imagery
Collection
Stable Diffusion 2.1 base-based Textual Inversion LoRA Adapters for Aerial Imagery. • 13 items • Updated
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-2-1-base", dtype=torch.bfloat16, device_map="cuda")
pipe.load_textual_inversion("dinushiTJ/src_textual_inversion")These are textual inversion adaption weights for stabilityai/stable-diffusion-2-1-base. You can find some example images in the following.
# TODO: add an example code snippet for running this diffusion pipeline
[TODO: provide examples of latent issues and potential remediations]
[TODO: describe the data used to train the model]
Base model
stabilityai/stable-diffusion-2-1-base