Rishi Desai commited on
Commit
76fbdb5
·
1 Parent(s): 7d09a23

rename file fix

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -84,7 +84,7 @@ Run `python run_comfy.py`. There are two workflows:
84
  - The script and demo run a ComfyUI server ephemerally
85
  - Gradio demo is faster than the script because the models remain loaded in memory and ComfyUI server is booted up.
86
  - Images are saved in `FaceEnhance/ComfyUI/input/scratch/`
87
- - `FaceEnhancementProd.py` was created with the [ComfyUI-to-Python-Extension](https://github.com/pydn/ComfyUI-to-Python-Extension) and re-engineered for efficiency and function.
88
  - Face cropping, upscaling, and captioning are unavailable; these will be added in an update.
89
 
90
  ### Troubleshooting
 
84
  - The script and demo run a ComfyUI server ephemerally
85
  - Gradio demo is faster than the script because the models remain loaded in memory and ComfyUI server is booted up.
86
  - Images are saved in `FaceEnhance/ComfyUI/input/scratch/`
87
+ - `face_enhance.py` was created with the [ComfyUI-to-Python-Extension](https://github.com/pydn/ComfyUI-to-Python-Extension) and re-engineered for efficiency and function.
88
  - Face cropping, upscaling, and captioning are unavailable; these will be added in an update.
89
 
90
  ### Troubleshooting