Update README.md
Browse files
README.md
CHANGED
@@ -36,11 +36,11 @@ widget:
|
|
36 |
|
37 |
<!-- Provide a quick summary of what the model is/does. -->
|
38 |
|
39 |
-
This is a model for Qwen-Image in Portrait generation, trained on ```Qwen/Qwen-Image```, and it is mainly
|
40 |
|
41 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
42 |
<h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
|
43 |
-
<p>This LoRA works with a modified version of <a href="https://huggingface.co/starsfriday/Qwen-Image-
|
44 |
<p>See the Downloads section above for the modified workflow.</p>
|
45 |
</div>
|
46 |
|
@@ -64,7 +64,7 @@ pipe = DiffusionPipeline.from_pretrained(model_name, torch_dtype=torch_dtype)
|
|
64 |
pipe = pipe.to(device)
|
65 |
|
66 |
# Load LoRA weights
|
67 |
-
pipe.load_lora_weights('starsfriday/Qwen-Image-
|
68 |
|
69 |
prompt = '''stym, The image captures a moment of quiet introspection, featuring an individual lying on a bed adorned with a black and white geometric-patterned blanket. The person is dressed in a stylish ensemble that includes a cream-colored top with black trim, suggesting a sense of fashion consciousness. Their hands are clasped together, resting gently on the blanket, which adds to the overall relaxed yet poised atmosphere of the scene. The soft lighting enhances the calmness of the setting, creating a warm and inviting ambiance. This composition could be interpreted as a portrayal of rest or contemplation, with the subject appearing at ease in their environment. '''
|
70 |
negative_prompt = " "
|
@@ -85,14 +85,14 @@ image.save("output.png")
|
|
85 |
|
86 |
## Trigger phrase
|
87 |
|
88 |
-
```
|
89 |
|
90 |
|
91 |
## Download model
|
92 |
|
93 |
Weights for this model are available in Safetensors format.
|
94 |
|
95 |
-
[Download](https://huggingface.co/starsfriday/Qwen-Image-
|
96 |
|
97 |
## Training at Chongqing Valiant Cat
|
98 |
|
|
|
36 |
|
37 |
<!-- Provide a quick summary of what the model is/does. -->
|
38 |
|
39 |
+
This is a model for Qwen-Image in Portrait generation, trained on ```Qwen/Qwen-Image```, and it is mainly applicable to generating various photos of Japanese adult actress 深田えいみ.For use in through the following code and ```ComfyUI```,The workflow files are in the folder of this project.
|
40 |
|
41 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
42 |
<h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
|
43 |
+
<p>This LoRA works with a modified version of <a href="https://huggingface.co/starsfriday/Qwen-Image-Shentianyongmei-LoRA/blob/main/Workflow-Qwen-Image-LORA.json" style="color: #0366d6; text-decoration: none;">Comfy's Qwen-Image workflow</a>. The main modification is adding a Qwen-Image LoRA node connected to the base model.</p>
|
44 |
<p>See the Downloads section above for the modified workflow.</p>
|
45 |
</div>
|
46 |
|
|
|
64 |
pipe = pipe.to(device)
|
65 |
|
66 |
# Load LoRA weights
|
67 |
+
pipe.load_lora_weights('starsfriday/Qwen-Image-Shentianyongmei-LoRA/qwen_image_shentian.safetensors', adapter_name="lora")
|
68 |
|
69 |
prompt = '''stym, The image captures a moment of quiet introspection, featuring an individual lying on a bed adorned with a black and white geometric-patterned blanket. The person is dressed in a stylish ensemble that includes a cream-colored top with black trim, suggesting a sense of fashion consciousness. Their hands are clasped together, resting gently on the blanket, which adds to the overall relaxed yet poised atmosphere of the scene. The soft lighting enhances the calmness of the setting, creating a warm and inviting ambiance. This composition could be interpreted as a portrayal of rest or contemplation, with the subject appearing at ease in their environment. '''
|
70 |
negative_prompt = " "
|
|
|
85 |
|
86 |
## Trigger phrase
|
87 |
|
88 |
+
```stym```
|
89 |
|
90 |
|
91 |
## Download model
|
92 |
|
93 |
Weights for this model are available in Safetensors format.
|
94 |
|
95 |
+
[Download](https://huggingface.co/starsfriday/Qwen-Image-Shentianyongmei-LoRA)
|
96 |
|
97 |
## Training at Chongqing Valiant Cat
|
98 |
|