szxllm commited on
Commit
7289dfb
·
verified ·
1 Parent(s): 95547bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -25,6 +25,9 @@ wget annotations/val2014(复现时)
25
  python tuili.py --base_model="runwayml/stable-diffusion-v1-5" --checkpoint_dir="/root/mamba/sd-mamba-mscoco-urltext-10k-run3/checkpoint-31000" --unet_subfolder="unet_mamba" --prompt="a garden" --output_path="ccat.png" --device="cuda" --seed=12345 --num_inference_steps=50 --guidance_scale=8.0 --width 768 --height 768 --mamba_d_state=16 --mamba_d_conv=4 --mamba_expand=2 --pipeline_dtype="float32"
26
 
27
  下面是环境配置说明
 
 
 
28
  # Name Version Build Channel
29
  accelerate 1.6.0 pypi_0 pypi
30
  bitsandbytes 0.45.5 pypi_0 pypi
 
25
  python tuili.py --base_model="runwayml/stable-diffusion-v1-5" --checkpoint_dir="/root/mamba/sd-mamba-mscoco-urltext-10k-run3/checkpoint-31000" --unet_subfolder="unet_mamba" --prompt="a garden" --output_path="ccat.png" --device="cuda" --seed=12345 --num_inference_steps=50 --guidance_scale=8.0 --width 768 --height 768 --mamba_d_state=16 --mamba_d_conv=4 --mamba_expand=2 --pipeline_dtype="float32"
26
 
27
  下面是环境配置说明
28
+
29
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67b858cc26e7d5f7cb139325/Y7GUws9nxydyLIiEKNYkw.png)
30
+
31
  # Name Version Build Channel
32
  accelerate 1.6.0 pypi_0 pypi
33
  bitsandbytes 0.45.5 pypi_0 pypi