harishp commited on
Commit
ac79876
1 Parent(s): 563a592

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,9 +14,9 @@ inference: true
14
 
15
  # Text-to-image Distillation
16
 
17
- This pipeline was distilled from **SG161222/Realistic_Vision_V4.0** on a Subset of **recastai/LAION-art-EN-improved-captions** dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['Portrait of a pretty girl']:
18
 
19
- ![val_imgs_grid](./val_imgs_grid.png)
20
 
21
 
22
  This Pipeline is based upon [the paper](https://arxiv.org/pdf/2305.15798.pdf). Training Code can be found [here](https://github.com/segmind/BKSDM).
 
14
 
15
  # Text-to-image Distillation
16
 
17
+ This pipeline was distilled from **SG161222/Realistic_Vision_V4.0** on a Subset of **recastai/LAION-art-EN-improved-captions** dataset. Below are some example images generated with the finetuned pipeline using small-sd model.
18
 
19
+ ![val_imgs_grid](./grid_small.png)
20
 
21
 
22
  This Pipeline is based upon [the paper](https://arxiv.org/pdf/2305.15798.pdf). Training Code can be found [here](https://github.com/segmind/BKSDM).