hyoungwoncho commited on
Commit
ee9ebcb
1 Parent(s): 5ed7b95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ from diffusers import StableDiffusionPipeline
24
 
25
  pipe = StableDiffusionPipeline.from_pretrained(
26
  "stabilityai/stable-diffusion-x4-upscaler",
27
- custom_pipeline="hyoungwoncho/sd_perturbed_attention_guidance_upscale",
28
  torch_dtype=torch.float16,
29
  safety_checker=None
30
  )
 
24
 
25
  pipe = StableDiffusionPipeline.from_pretrained(
26
  "stabilityai/stable-diffusion-x4-upscaler",
27
+ custom_pipeline="hyoungwoncho/sd_perturbed_attention_guidance_sr",
28
  torch_dtype=torch.float16,
29
  safety_checker=None
30
  )