Spaces:
Configuration error
Configuration error
Update relighting_gen.py
Browse files- demo/relighting_gen.py +1 -1
demo/relighting_gen.py
CHANGED
|
@@ -18,7 +18,7 @@ NeuralTextureControlNetModel = get_class_from_dynamic_module(
|
|
| 18 |
"NeuralTextureControlNetModel"
|
| 19 |
)
|
| 20 |
controlnet = NeuralTextureControlNetModel.from_pretrained(
|
| 21 |
-
"dilightnet/DiLightNet
|
| 22 |
torch_dtype=dtype,
|
| 23 |
)
|
| 24 |
pipe = StableDiffusionControlNetPipeline.from_pretrained(
|
|
|
|
| 18 |
"NeuralTextureControlNetModel"
|
| 19 |
)
|
| 20 |
controlnet = NeuralTextureControlNetModel.from_pretrained(
|
| 21 |
+
"dilightnet/DiLightNet",
|
| 22 |
torch_dtype=dtype,
|
| 23 |
)
|
| 24 |
pipe = StableDiffusionControlNetPipeline.from_pretrained(
|