Spaces:
Running
on
Zero
Running
on
Zero
Florence-2-base: git checkout commit before 2025-07-15
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ hf_hub_download(repo_id="lllyasviel/ControlNet-v1-1", filename="control_v11p_sd1
|
|
| 22 |
|
| 23 |
#https://huggingface.co/microsoft/Florence-2-base
|
| 24 |
print("microsoft/Florence-2-base")
|
| 25 |
-
snapshot_download(repo_id="microsoft/Florence-2-base", local_dir="models/LLM/Florence-2-base/")
|
| 26 |
|
| 27 |
#https://huggingface.co/ahtoshkaa/Dreamshaper/blob/d4415d1a2644f08ab34bd7adabfbbb70571a782a/dreamshaper_8Inpainting.safetensors
|
| 28 |
print("dreamshaper_8Inpainting.safetensors")
|
|
|
|
| 22 |
|
| 23 |
#https://huggingface.co/microsoft/Florence-2-base
|
| 24 |
print("microsoft/Florence-2-base")
|
| 25 |
+
snapshot_download(repo_id="microsoft/Florence-2-base", local_dir="models/LLM/Florence-2-base/", revision='ceaf371f01ef66192264811b390bccad475a4f02')
|
| 26 |
|
| 27 |
#https://huggingface.co/ahtoshkaa/Dreamshaper/blob/d4415d1a2644f08ab34bd7adabfbbb70571a782a/dreamshaper_8Inpainting.safetensors
|
| 28 |
print("dreamshaper_8Inpainting.safetensors")
|