English
art
Stable Diffusion
yibolu commited on
Commit
0bb50d9
1 Parent(s): b8c960d

update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -62,7 +62,7 @@ SD1.5
62
  SDXL
63
  - **Checkpoint:** https://civitai.com/models/43977?modelVersionId=227916
64
  - **ControlNet:** https://huggingface.co/diffusers/controlnet-canny-sdxl-1.0
65
- - **Lora:** https://civitai.com/models/18323?modelVersionId=46846
66
 
67
  ## SD1.5 Text2Img Uses
68
 
@@ -206,12 +206,11 @@ model.unload_lora_v2("xiaorenshu", True)
206
 
207
  ## Docker Environment Recommendation
208
 
209
- - For Cuda 11.X: we recommend ```nvcr.io/nvidia/pytorch:22.12-py3```
210
- - For Cuda 12.0: we recommend ```nvcr.io/nvidia/pytorch:23.02-py3```
211
 
212
  ```bash
213
- docker pull nvcr.io/nvidia/pytorch:23.02-py3
214
- docker run --rm -it --gpus all -v ./:/lyraSD nvcr.io/nvidia/pytorch:23.02-py3
215
 
216
  pip install -r requirements.txt
217
  python txt2img_demo.py
@@ -220,7 +219,7 @@ python txt2img_demo.py
220
  ## Citation
221
  ``` bibtex
222
  @Misc{lyraSD_2023,
223
- author = {Kangjian Wu, Zhengtao Wang, Yibo Lu, Haoxiong Su, Bin Wu},
224
  title = {lyraSD: Accelerating Stable Diffusion with best flexibility},
225
  howpublished = {\url{https://huggingface.co/TMElyralab/lyraSD}},
226
  year = {2024}
 
62
  SDXL
63
  - **Checkpoint:** https://civitai.com/models/43977?modelVersionId=227916
64
  - **ControlNet:** https://huggingface.co/diffusers/controlnet-canny-sdxl-1.0
65
+ - **Lora:** https://civitai.com/models/245889/dissolve-style-lora-15sdxl
66
 
67
  ## SD1.5 Text2Img Uses
68
 
 
206
 
207
  ## Docker Environment Recommendation
208
 
209
+ - For Cuda 12.X: we recommend ```yibolu96/lyrasd_workspace:1.0.0```
 
210
 
211
  ```bash
212
+ docker pull yibolu96/lyrasd_workspace:1.0.0
213
+ docker run --rm -it --gpus all -v ./:/lyraSD yibolu96/lyrasd_workspace:1.0.0
214
 
215
  pip install -r requirements.txt
216
  python txt2img_demo.py
 
219
  ## Citation
220
  ``` bibtex
221
  @Misc{lyraSD_2023,
222
+ author = {Kangjian Wu, Zhengtao Wang, Yibo Lu, Haoxiong Su, Sa Xiao, Bin Wu},
223
  title = {lyraSD: Accelerating Stable Diffusion with best flexibility},
224
  howpublished = {\url{https://huggingface.co/TMElyralab/lyraSD}},
225
  year = {2024}