Spaces:
Configuration error
Configuration error
Update train_dreambooth_lora_sdxl.py
Browse files
train_dreambooth_lora_sdxl.py
CHANGED
|
@@ -73,7 +73,6 @@ def save_model_card(
|
|
| 73 |
|
| 74 |
yaml = f"""
|
| 75 |
---
|
| 76 |
-
license: openrail++
|
| 77 |
base_model: {base_model}
|
| 78 |
instance_prompt: {prompt}
|
| 79 |
tags:
|
|
@@ -94,10 +93,9 @@ The weights were trained on the concept prompt:
|
|
| 94 |
|
| 95 |
`{prompt}`
|
| 96 |
|
| 97 |
-
Use this keyword to trigger your custom model in your prompts
|
| 98 |
|
| 99 |
LoRA for the text encoder was enabled: {train_text_encoder}.
|
| 100 |
-
|
| 101 |
Special VAE used for training: {vae_path}.
|
| 102 |
|
| 103 |
## Usage
|
|
|
|
| 73 |
|
| 74 |
yaml = f"""
|
| 75 |
---
|
|
|
|
| 76 |
base_model: {base_model}
|
| 77 |
instance_prompt: {prompt}
|
| 78 |
tags:
|
|
|
|
| 93 |
|
| 94 |
`{prompt}`
|
| 95 |
|
| 96 |
+
Use this keyword to trigger your custom model in your prompts.
|
| 97 |
|
| 98 |
LoRA for the text encoder was enabled: {train_text_encoder}.
|
|
|
|
| 99 |
Special VAE used for training: {vae_path}.
|
| 100 |
|
| 101 |
## Usage
|