quick launch bat files #19
Replies: 1 comment
-
I've also made a batch file to open IC-Light. This addresses the theme-dark issue. I open Vivaldi as the browser because it doesn't use any memory from my GPU. Make changes as needed. @echo off if "%choice%"=="1" goto run_one_image echo Invalid choice. Please try again. :run_one_image :run_bg_image :update_repo :open_iclight_env :end |
Beta Was this translation helpful? Give feedback.
-
Python noob here. I made two bat files to quickly activate conda iclight env and run the demo.py
RUN-ONLY ONE IMAGE SOURCE.bat
cd F:\AI-SOFTWARES\IC-Light
call conda activate iclight && python gradio_demo.py
RUN-WITH BACKGROUND IMAGE.bat
cd F:\AI-SOFTWARES\IC-Light
call conda activate iclight && python gradio_demo_bg.py
I haven't figured how to get --inbrowser --theme dark to work, maybe someone can
Beta Was this translation helpful? Give feedback.
All reactions