Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datou1111
/
flux-sincity-movie
like
9
Text-to-Image
Diffusers
FLUX.1-dev
lora
template:flux-lora
License:
flux-dev-license
Model card
Files
Files and versions
Community
Deploy
Use this model
Datou1111
commited on
Sep 9
Commit
eb27d48
•
1 Parent(s):
dd0c368
Upload go.cmd
Browse files
Files changed (1)
hide
show
go.cmd
+5
-0
go.cmd
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
set http_proxy=http://127.0.0.1:7890
2
+
set https_proxy=http://127.0.0.1:7890
3
+
call venv\Scripts\activate.bat
4
+
python run.py config/train_sincity.yaml
5
+
pause