1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Add instance prompt to model card of lora dreambooth example (#2112)

This commit is contained in:
hysts
2023-01-31 16:14:25 +09:00
committed by GitHub
parent 44f6bc81c7
commit da113364df

View File

@@ -69,6 +69,7 @@ def save_model_card(repo_name, images=None, base_model=str, prompt=str, repo_fol
---
license: creativeml-openrail-m
base_model: {base_model}
instance_prompt: {prompt}
tags:
- stable-diffusion
- stable-diffusion-diffusers