Spaces:
Running on Zero
Running on Zero
Add .gitignore file and update AGENTS.md with additional resource link
Browse files- Created a .gitignore file to exclude __pycache__ from version control.
- Updated AGENTS.md to include a link to https://github.com/nova452/ComfyUI-Conditioning-Rebalance for additional resources.
- .gitignore +1 -0
- AGENTS.md +2 -1
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
__pycache__
|
AGENTS.md
CHANGED
|
@@ -5,4 +5,5 @@ IMPORTANT: This is a repo of Hugging Face Spaces. Please read the following inst
|
|
| 5 |
- All changes made automatically do git push to hugging face spaces, no need to clarify.
|
| 6 |
- Always use `hf spaces logs Liratanak/Krea-2 -f` to see the logs of the demo and debug if necessary.
|
| 7 |
- Use playwright-mcp to open web page to get more information related to the given task.
|
| 8 |
-
- Huggingface token is in .env file, you can access it if need.
|
|
|
|
|
|
| 5 |
- All changes made automatically do git push to hugging face spaces, no need to clarify.
|
| 6 |
- Always use `hf spaces logs Liratanak/Krea-2 -f` to see the logs of the demo and debug if necessary.
|
| 7 |
- Use playwright-mcp to open web page to get more information related to the given task.
|
| 8 |
+
- Huggingface token is in .env file, you can access it if need.
|
| 9 |
+
- Additional https://github.com/nova452/ComfyUI-Conditioning-Rebalance
|