ilkerzgi commited on
Commit
33f7fa4
·
verified ·
1 Parent(s): 623e57d

Add ComfyUI usage note

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