tonyassi commited on
Commit
152f140
·
verified ·
1 Parent(s): 9b1ad05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -13,16 +13,15 @@ instance_prompt: Tony Assi style
13
  license: openrail++
14
  ---
15
 
16
- # SDXL LoRA DreamBooth - tonyassi/mugler-fw97-fashion-lora
17
 
18
  by [Tony Assi](https://www.tonyassi.com/)
19
 
20
- Dreambooth Lora style based on the [Mugler FW97](https://www.vogue.com/fashion-shows/fall-1997-couture/mugler) collection.
21
 
22
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/mlNLvWxZzSGrgIy56ztJR.png)
23
 
24
  ## Trigger words
25
- Use **Mugler FW97 style** in the prompt to trigger the style.
26
 
27
  ## How to use
28
  ```bash
@@ -42,11 +41,11 @@ pipe = DiffusionPipeline.from_pretrained(
42
  variant="fp16",
43
  use_safetensors=True
44
  )
45
- pipe.load_lora_weights("tonyassi/mugler-fw97-fashion-lora")
46
  pipe.to("cuda")
47
 
48
  # Generate image
49
- prompt = "Mugler FW97 style, megan fox wearing a gold mesh dress with crystals"
50
  image = pipe(prompt=prompt,
51
  height=1024,
52
  width=1024,
@@ -78,7 +77,7 @@ image
78
 
79
 
80
  ## Model description
81
- These are tonyassi/mugler-fw97-fashion-lora LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
82
 
83
  The weights were trained using [DreamBooth](https://dreambooth.github.io/).
84
 
@@ -89,5 +88,5 @@ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
89
  ## Download model
90
  Weights for this model are available in Safetensors format.
91
 
92
- [Download](https://huggingface.co/tonyassi/mugler-fw97-fashion-lora/tree/main) them in the Files & versions tab.
93
 
 
13
  license: openrail++
14
  ---
15
 
16
+ # SDXL LoRA DreamBooth - tonyassi/tony-assi-lora-1
17
 
18
  by [Tony Assi](https://www.tonyassi.com/)
19
 
20
+ Dreambooth Lora style based on the [Tony Assi] (https://www.tonyassi.com/fashion) collection.
21
 
 
22
 
23
  ## Trigger words
24
+ Use **Tony Assi style** in the prompt to trigger the style.
25
 
26
  ## How to use
27
  ```bash
 
41
  variant="fp16",
42
  use_safetensors=True
43
  )
44
+ pipe.load_lora_weights("tonyassi/tony-assi-lora-1")
45
  pipe.to("cuda")
46
 
47
  # Generate image
48
+ prompt = "Tony Assi style, megan fox wearing a gold mesh dress with crystals"
49
  image = pipe(prompt=prompt,
50
  height=1024,
51
  width=1024,
 
77
 
78
 
79
  ## Model description
80
+ These are tonyassi/tony-assi-lora-1 LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
81
 
82
  The weights were trained using [DreamBooth](https://dreambooth.github.io/).
83
 
 
88
  ## Download model
89
  Weights for this model are available in Safetensors format.
90
 
91
+ [Download](https://huggingface.co/tonyassi/tony-assi-lora-1/tree/main) them in the Files & versions tab.
92