Spaces:
Configuration error
Configuration error
update examples
Browse files
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
|