Zlikwid commited on
Commit
5159663
·
verified ·
1 Parent(s): 5e37f5c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,7 +21,7 @@ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
21
 
22
  ## Trigger words
23
 
24
- Use the phrase "make the image into zlkwdnk fluid art style" to transform the image into my Zlikwid ink fluid art style.
25
 
26
  ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
27
 
@@ -36,7 +36,7 @@ from diffusers import AutoPipelineForText2Image
36
  import torch
37
 
38
  pipeline = AutoPipelineForText2Image.from_pretrained('Qwen/Qwen-Image-Edit-2509', torch_dtype=torch.bfloat16).to('cuda')
39
- pipeline.load_lora_weights('Zlikwid/zlikwid_qwen_image_edit-lora', weight_name='zlikwid_qwen_image_edit_000002460.safetensors')
40
  image = pipeline('a beautiful landscape').images[0]
41
  image.save("my_image.png")
42
  ```
 
21
 
22
  ## Trigger words
23
 
24
+ No trigger words defined.
25
 
26
  ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
27
 
 
36
  import torch
37
 
38
  pipeline = AutoPipelineForText2Image.from_pretrained('Qwen/Qwen-Image-Edit-2509', torch_dtype=torch.bfloat16).to('cuda')
39
+ pipeline.load_lora_weights('Zlikwid/zlikwid_qwen_image_edit-lora', weight_name='zlikwid_qwen_image_edit_000002430.safetensors')
40
  image = pipeline('a beautiful landscape').images[0]
41
  image.save("my_image.png")
42
  ```