Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ This is a model for Qwen-Image in Portrait generation, trained on ```Qwen/Qwen-I
|
|
36 |
|
37 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
38 |
<h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
|
39 |
-
<p>This LoRA works with a modified version of <a href="https://huggingface.co/
|
40 |
<p>See the Downloads section above for the modified workflow.</p>
|
41 |
</div>
|
42 |
|
@@ -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('
|
64 |
|
65 |
prompt = '''gfwm, The image presents a character dressed in traditional East Asian attire, possibly inspired by Chinese or Japanese fashion. The outfit is predominantly white with delicate floral embroidery, which adds to the elegance and cultural richness of the ensemble. The use of red accents, such as the sash tied around the waist and the earrings, provides a striking contrast that highlights the beauty of the design. The setting appears to be an outdoor pavilion during autumn, suggested by the vibrant orange-red leaves of the maple tree in the background. This seasonal backdrop not only enhances the visual appeal but also suggests a time of year often associated with change and reflection in many Eastern cultures.
|
66 |
The character's poised demeanor and the careful styling of her hair adorned with intricate accessories convey a sense of grace and sophistication. The lighting in the photograph is soft and warm, contributing to the serene atmosphere and accentuating the textures of the fabric and the natural elements within the scene. Overall, the image captures a moment of tranquility and beauty, blending human artistry with natural splendor. '''
|
|
|
36 |
|
37 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
38 |
<h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
|
39 |
+
<p>This LoRA works with a modified version of <a href="https://huggingface.co/valiantcat/Qwen-Image-Gufeng-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>
|
40 |
<p>See the Downloads section above for the modified workflow.</p>
|
41 |
</div>
|
42 |
|
|
|
60 |
pipe = pipe.to(device)
|
61 |
|
62 |
# Load LoRA weights
|
63 |
+
pipe.load_lora_weights('valiantcat/Qwen-Image-Gufeng-LoRA/qwen_image_gufeng.safetensors', adapter_name="lora")
|
64 |
|
65 |
prompt = '''gfwm, The image presents a character dressed in traditional East Asian attire, possibly inspired by Chinese or Japanese fashion. The outfit is predominantly white with delicate floral embroidery, which adds to the elegance and cultural richness of the ensemble. The use of red accents, such as the sash tied around the waist and the earrings, provides a striking contrast that highlights the beauty of the design. The setting appears to be an outdoor pavilion during autumn, suggested by the vibrant orange-red leaves of the maple tree in the background. This seasonal backdrop not only enhances the visual appeal but also suggests a time of year often associated with change and reflection in many Eastern cultures.
|
66 |
The character's poised demeanor and the careful styling of her hair adorned with intricate accessories convey a sense of grace and sophistication. The lighting in the photograph is soft and warm, contributing to the serene atmosphere and accentuating the textures of the fabric and the natural elements within the scene. Overall, the image captures a moment of tranquility and beauty, blending human artistry with natural splendor. '''
|