This commit is contained in:
Artiprocher
2024-12-18 20:32:23 +08:00
parent b84f906964
commit 469a0405a1
3 changed files with 46 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ pipe = FluxImagePipeline.from_model_manager(model_manager)
image = pipe(prompt=prompt, seed=0)
image.save("image.jpg")
# Download ArtAug LoRA
# Download and load ArtAug LoRA
lora_path = download_customized_models(
model_id="DiffSynth-Studio/ArtAug-lora-FLUX.1dev-v1",
origin_file_path="merged_lora.safetensors",