raulm commited on
Commit
58f6599
1 Parent(s): d0dac6a

fix model name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ with torch.no_grad():
22
  torch.cuda.empty_cache()
23
 
24
  pipe = StableDiffusionPipeline.from_pretrained(
25
- 'raulm/kkaaiiarrtt-painting',
26
  torch_dtype=torch.float16,
27
  ).to("cuda")
28
 
 
22
  torch.cuda.empty_cache()
23
 
24
  pipe = StableDiffusionPipeline.from_pretrained(
25
+ 'raulm/hebru-small-batch-dreambooth',
26
  torch_dtype=torch.float16,
27
  ).to("cuda")
28