Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.gitignore 716 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
  1. __pycache__
  2. *.ckpt
  3. *.safetensors
  4. *.pth
  5. *.pt
  6. *.bin
  7. *.patch
  8. *.backup
  9. *.corrupted
  10. *.partial
  11. *.onnx
  12. sorted_styles.json
  13. hash_cache.txt
  14. /input
  15. /cache
  16. /language/default.json
  17. /test_imgs
  18. config.txt
  19. config_modification_tutorial.txt
  20. user_path_config.txt
  21. user_path_config-deprecated.txt
  22. /modules/*.png
  23. /repositories
  24. /fooocus_env
  25. /venv
  26. /tmp
  27. /ui-config.json
  28. /outputs
  29. /config.json
  30. /log
  31. /webui.settings.bat
  32. /embeddings
  33. /styles.csv
  34. /params.txt
  35. /styles.csv.bak
  36. /webui-user.bat
  37. /webui-user.sh
  38. /interrogate
  39. /user.css
  40. /.idea
  41. /notification.ogg
  42. /notification.mp3
  43. /SwinIR
  44. /textual_inversion
  45. .vscode
  46. /extensions
  47. /test/stdout.txt
  48. /test/stderr.txt
  49. /cache.json*
  50. /config_states/
  51. /node_modules
  52. /package-lock.json
  53. /.coverage*
  54. /auth.json
  55. .DS_Store
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...