Gustavosta/Stable-Diffusion-Prompts
Viewer • Updated • 81.9k • 12.6k • 523
How to use klsingh/TxtImg with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://klsingh/TxtImg")