souljoy commited on
Commit
cfa081b
1 Parent(s): bc0959b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -28,7 +28,6 @@ model_path = "souljoy/sd-pokemon-model-lora-zh"
28
  pipe.unet.load_attn_procs(model_path)
29
  pipe.to("cuda")
30
  pipe.safety_checker = lambda images, clip_input: (images, False)
31
- print("have_load")
32
 
33
  prompt = "粉色的蝴蝶。"
34
  image = pipe(prompt, num_inference_steps=50, guidance_scale=7.5).images[0]
 
28
  pipe.unet.load_attn_procs(model_path)
29
  pipe.to("cuda")
30
  pipe.safety_checker = lambda images, clip_input: (images, False)
 
31
 
32
  prompt = "粉色的蝴蝶。"
33
  image = pipe(prompt, num_inference_steps=50, guidance_scale=7.5).images[0]