Warlord-K commited on
Commit
ca0b3b0
1 Parent(s): bebf961

Add Training Methods

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -129,6 +129,14 @@ The Segmind Stable Diffusion Model is suitable for research and practical applic
129
 
130
  - **Bias and Limitation Analysis:** Researchers and developers can use the model to probe its limitations and biases, contributing to a better understanding of generative models' behavior.
131
 
 
 
 
 
 
 
 
 
132
  ### Out-of-Scope Use
133
 
134
  The SSD-1B Model is not suitable for creating factual or accurate representations of people, events, or real-world information. It is not intended for tasks requiring high precision and accuracy.
 
129
 
130
  - **Bias and Limitation Analysis:** Researchers and developers can use the model to probe its limitations and biases, contributing to a better understanding of generative models' behavior.
131
 
132
+ ### Downstream Use
133
+
134
+ The Segmind Stable Diffusion Model can also be used directly with the 🧨 Diffusers library training scripts for further training, including:
135
+
136
+ - **[Fine-Tune](https://github.com/huggingface/diffusers/blob/main/examples/text_to_image/train_text_to_image_sdxl.py)**
137
+ - **[LoRA](https://github.com/huggingface/diffusers/blob/main/examples/text_to_image/train_text_to_image_lora_sdxl.py)**
138
+ - **[Dreambooth LoRA](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/train_dreambooth_lora_sdxl.py)**
139
+
140
  ### Out-of-Scope Use
141
 
142
  The SSD-1B Model is not suitable for creating factual or accurate representations of people, events, or real-world information. It is not intended for tasks requiring high precision and accuracy.