starsfriday commited on
Commit
607c9e6
·
verified ·
1 Parent(s): 5c4a4d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -24,7 +24,7 @@ widget:
24
  output:
25
  url: result/output3.png
26
  ---
27
- # starsfriday Qwen-Image LoRA
28
 
29
  <Gallery />
30
 
@@ -60,7 +60,7 @@ pipe = DiffusionPipeline.from_pretrained(model_name, torch_dtype=torch_dtype)
60
  pipe = pipe.to(device)
61
 
62
  # Load LoRA weights
63
- pipe.load_lora_weights('starsfriday/Qwen-Image-Shentianyongmei-LoRA/qwen_image_eva.safetensors', adapter_name="lora")
64
 
65
  prompt = '''mrx, The image depicts a young female character with long, reddish-brown hair tied in twin tails, wearing a traditional Japanese yukata. She is seated indoors, likely on a tatami mat, enjoying a slice of watermelon. The setting suggests a tranquil environment, possibly a ryokan or a home with Japanese architectural elements such as sliding doors and paper windows. The presence of a lantern indicates it might be late afternoon or early evening. In the background, through the open door, one can see a serene outdoor scene with greenery and a clear sky, which adds to the overall peaceful ambiance of the scene. This image could evoke feelings of relaxation and leisure, often associated with summer holidays in Japan. '''
66
  negative_prompt = " "
@@ -88,7 +88,7 @@ image.save("output.png")
88
 
89
  Weights for this model are available in Safetensors format.
90
 
91
- [Download](https://huggingface.co/starsfriday/Qwen-Image-EVA-LoRA)
92
 
93
  ## Training at Chongqing Valiant Cat
94
 
 
24
  output:
25
  url: result/output3.png
26
  ---
27
+ # valiantcat Qwen-Image LoRA
28
 
29
  <Gallery />
30
 
 
60
  pipe = pipe.to(device)
61
 
62
  # Load LoRA weights
63
+ pipe.load_lora_weights('valiantcat/Qwen-Image-Shentianyongmei-LoRA/qwen_image_eva.safetensors', adapter_name="lora")
64
 
65
  prompt = '''mrx, The image depicts a young female character with long, reddish-brown hair tied in twin tails, wearing a traditional Japanese yukata. She is seated indoors, likely on a tatami mat, enjoying a slice of watermelon. The setting suggests a tranquil environment, possibly a ryokan or a home with Japanese architectural elements such as sliding doors and paper windows. The presence of a lantern indicates it might be late afternoon or early evening. In the background, through the open door, one can see a serene outdoor scene with greenery and a clear sky, which adds to the overall peaceful ambiance of the scene. This image could evoke feelings of relaxation and leisure, often associated with summer holidays in Japan. '''
66
  negative_prompt = " "
 
88
 
89
  Weights for this model are available in Safetensors format.
90
 
91
+ [Download](https://huggingface.co/valiantcat/Qwen-Image-EVA-LoRA)
92
 
93
  ## Training at Chongqing Valiant Cat
94