ilkerzgi commited on
Commit
85d8d4b
·
verified ·
1 Parent(s): 5e1a259

Add ComfyUI usage note

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