Update README.md
Browse files
README.md
CHANGED
|
@@ -56,10 +56,7 @@ Model checkpoints are saved every 1000 steps.
|
|
| 56 |
Once trained, the model can be used for generating images of flowers. The trained model is saved as a DDPMPipeline and can be loaded for inference.
|
| 57 |
|
| 58 |
# Model Inference
|
| 59 |
-
```
|
| 60 |
-
python
|
| 61 |
-
|
| 62 |
-
A quantized version of the model is available for reduced memory usage and faster inference on resource-limited devices.
|
| 63 |
|
| 64 |
from optimum.intel.openvino import OVModelForImageGeneration
|
| 65 |
|
|
|
|
| 56 |
Once trained, the model can be used for generating images of flowers. The trained model is saved as a DDPMPipeline and can be loaded for inference.
|
| 57 |
|
| 58 |
# Model Inference
|
| 59 |
+
```python
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
from optimum.intel.openvino import OVModelForImageGeneration
|
| 62 |
|