ilkerzgi commited on
Commit
1d02854
·
verified ·
1 Parent(s): 179545f

Add ComfyUI usage note

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -102,3 +102,11 @@ print(result)
102
  ## License
103
 
104
  Krea 2 Community License. See the [license](https://huggingface.co/krea/Krea-2-LoRA-impressionist/blob/main/LICENSE.pdf).
 
 
 
 
 
 
 
 
 
102
  ## License
103
 
104
  Krea 2 Community License. See the [license](https://huggingface.co/krea/Krea-2-LoRA-impressionist/blob/main/LICENSE.pdf).
105
+
106
+ ## ComfyUI
107
+
108
+ A ComfyUI-compatible copy of the weights is included in this repo: **`burnt-orange-motion-blur-comfy.safetensors`**. It is the
109
+ exact same LoRA with the key prefix remapped (`base_model.model.` to `diffusion_model.`) so
110
+ ComfyUI loads it directly. Download that file into `ComfyUI/models/loras/` and use it like
111
+ any other LoRA. The original `burnt-orange-motion-blur.safetensors` is for [fal](https://fal.ai) / diffusers.
112
+