ysharma HF staff commited on
Commit
36c4845
·
1 Parent(s): 242fe28

update examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float
14
  #prompt = "style of sks, baby lion"
15
  torch.manual_seed(1)
16
  #image = pipe(prompt, num_inference_steps=50, guidance_scale= 7).images[0] #no need
17
- #image # nice. diffusers are cool. #no need
18
  #finetuned_lora_weights = "./lora_weight.pt"
19
 
20
  #global var
 
14
  #prompt = "style of sks, baby lion"
15
  torch.manual_seed(1)
16
  #image = pipe(prompt, num_inference_steps=50, guidance_scale= 7).images[0] #no need
17
+ #image # nice. diffusers are cool. #no need
18
  #finetuned_lora_weights = "./lora_weight.pt"
19
 
20
  #global var