Closed beyarkay closed 3 months ago
The U-Net is now stored in a subdirectory of the repo here. This change ensures that the UNet is downloaded from the right place.
Without this change, the code errors when running python3 gradio_dmd.py with the error message:
python3 gradio_dmd.py
OSError: Lykon/dreamshaper-8 does not appear to have a file named config.json.
because there's no config.json in the root directory (anymore)
The U-Net is now stored in a subdirectory of the repo here. This change ensures that the UNet is downloaded from the right place.
Without this change, the code errors when running
python3 gradio_dmd.py
with the error message:because there's no config.json in the root directory (anymore)