Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def download_hf_models(output_dir: Path) -> dict:
|
|
| 58 |
"allow_patterns": ["transformer/*.safetensors"],
|
| 59 |
},
|
| 60 |
{
|
| 61 |
-
"repo_id": "
|
| 62 |
"description": "Z-Image-i2L (Image to LoRA model)",
|
| 63 |
"allow_patterns": ["*.safetensors"],
|
| 64 |
},
|
|
@@ -442,7 +442,7 @@ def create_demo():
|
|
| 442 |
|
| 443 |
gr.Markdown("""
|
| 444 |
---
|
| 445 |
-
**Resources:** [Z-Image-i2L (HuggingFace)](https://huggingface.co/
|
| 446 |
[DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) |
|
| 447 |
**Settings:** CFG=4, Sigma Shift=8, Steps=50
|
| 448 |
""")
|
|
|
|
| 58 |
"allow_patterns": ["transformer/*.safetensors"],
|
| 59 |
},
|
| 60 |
{
|
| 61 |
+
"repo_id": "DiffSynth-Studio/Z-Image-i2L",
|
| 62 |
"description": "Z-Image-i2L (Image to LoRA model)",
|
| 63 |
"allow_patterns": ["*.safetensors"],
|
| 64 |
},
|
|
|
|
| 442 |
|
| 443 |
gr.Markdown("""
|
| 444 |
---
|
| 445 |
+
**Resources:** [Z-Image-i2L (HuggingFace)](https://huggingface.co/DiffSynth-Studio/Z-Image-i2L) |
|
| 446 |
[DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) |
|
| 447 |
**Settings:** CFG=4, Sigma Shift=8, Steps=50
|
| 448 |
""")
|