wx44wx commited on
Commit
be8954f
1 Parent(s): c844e7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ __Stable Diffusion fine tuned on [Romance of the Three Kingdoms XI: Officer Port
14
 
15
  Put in a text prompt and generate your own Officier in Three Kingdoms.
16
 
17
- trained using this [script](https://github.com/LambdaLabsML/examples/tree/main/stable-diffusion-finetuning) with this [dataset](https://huggingface.co/datasets/wx44wx/three-kingdoms-blip-captions).
18
 
19
  > a man in armor
20
  ![image.png](https://github.com/WangXin93/three-kingdoms-stable-diffusion/raw/main/assets/a-man-in-armor.png)
@@ -38,7 +38,7 @@ trained using this [script](https://github.com/LambdaLabsML/examples/tree/main/s
38
  --outdir 'outputs/generated_three_kingdoms_officers' \
39
  --H 512 --W 512 \
40
  --n_samples 4 \
41
- --config 'configs/stable-diffusion/three_kingdoms.yaml' \
42
  --ckpt ema-only-epoch=000144.ckpt
43
  ```
44
 
 
14
 
15
  Put in a text prompt and generate your own Officier in Three Kingdoms.
16
 
17
+ trained using this [script](https://github.com/WangXin93/three-kingdoms-stable-diffusion) with this [dataset](https://huggingface.co/datasets/wx44wx/three-kingdoms-blip-captions).
18
 
19
  > a man in armor
20
  ![image.png](https://github.com/WangXin93/three-kingdoms-stable-diffusion/raw/main/assets/a-man-in-armor.png)
 
38
  --outdir 'outputs/generated_three_kingdoms_officers' \
39
  --H 512 --W 512 \
40
  --n_samples 4 \
41
+ --config 'configs/stable-diffusion/three-kingdoms.yaml' \
42
  --ckpt ema-only-epoch=000144.ckpt
43
  ```
44