davidberenstein1957 commited on
Commit
a5994de
·
verified ·
1 Parent(s): abdcc25

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -86,7 +86,7 @@ Prompts used for the gallery above:
86
 
87
  ## LoRA scale
88
 
89
- The gallery was generated with **`lora_scale=1.0`**. You can tune this when running inference (e.g. lower for a subtler effect, higher for a stronger style).
90
 
91
  ## Use on Replicate
92
 
@@ -98,7 +98,7 @@ output = replicate.run(
98
  input={
99
  "prompt": "DADADOLL style your prompt here",
100
  "lora_weights": "https://huggingface.co/davidberenstein1957/p-image-photos-modernism-art-lora/resolve/main/weights.safetensors",
101
- "lora_scale": 1.0,
102
  "hf_api_token": "your-hf-token",
103
  }
104
  )
 
86
 
87
  ## LoRA scale
88
 
89
+ The gallery was generated with **`lora_scale=0.5`**. You can tune this when running inference (e.g. lower for a subtler effect, higher for a stronger style).
90
 
91
  ## Use on Replicate
92
 
 
98
  input={
99
  "prompt": "DADADOLL style your prompt here",
100
  "lora_weights": "https://huggingface.co/davidberenstein1957/p-image-photos-modernism-art-lora/resolve/main/weights.safetensors",
101
+ "lora_scale": 0.5,
102
  "hf_api_token": "your-hf-token",
103
  }
104
  )