salomonsky commited on
Commit
bb48252
verified
1 Parent(s): bd60564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ def main():
179
 
180
  prompt = st.sidebar.text_area("Descripci贸n de la imagen", height=150, max_chars=500)
181
  format_option = st.sidebar.selectbox("Formato", ["9:16", "16:9", "1:1"])
182
- model_option = st.sidebar.selectbox("Modelo", ["aifeifei798/flux-lora-uncensored", "Ryouko65777/Flux-Uncensored-V2", "enhanceaiteam/Flux-uncensored", "enhanceaiteam/Flux-Uncensored-V2", "shauray/FLUX-UNCENSORED-merged", "anthienlong/prashanth970-uncensored", "Keltezaa/Dynamic_Pose_Uncensored"])
183
  prompt_enhance = st.sidebar.checkbox("Mejorar Prompt", True)
184
  num_variants = st.sidebar.slider("N煤mero de im谩genes", 1, 8, 8)
185
  width, height = (720, 1280) if format_option == "9:16" else (1280, 720) if format_option == "16:9" else (1280, 1280)
 
179
 
180
  prompt = st.sidebar.text_area("Descripci贸n de la imagen", height=150, max_chars=500)
181
  format_option = st.sidebar.selectbox("Formato", ["9:16", "16:9", "1:1"])
182
+ model_option = st.sidebar.selectbox("Modelo", ["salomonsky/flux3"])
183
  prompt_enhance = st.sidebar.checkbox("Mejorar Prompt", True)
184
  num_variants = st.sidebar.slider("N煤mero de im谩genes", 1, 8, 8)
185
  width, height = (720, 1280) if format_option == "9:16" else (1280, 720) if format_option == "16:9" else (1280, 1280)