Spaces:
Paused
Paused
test gradio
Browse files
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
|
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
|