Text-to-Image
Diffusers
TensorBoard
Safetensors
stable-diffusion
stable-diffusion-diffusers
diffusers-training
lora
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Manojb/stable-diffusion-2-1-base", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("zhangyi617/sd2_coco_lora")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]LoRA text2image fine-tuning - zhangyi617/sd2_coco_lora
These are LoRA adaption weights for Manojb/stable-diffusion-2-1-base. The weights were fine-tuned on the zhangyi617/coco_fintune_1500 dataset. You can find some example images in the following.
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
- -
Model tree for zhangyi617/sd2_coco_lora
Base model
Manojb/stable-diffusion-2-1-base


