toto10 commited on
Commit
c12e284
1 Parent(s): dc509fb

4264c4d12869f7d821b119b8f4bb517fd753341e9f34380a649854cef9628906

Browse files
Files changed (50) hide show
  1. models/VAE-approx/model.pt +3 -0
  2. models/VAE-taesd/taesd_decoder.pth +3 -0
  3. models/VAE/kl-f8-anime2.ckpt +3 -0
  4. models/deepbooru/Put your deepbooru release project folder here.txt +0 -0
  5. models/karlo/ViT-L-14_stats.th +0 -0
  6. modules/Roboto-Regular.ttf +0 -0
  7. modules/__pycache__/cache.cpython-310.pyc +0 -0
  8. modules/__pycache__/call_queue.cpython-310.pyc +0 -0
  9. modules/__pycache__/cmd_args.cpython-310.pyc +0 -0
  10. modules/__pycache__/codeformer_model.cpython-310.pyc +0 -0
  11. modules/__pycache__/config_states.cpython-310.pyc +0 -0
  12. modules/__pycache__/deepbooru.cpython-310.pyc +0 -0
  13. modules/__pycache__/deepbooru_model.cpython-310.pyc +0 -0
  14. modules/__pycache__/devices.cpython-310.pyc +0 -0
  15. modules/__pycache__/errors.cpython-310.pyc +0 -0
  16. modules/__pycache__/esrgan_model.cpython-310.pyc +0 -0
  17. modules/__pycache__/esrgan_model_arch.cpython-310.pyc +0 -0
  18. modules/__pycache__/extensions.cpython-310.pyc +0 -0
  19. modules/__pycache__/extra_networks.cpython-310.pyc +0 -0
  20. modules/__pycache__/extra_networks_hypernet.cpython-310.pyc +0 -0
  21. modules/__pycache__/extras.cpython-310.pyc +0 -0
  22. modules/__pycache__/face_restoration.cpython-310.pyc +0 -0
  23. modules/__pycache__/generation_parameters_copypaste.cpython-310.pyc +0 -0
  24. modules/__pycache__/gfpgan_model.cpython-310.pyc +0 -0
  25. modules/__pycache__/gitpython_hack.cpython-310.pyc +0 -0
  26. modules/__pycache__/hashes.cpython-310.pyc +0 -0
  27. modules/__pycache__/images.cpython-310.pyc +0 -0
  28. modules/__pycache__/img2img.cpython-310.pyc +0 -0
  29. modules/__pycache__/import_hook.cpython-310.pyc +0 -0
  30. modules/__pycache__/interrogate.cpython-310.pyc +0 -0
  31. modules/__pycache__/launch_utils.cpython-310.pyc +0 -0
  32. modules/__pycache__/localization.cpython-310.pyc +0 -0
  33. modules/__pycache__/lowvram.cpython-310.pyc +0 -0
  34. modules/__pycache__/masking.cpython-310.pyc +0 -0
  35. modules/__pycache__/memmon.cpython-310.pyc +0 -0
  36. modules/__pycache__/modelloader.cpython-310.pyc +0 -0
  37. modules/__pycache__/ngrok.cpython-310.pyc +0 -0
  38. modules/__pycache__/paths.cpython-310.pyc +0 -0
  39. modules/__pycache__/paths_internal.cpython-310.pyc +0 -0
  40. modules/__pycache__/postprocessing.cpython-310.pyc +0 -0
  41. modules/__pycache__/processing.cpython-310.pyc +0 -0
  42. modules/__pycache__/progress.cpython-310.pyc +0 -0
  43. modules/__pycache__/prompt_parser.cpython-310.pyc +0 -0
  44. modules/__pycache__/realesrgan_model.cpython-310.pyc +0 -0
  45. modules/__pycache__/restart.cpython-310.pyc +0 -0
  46. modules/__pycache__/safe.cpython-310.pyc +0 -0
  47. modules/__pycache__/script_callbacks.cpython-310.pyc +0 -0
  48. modules/__pycache__/script_loading.cpython-310.pyc +0 -0
  49. modules/__pycache__/scripts.cpython-310.pyc +0 -0
  50. modules/__pycache__/scripts_auto_postprocessing.cpython-310.pyc +0 -0
models/VAE-approx/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f88c9078bb2238cdd0d8864671dd33e3f42e091e41f08903f3c15e4a54a9b39
3
+ size 213777
models/VAE-taesd/taesd_decoder.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a575a762b1e2bea349f13a3528cdb2c3b2ead1093751ecc02ceaa35f6a8d3895
3
+ size 4913525
models/VAE/kl-f8-anime2.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df3c506e51b7ee1d7b5a6a2bb7142d47d488743c96aa778afb0f53a2cdc2d38d
3
+ size 404662241
models/deepbooru/Put your deepbooru release project folder here.txt ADDED
File without changes
models/karlo/ViT-L-14_stats.th ADDED
Binary file (7.08 kB). View file
 
modules/Roboto-Regular.ttf ADDED
Binary file (306 kB). View file
 
