mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-31 10:42:57 +08:00
Add model converter script
parent
bc9a09829d
commit
ffbb23c5e4
@ -451,3 +451,8 @@ class Script(scripts.Script):
|
|||||||
|
|
||||||
return Processed(p, proc.images, p.seed, "")
|
return Processed(p, proc.images, p.seed, "")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Model Converter
|
||||||
|
https://github.com/Akegarasu/sd-webui-model-converter
|
||||||
|
|
||||||
|
Model convert script, supports convert fp16/bf16 no-ema/ema-only safetensors.
|
Loading…
Reference in New Issue
Block a user