Update README.md
Browse files
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 |
+

|
| 30 |
+
|
| 31 |
# Name Version Build Channel
|
| 32 |
accelerate 1.6.0 pypi_0 pypi
|
| 33 |
bitsandbytes 0.45.5 pypi_0 pypi
|