Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
michaeltrs
/
text2face
like
0
Diffusers
English
lora
image-generation
diffusion
face-generation
text-conditioned-human-portrait
synthetic-captions
License:
mit
Model card
Files
Files and versions
Community
Use this model
ad05ce1
text2face
/
download.py
michaeltrs
adding code
ad05ce1
10 months ago
raw
Copy download link
history
blame
255 Bytes
from
huggingface_hub
import
hf_hub_download
if
__name__ ==
"__main__"
:
hf_hub_download(repo_id=
"michaeltrs/text2face"
,
filename=
"checkpoints/lora30k/pytorch_lora_weights.safetensors"
,
local_dir=
"checkpoints"
)