wanghaofan commited on
Commit
33df908
1 Parent(s): 15d261e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -28
README.md CHANGED
@@ -23,36 +23,13 @@ This repository contains popular LoRAs for FLUX.1-dev model trained by our users
23
  # Model Cards
24
  - [FLUX-dev-lora-Black_Myth_Wukong_hyperrealism_v1.safetensors](https://huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-collections/blob/main/FLUX-dev-lora-Black_Myth_Wukong_hyperrealism_v1.safetensors)
25
  <div class="container">
26
- <img src="./assets/1f1d61ad170064959db4f9347838a4624c681a7901bd50139e8ac0862ecbe29e.png" width = "500" />
27
  </div>
28
 
29
- 1. A character LoRA for Black Myth: Wukong, by [xiongmaowf](https://www.shakker.ai/userpage/8f34045c526845c09d9601fafb3bfc4b/publish).
30
- 2. The recommended LoRA scale is 0.8, with `aiyouxiketang` as tagger word.
31
  3. Try testing prompts: `a man in armor with a beard and a beard`, `a man in a costume holding a ball`.
32
 
33
- - [FLUX-dev-lora-asian_woman_v0.1.safetensors](https://huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-collections/blob/main/FLUX-dev-lora-asian_woman_v0.1.safetensors)
34
- <div class="container">
35
- <img src="./assets/b3c5de009aac077cad49584d540174a9e8538cf1094a18f384b8d1d4be9dce5c.png" width = "500" />
36
- </div>
37
- 1. A style LoRA for asian woman, by [fok](https://www.shakker.ai/userpage/fc4c167ca7194520a0acaf3b36f7b19d/publish).
38
- 2. The recommended LoRA scale is 0.4-0.65, with `a young woman` as tagger word.
39
-
40
- - [FLUX-dev-lora-Cartoonillustration_Cartoon_v1.safetensors](https://huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-collections/blob/main/FLUX-dev-lora-Cartoonillustration_Cartoon_v1.safetensors)
41
- <div class="container">
42
- <img src="./assets/c5d30538cb018065aa35660ac9cb43c5907d8eb33fd25657b9a5c832010d5a5d.png" width = "500" />
43
- </div>
44
-
45
- 1. A style LoRA for art illustration. By [DIO成](https://www.shakker.ai/userpage/cdb49d6218324b5a85894fe147215295/publish).
46
- 2. The recommended LoRA scale is 0.8-1.5, no tagger word.
47
-
48
-
49
- - [FLUX-dev-lora-dream_v1.safetensors](https://huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-collections/blob/main/FLUX-dev-lora-dream_v1.safetensors)
50
- <div class="container">
51
- <img src="./assets/e4d063731a101f6a0283c5d618ad0109f7922fcbf2f968b04eb7de74c7caebbc.png" width = "500" />
52
- </div>
53
-
54
- 1. A style LoRA for cartoon illustration, by [DIO成](https://www.shakker.ai/userpage/cdb49d6218324b5a85894fe147215295/publish).
55
- 2. The recommended LoRA scale is 1.4-2.0, with `oil painting` as tagger word.
56
 
57
  # Inference
58
  ```python
@@ -63,7 +40,7 @@ pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=
63
 
64
  # Black Myth: Wukong
65
  pipe.load_lora_weights('Shakker-Labs/FLUX.1-dev-LoRA-collections', weight_name='FLUX-dev-lora-Black_Myth_Wukong_hyperrealism_v1.safetensors')
66
- pipe.fuse_lora(lora_scale=0.8)
67
  pipe.to("cuda")
68
 
69
  prompt = "aiyouxiketang, a man in armor with a beard and a beard"
@@ -77,4 +54,4 @@ image = pipe(
77
  ```
78
 
79
  # Acknowledgements
80
- All these models are trained by our copyrighted users. We release these model with their permission.
 
23
  # Model Cards
24
  - [FLUX-dev-lora-Black_Myth_Wukong_hyperrealism_v1.safetensors](https://huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-collections/blob/main/FLUX-dev-lora-Black_Myth_Wukong_hyperrealism_v1.safetensors)
25
  <div class="container">
26
+ <img src="./assets/1f1d61ad170064959db4f9347838a4624c681a7901bd50139e8ac0862ecbe29e.jpg" width = "500" />
27
  </div>
28
 
29
+ 1. A character LoRA for [Black Myth: Wukong](https://en.wikipedia.org/wiki/Black_Myth:_Wukong), by [xiongmaowf](https://www.shakker.ai/userpage/8f34045c526845c09d9601fafb3bfc4b/publish).
30
+ 2. The recommended LoRA scale is 1.2, with `aiyouxiketang` as tagger word.
31
  3. Try testing prompts: `a man in armor with a beard and a beard`, `a man in a costume holding a ball`.
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  # Inference
35
  ```python
 
40
 
41
  # Black Myth: Wukong
42
  pipe.load_lora_weights('Shakker-Labs/FLUX.1-dev-LoRA-collections', weight_name='FLUX-dev-lora-Black_Myth_Wukong_hyperrealism_v1.safetensors')
43
+ pipe.fuse_lora(lora_scale=1.2)
44
  pipe.to("cuda")
45
 
46
  prompt = "aiyouxiketang, a man in armor with a beard and a beard"
 
54
  ```
55
 
56
  # Acknowledgements
57
+ All these models are trained by our copyrighted users. We release these model under their permissions.