fengwen
Update README.md
1ec87ea verified
# Stable Diffusion v1.5 + OneDiff Quant
![](https://cdn-uploads.huggingface.co/production/uploads/62ff37afce3c00cd2ca105d4/LVd14NHnkNE5aArXBIQbM.png)
This is the SD 1.5 model required for OneDiff Enterprise, for more details and running instructions, please refer to [onediff](https://github.com/siliconflow/onediff/blob/main/README_ENTERPRISE.md).
## Using OneDiff Quant
Utilize v1-5-pruned_quantize_info.pt to achieve superior image quality.
<details open>
<summary> Download the required model </summary>
1. Download the [`v1-5-pruned.safetensors`](https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned.safetensors) ile and place it in the `ComfyUI/models/checkpoints/` directory:
```bash
wget https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned.safetensors -O ComfyUI/models/checkpoints/v1-5-pruned.safetensors
```
2. Download the [`v1-5-pruned_quantize_info.pt`](https://huggingface.co/siliconflow/stable-diffusion-v1-5-onediff-comfy-enterprise-v1/resolve/main/v1-5-pruned_quantize_info.pt) file and place it in the `ComfyUI/models/onediff_quant/` directory:
```bash
wget https://huggingface.co/siliconflow/stable-diffusion-v1-5-onediff-comfy-enterprise-v1/resolve/main/v1-5-pruned_quantize_info.pt -O ComfyUI/models/onediff_quant/v1-5-pruned_quantize_info.pt
```
</details>
![OneDiff Quant](comfyui_screenshots/onediff_quant_advanced.png)