Instructions to use dinhvietduy/create_image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use dinhvietduy/create_image with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://dinhvietduy/create_image") - Notebooks
- Google Colab
- Kaggle
Create Dockerfile
Browse files- Dockerfile +12 -0
Dockerfile
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
datasets:
|
| 2 |
+
- ehristoforu/dalle-3-images
|
| 3 |
+
- Falah/image_generation_prompts_SDXL
|
| 4 |
+
- Kazimir-ai/text-to-image-prompts
|
| 5 |
+
language:
|
| 6 |
+
- ab
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
library_name: keras
|
| 10 |
+
pipeline_tag: text-to-image
|
| 11 |
+
tags:
|
| 12 |
+
- art
|