frank-chieng commited on
Commit
44b3b48
1 Parent(s): 8b7a5f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -43,11 +43,11 @@ pipeline_tag: text-to-image
43
  <hr>
44
 
45
  ## How to Use:
46
- - Download `Lora model` [here](https://huggingface.co/frank-chieng/maggieQ/resolve/main/sdxl_lora_maggie_Q.safetensors), the model is in `.safetensors` format.
47
  - You need to use include siheyuan prompt in natural language, then you will get realistic result image
48
  - You can use any generic negative prompt or use the following suggested negative prompt to guide the model towards high aesthetic generationse:
49
  ```
50
- low quality, low resolution,watermark, mark, nsfw, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username
51
  ```
52
  - And, the following should also be prepended to prompts to get high aesthetic results:
53
  ```
@@ -55,11 +55,6 @@ masterpiece, best quality
55
  ```
56
  <hr>
57
 
58
- ## Google Colab
59
-
60
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1-9rHS6JybOsznkKRo6BlADMArUr8ctve?usp=sharing)
61
-
62
-
63
  ## 🧨 Diffusers
64
 
65
  Make sure to upgrade diffusers to >= 0.18.2:
 
43
  <hr>
44
 
45
  ## How to Use:
46
+ - Download `Lora model` [here](https://huggingface.co/frank-chieng/sdxl_lora_architecture_siheyuan/resolve/main/sdxl_lora_architecture_siheyuan.safetensors), the model is in `.safetensors` format.
47
  - You need to use include siheyuan prompt in natural language, then you will get realistic result image
48
  - You can use any generic negative prompt or use the following suggested negative prompt to guide the model towards high aesthetic generationse:
49
  ```
50
+ low quality, low resolution,watermark, mark, nsfw, lowres, text, error, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark
51
  ```
52
  - And, the following should also be prepended to prompts to get high aesthetic results:
53
  ```
 
55
  ```
56
  <hr>
57
 
 
 
 
 
 
58
  ## 🧨 Diffusers
59
 
60
  Make sure to upgrade diffusers to >= 0.18.2: