coralLight commited on
Commit
8e6722f
·
1 Parent(s): b083acf

change model

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Hyperparameters-are-all-you-need
3
  emoji: 🖼
4
  colorFrom: purple
5
  colorTo: red
 
1
  ---
2
+ title: Hyperparameters-are-all-you-need-sd-version
3
  emoji: 🖼
4
  colorFrom: purple
5
  colorTo: red
app.py CHANGED
@@ -25,7 +25,7 @@ import accelerate
25
  import torchsde
26
  from tqdm import tqdm, trange
27
  device = "cuda" if torch.cuda.is_available() else "cpu"
28
- model_repo_id = "sinkinai/Counterfeit-V3.0" # Replace to the model you would like to use
29
 
30
  precision_scope = autocast
31
 
 
25
  import torchsde
26
  from tqdm import tqdm, trange
27
  device = "cuda" if torch.cuda.is_available() else "cpu"
28
+ model_repo_id = "stable-diffusion-v1-5/stable-diffusion-v1-5" # Replace to the model you would like to use
29
 
30
  precision_scope = autocast
31