Gustavosta/Stable-Diffusion-Prompts
Viewer • Updated • 81.9k • 8.58k • 526
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")