Text-to-Image
Diffusers
TensorBoard
stable-diffusion-xl
stable-diffusion-xl-diffusers
diffusers-training
lora
template:sd-lora
playground
playground-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("playgroundai/playground-v2.5-1024px-aesthetic", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Jayw1/lora_xubeihong")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]LoRA text2image fine-tuning - Jayw1/lora_xubeihong
These are LoRA adaption weights for playgroundai/playground-v2.5-1024px-aesthetic. The weights were fine-tuned on the /mnt/afs/data/hjw/diffusers/xubeihong dataset. You can find some example images in the following.
LoRA for the text encoder was enabled: False.
Special VAE used for training: None.
Intended uses & limitations
How to use
# TODO: add an example code snippet for running this diffusion pipeline
Limitations and bias
[TODO: provide examples of latent issues and potential remediations]
Training details
[TODO: describe the data used to train the model]
- Downloads last month
- 2