modules/__pycache__/cache.cpython-310.pyc ADDED
Binary file (3.56 kB). View file
 
modules/__pycache__/call_queue.cpython-310.pyc ADDED
Binary file (3.82 kB). View file
 
modules/__pycache__/cmd_args.cpython-310.pyc ADDED
Binary file (11.8 kB). View file
 
modules/__pycache__/codeformer_model.cpython-310.pyc ADDED
Binary file (4.64 kB). View file
 
modules/__pycache__/config_states.cpython-310.pyc ADDED
Binary file (4.52 kB). View file
 
modules/__pycache__/deepbooru.cpython-310.pyc ADDED
Binary file (3.74 kB). View file
 
modules/__pycache__/deepbooru_model.cpython-310.pyc ADDED
Binary file (19.3 kB). View file
 
modules/__pycache__/devices.cpython-310.pyc ADDED
Binary file (5.26 kB). View file
 
modules/__pycache__/errors.cpython-310.pyc ADDED
Binary file (2.61 kB). View file
 
modules/__pycache__/esrgan_model.cpython-310.pyc ADDED
Binary file (6.45 kB). View file
 
modules/__pycache__/esrgan_model_arch.cpython-310.pyc ADDED
Binary file (15 kB). View file
 
modules/__pycache__/extensions.cpython-310.pyc ADDED
Binary file (5.43 kB). View file
 
modules/__pycache__/extra_networks.cpython-310.pyc ADDED
Binary file (5.62 kB). View file
 
modules/__pycache__/extra_networks_hypernet.cpython-310.pyc ADDED
Binary file (1.8 kB). View file
 
modules/__pycache__/extras.cpython-310.pyc ADDED
Binary file (8.32 kB). View file
 
modules/__pycache__/face_restoration.cpython-310.pyc ADDED
Binary file (1.02 kB). View file
 
modules/__pycache__/generation_parameters_copypaste.cpython-310.pyc ADDED
Binary file (11.8 kB). View file
 
modules/__pycache__/gfpgan_model.cpython-310.pyc ADDED
Binary file (3.72 kB). View file
 
modules/__pycache__/gitpython_hack.cpython-310.pyc ADDED
Binary file (1.76 kB). View file
 
modules/__pycache__/hashes.cpython-310.pyc ADDED
Binary file (2.18 kB). View file
 
modules/__pycache__/images.cpython-310.pyc ADDED
Binary file (26.5 kB). View file
 
modules/__pycache__/img2img.cpython-310.pyc ADDED
Binary file (7.58 kB). View file
 
modules/__pycache__/import_hook.cpython-310.pyc ADDED
Binary file (235 Bytes). View file
 
modules/__pycache__/interrogate.cpython-310.pyc ADDED
Binary file (8.45 kB). View file
 
modules/__pycache__/launch_utils.cpython-310.pyc ADDED
Binary file (14.3 kB). View file
 
modules/__pycache__/localization.cpython-310.pyc ADDED
Binary file (1.12 kB). View file
 
modules/__pycache__/lowvram.cpython-310.pyc ADDED
Binary file (2.71 kB). View file
 
modules/__pycache__/masking.cpython-310.pyc ADDED
Binary file (2.6 kB). View file
 
modules/__pycache__/memmon.cpython-310.pyc ADDED
Binary file (2.85 kB). View file
 
modules/__pycache__/modelloader.cpython-310.pyc ADDED
Binary file (5.33 kB). View file
 
modules/__pycache__/ngrok.cpython-310.pyc ADDED
Binary file (978 Bytes). View file
 
modules/__pycache__/paths.cpython-310.pyc ADDED
Binary file (1.91 kB). View file
 
modules/__pycache__/paths_internal.cpython-310.pyc ADDED
Binary file (1.22 kB). View file
 
modules/__pycache__/postprocessing.cpython-310.pyc ADDED
Binary file (3.15 kB). View file
 
modules/__pycache__/processing.cpython-310.pyc ADDED
Binary file (40.2 kB). View file
 
modules/__pycache__/progress.cpython-310.pyc ADDED
Binary file (4.36 kB). View file
 
modules/__pycache__/prompt_parser.cpython-310.pyc ADDED
Binary file (15.9 kB). View file
 
modules/__pycache__/realesrgan_model.cpython-310.pyc ADDED
Binary file (4.93 kB). View file
 
modules/__pycache__/restart.cpython-310.pyc ADDED
Binary file (971 Bytes). View file
 
modules/__pycache__/safe.cpython-310.pyc ADDED
Binary file (6.13 kB). View file
 
modules/__pycache__/script_callbacks.cpython-310.pyc ADDED
Binary file (14.3 kB). View file
 
modules/__pycache__/script_loading.cpython-310.pyc ADDED
Binary file (1.04 kB). View file
 
modules/__pycache__/scripts.cpython-310.pyc ADDED
Binary file (22.5 kB). View file
 
modules/__pycache__/scripts_auto_postprocessing.cpython-310.pyc ADDED
Binary file (2.3 kB). View file