Update app.py
Browse files
app.py
CHANGED
@@ -213,6 +213,7 @@ h4 {
|
|
213 |
filter: brightness(150%);
|
214 |
}
|
215 |
"""
|
|
|
216 |
# Creating Gradio interface
|
217 |
with gr.Blocks(css=css2, theme=IndonesiaTheme()) as WallpaperFluxMaker:
|
218 |
# Displaying the application title
|
@@ -228,7 +229,7 @@ with gr.Blocks(css=css2, theme=IndonesiaTheme()) as WallpaperFluxMaker:
|
|
228 |
# Column 1: Input prompt, LoRA, and base model
|
229 |
with gr.Column(scale=1, elem_id="col-left"):
|
230 |
prompt = gr.Textbox(
|
231 |
-
label="📜
|
232 |
placeholder="Tuliskan prompt Anda dalam bahasa apapun, yang akan langsung diterjemahkan ke bahasa Inggris.",
|
233 |
elem_id="textbox-prompt"
|
234 |
)
|
@@ -251,8 +252,8 @@ with gr.Blocks(css=css2, theme=IndonesiaTheme()) as WallpaperFluxMaker:
|
|
251 |
choices=[
|
252 |
"Shakker-Labs/FLUX.1-dev-LoRA-add-details",
|
253 |
"XLabs-AI/flux-RealismLora",
|
254 |
-
"enhanceaiteam/Flux-uncensored
|
255 |
-
],
|
256 |
value="XLabs-AI/flux-RealismLora"
|
257 |
)
|
258 |
|
|
|
213 |
filter: brightness(150%);
|
214 |
}
|
215 |
"""
|
216 |
+
loras_list_custom=["Keltezaa/anal-riding-missionary","Keltezaa/Fingering","Keltezaa/Spreading","Keltezaa/flux-prone-ass-spread-hd","Keltezaa/Flux_P"]
|
217 |
# Creating Gradio interface
|
218 |
with gr.Blocks(css=css2, theme=IndonesiaTheme()) as WallpaperFluxMaker:
|
219 |
# Displaying the application title
|
|
|
229 |
# Column 1: Input prompt, LoRA, and base model
|
230 |
with gr.Column(scale=1, elem_id="col-left"):
|
231 |
prompt = gr.Textbox(
|
232 |
+
label="📜 Description",
|
233 |
placeholder="Tuliskan prompt Anda dalam bahasa apapun, yang akan langsung diterjemahkan ke bahasa Inggris.",
|
234 |
elem_id="textbox-prompt"
|
235 |
)
|
|
|
252 |
choices=[
|
253 |
"Shakker-Labs/FLUX.1-dev-LoRA-add-details",
|
254 |
"XLabs-AI/flux-RealismLora",
|
255 |
+
"enhanceaiteam/Flux-uncensored,
|
256 |
+
]+loras_list_custom,
|
257 |
value="XLabs-AI/flux-RealismLora"
|
258 |
)
|
259 |
|