prithivMLmods commited on
Commit
827f2a0
1 Parent(s): c890404

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,7 +50,7 @@ if torch.cuda.is_available():
50
  use_safetensors=True,
51
  )
52
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
53
- pipe.load_lora_weights("prithivMLmods/Kepler-452b-LoRA-SDXL-3D-Bubbly", weight_name="Kepler-452b-LoRA-SDXL-3D-Bubbly.safetensors", adapter_name="rlms")
54
  pipe.set_adapters("rlms")
55
  pipe.to("cuda")
56
 
@@ -156,7 +156,7 @@ def load_predefined_images():
156
 
157
 
158
 
159
- with gr.Blocks(css=css, theme="YTheme/Minecraft") as demo:
160
  gr.Markdown(DESCRIPTIONz)
161
  with gr.Row():
162
  prompt = gr.Text(
 
50
  use_safetensors=True,
51
  )
52
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
53
+ pipe.load_lora_weights("prithivMLmods/Canopus-Realism-LoRA", weight_name="Canopus-Realism-LoRA.safetensors", adapter_name="rlms")
54
  pipe.set_adapters("rlms")
55
  pipe.to("cuda")
56
 
 
156
 
157
 
158
 
159
+ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
160
  gr.Markdown(DESCRIPTIONz)
161
  with gr.Row():
162
  prompt = gr.Text(