hervenivon commited on
Commit
cbe3a76
·
verified ·
1 Parent(s): 3cec6df

docs: update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -46,7 +46,6 @@ if __name__ == "__main__":
46
 
47
  vae = AutoencoderKL.from_pretrained("stabilityai/sd-vae-ft-mse")
48
  pipe = StableDiffusionPipeline.from_pretrained(
49
- # "scenario-labs/Flat-2D_Animerge_v45-sharp",
50
  "runwayml/stable-diffusion-v1-5",
51
  use_safetensors=True,
52
  safety_checker=None,
 
46
 
47
  vae = AutoencoderKL.from_pretrained("stabilityai/sd-vae-ft-mse")
48
  pipe = StableDiffusionPipeline.from_pretrained(
 
49
  "runwayml/stable-diffusion-v1-5",
50
  use_safetensors=True,
51
  safety_checker=None,