Spaces:
Running on Zero
Running on Zero
Fix .gitignore and add missing refnet/models/__init__.py
Browse files- Changed 'models' to '/models' so only root models/ dir is ignored,
not refnet/models/ subdirectory
- Add empty __init__.py to make refnet.models importable as a package
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- .gitignore +1 -1
- refnet/models/__init__.py +0 -0
.gitignore
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
.idea
|
| 2 |
.vscode
|
| 3 |
-
models
|
| 4 |
*safetensors
|
| 5 |
__pycache__
|
| 6 |
preprocessor/weights
|
|
|
|
| 1 |
.idea
|
| 2 |
.vscode
|
| 3 |
+
/models
|
| 4 |
*safetensors
|
| 5 |
__pycache__
|
| 6 |
preprocessor/weights
|
refnet/models/__init__.py
ADDED
|
File without changes
|