dataautogpt3 commited on
Commit
915e423
1 Parent(s): 2709653

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,7 +79,7 @@ vae = AutoencoderKL.from_pretrained(
79
 
80
  # Configure the pipeline
81
  pipe = StableDiffusionXLPipeline.from_pretrained(
82
- "dataautogpt3/ProteusV0.2",
83
  vae=vae,
84
  torch_dtype=torch.float16
85
  )
 
79
 
80
  # Configure the pipeline
81
  pipe = StableDiffusionXLPipeline.from_pretrained(
82
+ "dataautogpt3/ProteusV0.3",
83
  vae=vae,
84
  torch_dtype=torch.float16
85
  )