- 👋 Hi, I’m @jschoormans
Highlights
- Pro
Pinned Loading
-
generate 3D panorama views with stab...
generate 3D panorama views with stable diffusion 1# %%
2import replicate
3model = replicate.models.get("prompthero/openjourney")
4version = model.versions.get("9936c2001faa2194a261c01381f90e65261879985476014a0a37a334593a05eb")
5PROMPT = "mdjrny-v4 style 360 degree equirectangular panorama photograph, Alps, giant mountains, meadows, rivers, rolling hills, trending on artstation, cinematic composition, beautiful lighting, hyper detailed, 8 k, photo, photography"
-
Generate_pano.py
Generate_pano.py 1HEIGHT=768
2WIDTH=1024
3OVERLAP = 256
4PROMPT = "360 degree equirectangular panorama photograph, alps, mountains, landscape,\
5trending on artstation, cinematic composition, beautiful lighting, hyper detailed, 8 k, photo, photography"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.