bobber commited on
Commit
1c5af3e
·
verified ·
1 Parent(s): ce9adc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import spaces
4
  import torch
5
  from diffusers import StableDiffusionXLPipeline
6
 
7
- pipeline = StableDiffusionXLPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0").to("cuda")
8
 
9
  @spaces.GPU
10
  def generate(prompt, negative_prompt, width, height, sample_steps):
 
4
  import torch
5
  from diffusers import StableDiffusionXLPipeline
6
 
7
+ pipeline = StableDiffusionXLPipeline.from_pretrained("bobber/bigasp2").to("cuda")
8
 
9
  @spaces.GPU
10
  def generate(prompt, negative_prompt, width, height, sample_steps):