KKNTR commited on
Commit
5765406
·
verified ·
1 Parent(s): f233e82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,7 +14,7 @@ pipe = StableDiffusionXLPipeline.from_pretrained(
14
 
15
  # --- Rekisteröidään pysyvät LoRAt ADAPTEREINA (ei painoja vielä) ---
16
  PERSISTENT_LORAS = {
17
- "base1": ("kkntr/lora12", 1.0), # oletuspaino; muutettavissa generate():ssa
18
  "base2": ("kkntr/lora2", 0.5),
19
  "base3": ("kkntr/lora10", 0.3),
20
  "base4": ("kkntr/lora1", 0.2),
@@ -31,7 +31,7 @@ STYLE_LORAS = {
31
  "Penis through leghole": ("kkntr/lora7", 1.0, "penis through leghole, loose shorts, poking out", "style_ptl"),
32
  "Frottage": ("kkntr/lora8", 1.0, "byfrottage, frottage", "style_fr"),
33
  "Penis towards viewer": ("kkntr/lora9", 1.0, "penis_towards_viewer", "style_ptv"),
34
- "Foreskin play closeup": ("kkntr/lora11", 1.0, "ZonkFS, close-up, furry, anthro, faceless male, penis, foreskin, fellatio, oral, foreskin kiss, foreskin play, side view, steam", "style_fscl"),
35
  }
36
  for key, spec in STYLE_LORAS.items():
37
  repo = spec[0]
 
14
 
15
  # --- Rekisteröidään pysyvät LoRAt ADAPTEREINA (ei painoja vielä) ---
16
  PERSISTENT_LORAS = {
17
+ "base1": ("kkntr/lora12", 0.8), # oletuspaino; muutettavissa generate():ssa
18
  "base2": ("kkntr/lora2", 0.5),
19
  "base3": ("kkntr/lora10", 0.3),
20
  "base4": ("kkntr/lora1", 0.2),
 
31
  "Penis through leghole": ("kkntr/lora7", 1.0, "penis through leghole, loose shorts, poking out", "style_ptl"),
32
  "Frottage": ("kkntr/lora8", 1.0, "byfrottage, frottage", "style_fr"),
33
  "Penis towards viewer": ("kkntr/lora9", 1.0, "penis_towards_viewer", "style_ptv"),
34
+ "Foreskin play closeup": ("kkntr/lora11", 0.8, "ZonkFS, tongue in foreskin, close-up, furry, anthro, faceless male, penis, foreskin, fellatio, oral, foreskin play, side view, steam", "style_fscl"),
35
  }
36
  for key, spec in STYLE_LORAS.items():
37
  repo = spec[0]