codermert commited on
Commit
8dbb04e
·
verified ·
1 Parent(s): d2dccf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ You should use `tugce` to trigger the image generation.
29
  ```py
30
  from diffusers import AutoPipelineForText2Image
31
  import torch
32
- pipeline = AutoPipelineForText2Image.from_pretrained('prithivMLmods/Canopus-LoRA-Flux-UltraRealism-2.0', torch_dtype=torch.float16).to('cuda')
33
  pipeline.load_lora_weights('codermert/busra_fluxx', weight_name='flux_train_replicate.safetensors')
34
  image = pipeline('your prompt').images[0]
35
  ```
 
29
  ```py
30
  from diffusers import AutoPipelineForText2Image
31
  import torch
32
+ pipeline = AutoPipelineForText2Image.from_pretrained('Shakker-Labs/FLUX.1-dev-LoRA-add-details', torch_dtype=torch.float16).to('cuda')
33
  pipeline.load_lora_weights('codermert/busra_fluxx', weight_name='flux_train_replicate.safetensors')
34
  image = pipeline('your prompt').images[0]
35
  ```