Skip to content

Commit

Permalink
Document which text encoder to use for lumina 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Feb 8, 2025
1 parent 832e3f5 commit af93c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def INPUT_TYPES(s):

CATEGORY = "advanced/loaders"

DESCRIPTION = "[Recipes]\n\nstable_diffusion: clip-l\nstable_cascade: clip-g\nsd3: t5 / clip-g / clip-l\nstable_audio: t5\nmochi: t5\ncosmos: old t5 xxl"
DESCRIPTION = "[Recipes]\n\nstable_diffusion: clip-l\nstable_cascade: clip-g\nsd3: t5 / clip-g / clip-l\nstable_audio: t5\nmochi: t5\ncosmos: old t5 xxl\nlumina2: gemma 2 2B"

def load_clip(self, clip_name, type="stable_diffusion", device="default"):
if type == "stable_cascade":
Expand Down

0 comments on commit af93c8d

Please sign in to comment.