JD-2006
JD-2006
**Is your feature request related to a problem? Please describe.** Having the choice to choose installation location in case you want to install to another drive. **Describe the solution you'd...
Here is my argument: python inference_image.py configs/base_dvd.yaml demo/dbn_ckpt.pth --img=2016-3A-00000.png --save_path=inference_results Traceback (most recent call last): File "C:\Users\Test\Documents\Image_Scripts\SimDeblur\inference_image.py", line 81, in inference() File "C:\Users\Test\Documents\Image_Scripts\SimDeblur\inference_image.py", line 46, in inference arch = build_meta_arch(cfg)...
Adding tqdm progress bar for more accurate completion time
Adding a progress bar that is more accurate and informative than the gradio one. ``` from tqdm import tqdm # Import tqdm # Process each frame with tqdm total_frames =...
Re-host 'ckpts' on a server we could download from within a google colab using wget or curl.
```!git clone https://github.com/modelscope/DiffSynth-Studio.git %cd DiffSynth-Studio !pip install -e . !pip install cpm_kernels !pip install gradio !apt-get update !apt-get install -y --no-install-recommends libgl1 libglib2.0-0 # apt-get install ffmpeg libsm6 libxext6 -y...
Would be nice to monitor training loss through use of tensorboard graphs on v1 and v2. Thanks