readme
parent
ed406820e2
commit
5007e6f3e4
11
README.md
11
README.md
|
|
@ -1,7 +1,7 @@
|
|||
# sd-webui-model-converter
|
||||
|
||||
Model convert extension , Used for [AUTOMATIC1111's stable diffusion webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
||||

|
||||

|
||||
|
||||
## Features
|
||||
|
||||
|
|
@ -22,11 +22,10 @@ This option will reset CLIP position to `torch.Tensor([list(range(77))]).to(torc
|
|||
|
||||
### Force CLIP position_id to int64 before convert
|
||||
|
||||
If you use this extension to convert a model to fp16, which has an incorrect CLIP,
|
||||
the precision of the CLIP position_id may decrease during the compression process,
|
||||
which may coincidentally fix the offset.
|
||||
If you use this extension to convert a model to fp16, and the model has an incorrect CLIP, the precision of the CLIP position_id may decrease during the compression process, which might coincidentally correct the offset.
|
||||
|
||||

|
||||
|
||||
If you do not want to fix this CLIP offset coincidentally (because fixing it would change the model, even though the fix is correct, not everyone likes the most correct, right :P ), use this option. It will force the CLIP position_id to int64,
|
||||
and keep the incorrect CLIP.
|
||||
If you do not wish to correct this CLIP offset coincidentally (because fixing it would alter the model,
|
||||
even though the correction is accurate, not everyone prefers the most correct, right? :P),
|
||||
you can use this option. It will force the CLIP position_id to be int64 and retain the incorrect CLIP
|
||||
Loading…
Reference in New Issue