Skip to content

Commit f15bf11

Browse files
committed
update readme.md
1 parent 9a8a65b commit f15bf11

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

readme-cn.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,8 @@
473473
| blip-image-captioning-large | Image Recognition Model | *B |
474474
| OpenDalleV1.1 | Image Generation Model | *B |
475475

476+
在使用OpenDalleV1.1模型生成图片时,如果使用16位精度使用模型,请先从Huggingface上下载sdxl-vae-fp16-fix模型并放入models\imagegeneration文件夹中。 如果开启Refiner,请先从Huggingface上下载stable-diffusion-xl-refiner-1.0模型并放入models\imagegeneration文件夹中。
477+
476478
图像识别的演示:
477479

478480
![Image1](./img/image_creative.png)

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,13 @@ Auxiliary models, such as retrieval, code execution, text-to-speech, speech-to-t
468468
469469
png, jpg, jpeg, bmp
470470
471+
| Model | Type | Size |
472+
| :---- | :---- | :---- |
473+
| blip-image-captioning-large | Image Recognition Model | *B |
474+
| OpenDalleV1.1 | Image Generation Model | *B |
475+
476+
When using the OpenDalleV1.1 model to generate images, if using 16-bit precision, please download the sdxl-vae-fp16-fix model from Huggingface and place it in the models\imagegeneration folder. If enabling the Refiner, please download the stable-diffusion-xl-refiner-1.0 model from Huggingface and place it in the models\imagegeneration folder beforehand.
477+
471478
Image Recognition:
472479
473480
![Image1](./img/image_creative.png)

0 commit comments

Comments
 (0)