Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
from diffusers import StableDiffusionLDM3DPipeline
|
2 |
|
3 |
pipe_ldm3d = StableDiffusionLDM3DPipeline.from_pretrained("Intel/ldm3d")
|
|
|
1 |
+
import os os.environ["HF_HOME"] = "/tmp/hf_cache"
|
2 |
+
|
3 |
from diffusers import StableDiffusionLDM3DPipeline
|
4 |
|
5 |
pipe_ldm3d = StableDiffusionLDM3DPipeline.from_pretrained("Intel/ldm3d")
|