arabmejo commited on
Commit
1069083
1 Parent(s): 71a1e34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -1,3 +1,10 @@
1
  import gradio as gr
2
 
3
- gr.load("models/Jovie/Midjourney").launch()
 
 
 
 
 
 
 
 
1
  import gradio as gr
2
 
3
+ gr.load("models/Jovie/Midjourney").launch()
4
+ from diffusers import DiffusionPipeline
5
+
6
+ pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev")
7
+ pipe.load_lora_weights("Jovie/Midjourney")
8
+
9
+ prompt = "super sultry Arabic wife, Nada", a 35 year old, Yemeni Arab woman. slim body and full lips, small breasts, black hair, wears Sexy Tight Pants Faux Leather Stretch that shows off her full pussy bulge. She look fucking amazing lady, Her body curves makes most men want to have sex with her. Height: 5 ft 3 in (160 cm) Weight: 115 lbs (52 kg) Relationship status: Married for 14 years."
10
+ image = pipe(prompt).images[0]