davidberenstein1957 commited on
Commit
6ca2fb4
·
verified ·
1 Parent(s): b74f0f9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -85,7 +85,7 @@ Prompts used for the gallery above:
85
 
86
  ## LoRA scale
87
 
88
- 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).
89
 
90
  ## Use on Replicate
91
 
@@ -97,7 +97,7 @@ output = replicate.run(
97
  input={
98
  "prompt": "pixel art style your prompt here",
99
  "lora_weights": "https://huggingface.co/davidberenstein1957/p-image-pixel-art-lora/resolve/main/weights.safetensors",
100
- "lora_scale": 1.0,
101
  "hf_api_token": "your-hf-token",
102
  }
103
  )
 
85
 
86
  ## LoRA scale
87
 
88
+ 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).
89
 
90
  ## Use on Replicate
91
 
 
97
  input={
98
  "prompt": "pixel art style your prompt here",
99
  "lora_weights": "https://huggingface.co/davidberenstein1957/p-image-pixel-art-lora/resolve/main/weights.safetensors",
100
+ "lora_scale": 0.5,
101
  "hf_api_token": "your-hf-token",
102
  }
103
  )