tonyassi commited on
Commit
7ac679c
1 Parent(s): c1eea86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -13,11 +13,11 @@ instance_prompt: Margiela SS24 style
13
  license: openrail++
14
  ---
15
 
16
- # SDXL LoRA DreamBooth - tonyassi/margiela-ss24-fashion-dreambooth
17
 
18
  by [Tony Assi](https://www.tonyassi.com/)
19
 
20
- Dreambooth style based on the [Margiela SS24](https://www.vogue.com/fashion-shows/spring-2024-couture/maison-martin-margiela) collection.
21
 
22
  ![](https://cdn.discordapp.com/attachments/1120417968032063538/1207014910848929862/maison-martin-margiela-spring-2024-couture-27.png?ex=65de1b3b&is=65cba63b&hm=d43f90b5353ff4171bb20a6efed7e6bb89e25859b0cfada79735bceee01aee4f&)
23
 
@@ -42,7 +42,7 @@ pipe = DiffusionPipeline.from_pretrained(
42
  variant="fp16",
43
  use_safetensors=True
44
  )
45
- pipe.load_lora_weights("tonyassi/margiela-ss24-fashion-dreambooth")
46
  pipe.to("cuda")
47
 
48
  # Generate image
@@ -73,7 +73,7 @@ image
73
  **Margiela SS24 style, jeff goldblum wearing a corset**
74
 
75
  ## Model description
76
- These are tonyassi/margiela-ss24-fashion-dreambooth LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
77
 
78
  The weights were trained using [DreamBooth](https://dreambooth.github.io/).
79
 
@@ -84,5 +84,5 @@ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
84
  ## Download model
85
  Weights for this model are available in Safetensors format.
86
 
87
- [Download](https://huggingface.co/tonyassi/margiela-ss24-fashion-dreambooth/tree/main) them in the Files & versions tab.
88
 
 
13
  license: openrail++
14
  ---
15
 
16
+ # SDXL LoRA DreamBooth - tonyassi/margiela-ss24-fashion-lora
17
 
18
  by [Tony Assi](https://www.tonyassi.com/)
19
 
20
+ Dreambooth Lora style based on the [Margiela SS24](https://www.vogue.com/fashion-shows/spring-2024-couture/maison-martin-margiela) collection.
21
 
22
  ![](https://cdn.discordapp.com/attachments/1120417968032063538/1207014910848929862/maison-martin-margiela-spring-2024-couture-27.png?ex=65de1b3b&is=65cba63b&hm=d43f90b5353ff4171bb20a6efed7e6bb89e25859b0cfada79735bceee01aee4f&)
23
 
 
42
  variant="fp16",
43
  use_safetensors=True
44
  )
45
+ pipe.load_lora_weights("tonyassi/margiela-ss24-fashion-lora")
46
  pipe.to("cuda")
47
 
48
  # Generate image
 
73
  **Margiela SS24 style, jeff goldblum wearing a corset**
74
 
75
  ## Model description
76
+ These are tonyassi/margiela-ss24-fashion-lora LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
77
 
78
  The weights were trained using [DreamBooth](https://dreambooth.github.io/).
79
 
 
84
  ## Download model
85
  Weights for this model are available in Safetensors format.
86
 
87
+ [Download](https://huggingface.co/tonyassi/margiela-ss24-fashion-lora/tree/main) them in the Files & versions tab.
88