amos1088 commited on
Commit
33b527c
·
1 Parent(s): fde1fa2

test gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ token = os.getenv("HF_TOKEN")
9
  login(token=token)
10
 
11
  # Model IDs for Stable Diffusion 1.5 and ControlNet
12
- model_id = "stabilityai/stable-diffusion-3.5-large-turbo"
13
  controlnet_id = "InstantX/SD3-Controlnet-Tile"
14
 
15
  # Load the ControlNet model and Stable Diffusion pipeline
 
9
  login(token=token)
10
 
11
  # Model IDs for Stable Diffusion 1.5 and ControlNet
12
+ model_id = "stabilityai/stable-diffusion-3-medium-diffusers"
13
  controlnet_id = "InstantX/SD3-Controlnet-Tile"
14
 
15
  # Load the ControlNet model and Stable Diffusion pipeline