ilkerzgi commited on
Commit
dd1a8ea
·
verified ·
1 Parent(s): b78365b

Add ComfyUI usage note

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