codermert commited on
Commit
4665a7f
·
verified ·
1 Parent(s): 00a3471

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ You should use `TOK` to trigger the image generation.
38
  from diffusers import AutoPipelineForText2Image
39
  import torch
40
 
41
- pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
42
  pipeline.load_lora_weights('codermert/ozgee2_fluxx', weight_name='lora.safetensors')
43
  image = pipeline('your prompt').images[0]
44
  ```
 
38
  from diffusers import AutoPipelineForText2Image
39
  import torch
40
 
41
+ pipeline = AutoPipelineForText2Image.from_pretrained('its-magick/merlin-flux-ultra-realism-v2', torch_dtype=torch.float16).to('cuda')
42
  pipeline.load_lora_weights('codermert/ozgee2_fluxx', weight_name='lora.safetensors')
43
  image = pipeline('your prompt').images[0]
44
  ```