leemonz commited on
Commit
4256ae3
·
verified ·
1 Parent(s): fa9296b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,9 +3,9 @@ from diffusers import StableDiffusionXLPipeline
3
  import gradio as gr
4
 
5
  # Modelo base
6
- BASE_MODEL = "stabilityai/stable-diffusion-xl-base-1.0"
7
  # LoRA de ejemplo (puedes cambiarlo por el tuyo)
8
- LORA_MODEL = "nerijs/pixel-art-xl"
9
 
10
  print("Cargando modelo base...")
11
  pipe = StableDiffusionXLPipeline.from_pretrained(
 
3
  import gradio as gr
4
 
5
  # Modelo base
6
+ BASE_MODEL = "dhead/wai-nsfw-illustrious-sdxl-v140-sdxl"
7
  # LoRA de ejemplo (puedes cambiarlo por el tuyo)
8
+ LORA_MODEL = "leemonz/ROSPRITE"
9
 
10
  print("Cargando modelo base...")
11
  pipe = StableDiffusionXLPipeline.from_pretrained(