dataautogpt3 commited on
Commit
fdf5d71
1 Parent(s): 2895cba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -98,7 +98,7 @@ vae = AutoencoderKL.from_pretrained(
98
 
99
  # Configure the pipeline
100
  pipe = StableDiffusionXLPipeline.from_pretrained(
101
- "dataautogpt3/Proteusv0.6",
102
  vae=vae,
103
  torch_dtype=torch.float16
104
  )
 
98
 
99
  # Configure the pipeline
100
  pipe = StableDiffusionXLPipeline.from_pretrained(
101
+ "dataautogpt3/Proteus-v0.6",
102
  vae=vae,
103
  torch_dtype=torch.float16
104
  )