forked from cgvr/DeltaVR
generated images and models into gitignore
This commit is contained in:
parent
42d7c0059b
commit
8b3965d0b1
2
3d-generation-pipeline/.env.example
Normal file
2
3d-generation-pipeline/.env.example
Normal file
@ -0,0 +1,2 @@
|
||||
CLOUDFLARE_ACCOUNT_ID=
|
||||
CLOUDFLARE_API_TOKEN=
|
||||
4
3d-generation-pipeline/.gitignore
vendored
4
3d-generation-pipeline/.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
.venv
|
||||
.env
|
||||
.env
|
||||
images/
|
||||
models/
|
||||
BIN
3d-generation-pipeline/images/2025-10-19-12-14-46.jpg
(Stored with Git LFS)
BIN
3d-generation-pipeline/images/2025-10-19-12-14-46.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
3d-generation-pipeline/images/2025-10-20-16-24-45.jpg
(Stored with Git LFS)
BIN
3d-generation-pipeline/images/2025-10-20-16-24-45.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
3d-generation-pipeline/images/2025-10-20-16-32-50.jpg
(Stored with Git LFS)
BIN
3d-generation-pipeline/images/2025-10-20-16-32-50.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
3d-generation-pipeline/images/flux-1-schnell.jpg
(Stored with Git LFS)
BIN
3d-generation-pipeline/images/flux-1-schnell.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
3d-generation-pipeline/images/stable-diffusion-2.png
(Stored with Git LFS)
BIN
3d-generation-pipeline/images/stable-diffusion-2.png
(Stored with Git LFS)
Binary file not shown.
BIN
3d-generation-pipeline/images/stable-diffusion-3-5-medium.png
(Stored with Git LFS)
BIN
3d-generation-pipeline/images/stable-diffusion-3-5-medium.png
(Stored with Git LFS)
Binary file not shown.
BIN
3d-generation-pipeline/images/stable-diffusion-3-medium.png
(Stored with Git LFS)
BIN
3d-generation-pipeline/images/stable-diffusion-3-medium.png
(Stored with Git LFS)
Binary file not shown.
BIN
3d-generation-pipeline/models/2025-10-20-16-32-50/0/input.png
(Stored with Git LFS)
BIN
3d-generation-pipeline/models/2025-10-20-16-32-50/0/input.png
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
@ -22,8 +22,8 @@
|
||||
"source": [
|
||||
"load_dotenv()\n",
|
||||
"\n",
|
||||
"ACCOUNT_ID = os.environ[\"CF_ACCOUNT_ID\"]\n",
|
||||
"API_TOKEN = os.environ[\"CF_API_TOKEN\"]"
|
||||
"ACCOUNT_ID = os.environ[\"CLOUDFLARE_ACCOUNT_ID\"]\n",
|
||||
"API_TOKEN = os.environ[\"CLOUDFLARE_API_TOKEN\"]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -8,8 +8,8 @@ from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
|
||||
ACCOUNT_ID = os.environ["CF_ACCOUNT_ID"]
|
||||
API_TOKEN = os.environ["CF_API_TOKEN"]
|
||||
ACCOUNT_ID = os.environ["CLOUDFLARE_ACCOUNT_ID"]
|
||||
API_TOKEN = os.environ["CLOUDFLARE_API_TOKEN"]
|
||||
|
||||
|
||||
def get_timestamp():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user