Update README.md
Browse files
README.md
CHANGED
@@ -33,9 +33,6 @@ We release our two models:
|
|
33 |
+ Base: Base text-to-image diffusion model. This model was trained over 2M steps on 400 A100
|
34 |
+ Inpainting: Inpainting version of the model. The model was initialized from final checkpoint of base model and trained 250k steps on 300 A100.
|
35 |
|
36 |
-
|
37 |
-
Weights of the model are loaded internally but if want to change them one can use the following example:
|
38 |
-
|
39 |
## Installing
|
40 |
|
41 |
To install repo first one need to create conda environment:
|
|
|
33 |
+ Base: Base text-to-image diffusion model. This model was trained over 2M steps on 400 A100
|
34 |
+ Inpainting: Inpainting version of the model. The model was initialized from final checkpoint of base model and trained 250k steps on 300 A100.
|
35 |
|
|
|
|
|
|
|
36 |
## Installing
|
37 |
|
38 |
To install repo first one need to create conda environment:
|