Prgckwb commited on
Commit
736a061
1 Parent(s): 583d180

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -50,13 +50,13 @@ tags:
50
  should probably proofread and complete it, then remove this comment. -->
51
 
52
 
53
- # SDXL LoRA DreamBooth - Prgckwb/trpfrog-sdxl-1.0-lora
54
 
55
  <Gallery />
56
 
57
  ## Model description
58
 
59
- These are Prgckwb/trpfrog-sdxl-1.0-lora LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
60
 
61
  The weights were trained using [DreamBooth](https://dreambooth.github.io/).
62
 
@@ -75,7 +75,7 @@ from diffusers import DiffusionPipeline
75
  import torch
76
 
77
  base_model_id = 'stabilityai/stable-diffusion-xl-base-1.0'
78
- lora_model_id = 'Prgckwb/trpfrog-sdxl-1.0-lora'
79
 
80
  pipe = DiffusionPipeline.from_pretrained(
81
  base_model_id, torch_dtype=torch.float16
 
50
  should probably proofread and complete it, then remove this comment. -->
51
 
52
 
53
+ # SDXL LoRA DreamBooth - Prgckwb/trpfrog-sdxl-lora
54
 
55
  <Gallery />
56
 
57
  ## Model description
58
 
59
+ These are Prgckwb/trpfrog-sdxl-lora LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
60
 
61
  The weights were trained using [DreamBooth](https://dreambooth.github.io/).
62
 
 
75
  import torch
76
 
77
  base_model_id = 'stabilityai/stable-diffusion-xl-base-1.0'
78
+ lora_model_id = 'Prgckwb/trpfrog-sdxl-lora'
79
 
80
  pipe = DiffusionPipeline.from_pretrained(
81
  base_model_id, torch_dtype=torch.float16