wei commited on
Commit
949e579
·
1 Parent(s): 9e4b998
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from diffusers import DiffusionPipeline
6
  import torch
7
 
8
  device = "cuda" if torch.cuda.is_available() else "cpu"
9
- model_repo_id = "models/enhanceaiteam/Flux-uncensored-V2" #Replace to the model you would like to use
10
 
11
  if torch.cuda.is_available():
12
  torch_dtype = torch.float16
@@ -140,3 +140,4 @@ with gr.Blocks(css=css) as demo:
140
  )
141
 
142
  demo.queue().launch()
 
 
6
  import torch
7
 
8
  device = "cuda" if torch.cuda.is_available() else "cpu"
9
+ model_repo_id = "enhanceaiteam/Flux-uncensored" #Replace to the model you would like to use
10
 
11
  if torch.cuda.is_available():
12
  torch_dtype = torch.float16
 
140
  )
141
 
142
  demo.queue().launch()
143
+