YeBhoneLin10 commited on
Commit
55805a8
1 Parent(s): 3af9d4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -12
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  - stable-diffusion-xl
12
  - stable-diffusion-xl-diffusers
13
  base_model: stabilityai/stable-diffusion-xl-base-1.0
14
- instance_prompt: a photo of bagan
15
  widget: []
16
  ---
17
 
@@ -33,9 +33,6 @@ LoRA for the text encoder was enabled: False.
33
 
34
  Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
35
 
36
- ## Trigger words
37
-
38
- You should use a photo of bagan to trigger the image generation.
39
 
40
  ## Download model
41
 
@@ -45,18 +42,14 @@ Weights for this model are available in Safetensors format.
45
 
46
 
47
 
48
- ## Intended uses & limitations
49
-
50
  #### How to use
51
 
52
  ```python
53
- # TODO: add an example code snippet for running this diffusion pipeline
54
  ```
55
 
56
- #### Limitations and bias
57
-
58
- [TODO: provide examples of latent issues and potential remediations]
59
-
60
  ## Training details
 
61
 
62
- [TODO: describe the data used to train the model]
 
 
11
  - stable-diffusion-xl
12
  - stable-diffusion-xl-diffusers
13
  base_model: stabilityai/stable-diffusion-xl-base-1.0
14
+ instance_prompt: a photo of husky
15
  widget: []
16
  ---
17
 
 
33
 
34
  Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
35
 
 
 
 
36
 
37
  ## Download model
38
 
 
42
 
43
 
44
 
 
 
45
  #### How to use
46
 
47
  ```python
48
+ pipe.load_lora_weights('YeBhoneLin10/husky_lora',weight_name='pytorch_lora_weights.safetensors')
49
  ```
50
 
 
 
 
 
51
  ## Training details
52
+ I used only 8 images of husky photos. I assigned the training steps to 300 steps and it gave me good result. Here is the result from my training.
53
 
54
+ Prompt: "score_9, score_8_up, score_7_up, rating_safe, husky, painterly, faux traditional media, realistic, solo, male focus, mature male, orc, tusks, blue eyes, looking at viewer, armor, shoulder armor, breastplate, pauldrons, upper body, closed mouth, standing, outdoors, night, night sky, dark background"
55
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e326d171139393aa1c95c2/QwGPReQs-SBPycVrIz9ww.png)