Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +3 -9
- Roboto-Regular.ttf +0 -0
- __pycache__/cache.cpython-310.pyc +0 -0
- __pycache__/call_queue.cpython-310.pyc +0 -0
- __pycache__/cmd_args.cpython-310.pyc +0 -0
- __pycache__/codeformer_model.cpython-310.pyc +0 -0
- __pycache__/config_states.cpython-310.pyc +0 -0
- __pycache__/dat_model.cpython-310.pyc +0 -0
- __pycache__/deepbooru.cpython-310.pyc +0 -0
- __pycache__/deepbooru_model.cpython-310.pyc +0 -0
- __pycache__/devices.cpython-310.pyc +0 -0
- __pycache__/errors.cpython-310.pyc +0 -0
- __pycache__/esrgan_model.cpython-310.pyc +0 -0
- __pycache__/extensions.cpython-310.pyc +0 -0
- __pycache__/extra_networks.cpython-310.pyc +0 -0
- __pycache__/extra_networks_hypernet.cpython-310.pyc +0 -0
- __pycache__/extras.cpython-310.pyc +0 -0
- __pycache__/face_restoration.cpython-310.pyc +0 -0
- __pycache__/face_restoration_utils.cpython-310.pyc +0 -0
- __pycache__/fifo_lock.cpython-310.pyc +0 -0
- __pycache__/gfpgan_model.cpython-310.pyc +0 -0
- __pycache__/gitpython_hack.cpython-310.pyc +0 -0
- __pycache__/gradio_extensons.cpython-310.pyc +0 -0
- __pycache__/hashes.cpython-310.pyc +0 -0
- __pycache__/hat_model.cpython-310.pyc +0 -0
- __pycache__/images.cpython-310.pyc +0 -0
- __pycache__/img2img.cpython-310.pyc +0 -0
- __pycache__/import_hook.cpython-310.pyc +0 -0
- __pycache__/infotext_utils.cpython-310.pyc +0 -0
- __pycache__/infotext_versions.cpython-310.pyc +0 -0
- __pycache__/initialize.cpython-310.pyc +0 -0
- __pycache__/initialize_util.cpython-310.pyc +0 -0
- __pycache__/interrogate.cpython-310.pyc +0 -0
- __pycache__/launch_utils.cpython-310.pyc +0 -0
- __pycache__/localization.cpython-310.pyc +0 -0
- __pycache__/logging_config.cpython-310.pyc +0 -0
- __pycache__/lowvram.cpython-310.pyc +0 -0
- __pycache__/masking.cpython-310.pyc +0 -0
- __pycache__/memmon.cpython-310.pyc +0 -0
- __pycache__/modelloader.cpython-310.pyc +0 -0
- __pycache__/npu_specific.cpython-310.pyc +0 -0
- __pycache__/options.cpython-310.pyc +0 -0
- __pycache__/patches.cpython-310.pyc +0 -0
- __pycache__/paths.cpython-310.pyc +0 -0
- __pycache__/paths_internal.cpython-310.pyc +0 -0
- __pycache__/postprocessing.cpython-310.pyc +0 -0
- __pycache__/processing.cpython-310.pyc +0 -0
- __pycache__/progress.cpython-310.pyc +0 -0
- __pycache__/prompt_parser.cpython-310.pyc +0 -0
- __pycache__/realesrgan_model.cpython-310.pyc +0 -0
README.md
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
|
4 |
-
colorFrom: green
|
5 |
-
colorTo: green
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
---
|
11 |
-
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: modules
|
3 |
+
app_file: errors.py
|
|
|
|
|
4 |
sdk: gradio
|
5 |
+
sdk_version: 4.27.0
|
|
|
|
|
6 |
---
|
|
|
|
Roboto-Regular.ttf
ADDED
Binary file (306 kB). View file
|
|
__pycache__/cache.cpython-310.pyc
ADDED
Binary file (4.06 kB). View file
|
|
__pycache__/call_queue.cpython-310.pyc
ADDED
Binary file (3.95 kB). View file
|
|
__pycache__/cmd_args.cpython-310.pyc
ADDED
Binary file (13.7 kB). View file
|
|
__pycache__/codeformer_model.cpython-310.pyc
ADDED
Binary file (2.52 kB). View file
|
|
__pycache__/config_states.cpython-310.pyc
ADDED
Binary file (4.7 kB). View file
|
|
__pycache__/dat_model.cpython-310.pyc
ADDED
Binary file (2.61 kB). View file
|
|
__pycache__/deepbooru.cpython-310.pyc
ADDED
Binary file (3.79 kB). View file
|
|
__pycache__/deepbooru_model.cpython-310.pyc
ADDED
Binary file (19.4 kB). View file
|
|
__pycache__/devices.cpython-310.pyc
ADDED
Binary file (7.93 kB). View file
|
|
__pycache__/errors.cpython-310.pyc
ADDED
Binary file (5.09 kB). View file
|
|
__pycache__/esrgan_model.cpython-310.pyc
ADDED
Binary file (2.27 kB). View file
|
|
__pycache__/extensions.cpython-310.pyc
ADDED
Binary file (9.83 kB). View file
|
|
__pycache__/extra_networks.cpython-310.pyc
ADDED
Binary file (7.37 kB). View file
|
|
__pycache__/extra_networks_hypernet.cpython-310.pyc
ADDED
Binary file (1.85 kB). View file
|
|
__pycache__/extras.cpython-310.pyc
ADDED
Binary file (9 kB). View file
|
|
__pycache__/face_restoration.cpython-310.pyc
ADDED
Binary file (1.08 kB). View file
|
|
__pycache__/face_restoration_utils.cpython-310.pyc
ADDED
Binary file (6.83 kB). View file
|
|
__pycache__/fifo_lock.cpython-310.pyc
ADDED
Binary file (1.37 kB). View file
|
|
__pycache__/gfpgan_model.cpython-310.pyc
ADDED
Binary file (2.67 kB). View file
|
|
__pycache__/gitpython_hack.cpython-310.pyc
ADDED
Binary file (1.81 kB). View file
|
|
__pycache__/gradio_extensons.cpython-310.pyc
ADDED
Binary file (2.28 kB). View file
|
|
__pycache__/hashes.cpython-310.pyc
ADDED
Binary file (2.28 kB). View file
|
|
__pycache__/hat_model.cpython-310.pyc
ADDED
Binary file (1.85 kB). View file
|
|
__pycache__/images.cpython-310.pyc
ADDED
Binary file (30.6 kB). View file
|
|
__pycache__/img2img.cpython-310.pyc
ADDED
Binary file (7.03 kB). View file
|
|
__pycache__/import_hook.cpython-310.pyc
ADDED
Binary file (558 Bytes). View file
|
|
__pycache__/infotext_utils.cpython-310.pyc
ADDED
Binary file (15.2 kB). View file
|
|
__pycache__/infotext_versions.cpython-310.pyc
ADDED
Binary file (1.27 kB). View file
|
|
__pycache__/initialize.cpython-310.pyc
ADDED
Binary file (5.68 kB). View file
|
|
__pycache__/initialize_util.cpython-310.pyc
ADDED
Binary file (8.17 kB). View file
|
|
__pycache__/interrogate.cpython-310.pyc
ADDED
Binary file (8.48 kB). View file
|
|
__pycache__/launch_utils.cpython-310.pyc
ADDED
Binary file (16.5 kB). View file
|
|
__pycache__/localization.cpython-310.pyc
ADDED
Binary file (1.21 kB). View file
|
|
__pycache__/logging_config.cpython-310.pyc
ADDED
Binary file (1.62 kB). View file
|
|
__pycache__/lowvram.cpython-310.pyc
ADDED
Binary file (3.19 kB). View file
|
|
__pycache__/masking.cpython-310.pyc
ADDED
Binary file (3.28 kB). View file
|
|
__pycache__/memmon.cpython-310.pyc
ADDED
Binary file (2.91 kB). View file
|
|
__pycache__/modelloader.cpython-310.pyc
ADDED
Binary file (5.15 kB). View file
|
|
__pycache__/npu_specific.cpython-310.pyc
ADDED
Binary file (961 Bytes). View file
|
|
__pycache__/options.cpython-310.pyc
ADDED
Binary file (11.7 kB). View file
|
|
__pycache__/patches.cpython-310.pyc
ADDED
Binary file (1.92 kB). View file
|
|
__pycache__/paths.cpython-310.pyc
ADDED
Binary file (1.91 kB). View file
|
|
__pycache__/paths_internal.cpython-310.pyc
ADDED
Binary file (1.53 kB). View file
|
|
__pycache__/postprocessing.cpython-310.pyc
ADDED
Binary file (4.53 kB). View file
|
|
__pycache__/processing.cpython-310.pyc
ADDED
Binary file (51.2 kB). View file
|
|
__pycache__/progress.cpython-310.pyc
ADDED
Binary file (5.72 kB). View file
|
|
__pycache__/prompt_parser.cpython-310.pyc
ADDED
Binary file (17 kB). View file
|
|
__pycache__/realesrgan_model.cpython-310.pyc
ADDED
Binary file (3.48 kB). View file
|
|