ilkerzgi commited on
Commit
085d954
·
verified ·
1 Parent(s): 65984e8

Add ComfyUI usage note

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -114,3 +114,11 @@ print(result)
114
  ## License
115
 
116
  Krea 2 Community License. See the [license](https://huggingface.co/krea/Krea-2-LoRA-impressionist/blob/main/LICENSE.pdf).
 
 
 
 
 
 
 
 
 
114
  ## License
115
 
116
  Krea 2 Community License. See the [license](https://huggingface.co/krea/Krea-2-LoRA-impressionist/blob/main/LICENSE.pdf).
117
+
118
+ ## ComfyUI
119
+
120
+ A ComfyUI-compatible copy of the weights is included in this repo: **`layered-paper-relief-comfy.safetensors`**. It is the
121
+ exact same LoRA with the key prefix remapped (`base_model.model.` to `diffusion_model.`) so
122
+ ComfyUI loads it directly. Download that file into `ComfyUI/models/loras/` and use it like
123
+ any other LoRA. The original `layered-paper-relief.safetensors` is for [fal](https://fal.ai) / diffusers.
124
+