Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxuye committed Dec 26, 2024
1 parent f6d8e7e commit 7d7fb15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion xinference/model/image/model_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
],
"default_model_config": {
"quantize": true,
"quantize_text_encoder": "text_encoder_3"
"quantize_text_encoder": "text_encoder_3",
"torch_dtype": "bfloat16"
},
"gguf_model_id": "city96/stable-diffusion-3.5-medium-gguf",
"gguf_quantizations": [
Expand Down
3 changes: 2 additions & 1 deletion xinference/model/image/model_spec_modelscope.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
],
"default_model_config": {
"quantize": true,
"quantize_text_encoder": "text_encoder_3"
"quantize_text_encoder": "text_encoder_3",
"torch_dtype": "bfloat16"
},
"gguf_model_id": "Xorbits/stable-diffusion-3.5-medium-gguf",
"gguf_quantizations": [
Expand Down

0 comments on commit 7d7fb15

Please sign in to comment.