rockeycoss
commited on
Commit
•
5ba0a86
1
Parent(s):
31b8b84
add lora ckpt
Browse files
README.md
CHANGED
@@ -38,6 +38,9 @@ Our experiments with Stable Diffusion v1.5 and SDXL demonstrate that SPO signifi
|
|
38 |
|
39 |
This model is fine-tuned from [stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0). It has been trained on 4,000 prompts for 10 epochs.
|
40 |
|
|
|
|
|
|
|
41 |
## A quick example
|
42 |
```python
|
43 |
from diffusers import StableDiffusionXLPipeline, UNet2DConditionModel
|
|
|
38 |
|
39 |
This model is fine-tuned from [stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0). It has been trained on 4,000 prompts for 10 epochs.
|
40 |
|
41 |
+
If you want to access the LoRA checkpoint, please visit [SPO-SDXL_4k-p_10ep_LoRA](https://huggingface.co/SPO-Diffusion-Models/SPO-SDXL_4k-p_10ep_LoRA).
|
42 |
+
|
43 |
+
|
44 |
## A quick example
|
45 |
```python
|
46 |
from diffusers import StableDiffusionXLPipeline, UNet2DConditionModel
|