File size: 2,721 Bytes
aeed94f 01e962e 7d7872e 65293b8 68ce411 f1fde90 1057cd8 00d3242 0c5d584 4f798d1 10a778d 5715b6d aeed94f 01e962e aeed94f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
---
tags:
- text-to-image
- flux
- lora
- diffusers
- template:sd-lora
- ai-toolkit
widget:
- text: rohanz in a bustling cafe
output:
url: images/example_mjlnbyaex.png
- text: rohanz in tailored Italian suit
output:
url: images/example_xqmearxn4.png
- text: rohanz in tailored Italian taxedo
output:
url: images/example_rq252sxsp.png
- text: rohanz in tailored Italian blue suit in office
output:
url: images/example_y9g5bktzi.png
- text: >-
rohanz as official passport photo for government documents. wearing a dark
blue navy t-shirt. photorealistic. light gray background. entire face
visible. entire head visible
output:
url: images/example_cd5hv57gi.png
- text: rohanz in hipster coffee place with coffee cup on table
output:
url: images/example_6a47ecako.png
- text: >-
rohanz in tailored Italian blue suit in google office behind him google logo
there
output:
url: images/example_ntk0jt742.png
- text: >-
rohanz in tailored Italian blue suit in google office behind him google logo
there
output:
url: images/example_vtaeiwp9l.png
- text: rohanz in tailored purple Italian suit on redcarpet of an award show
output:
url: images/example_imev8g1lv.png
- text: rohanz in tailored purple Italian suit on redcarpet of an award show
output:
url: images/example_zongal6zo.png
- text: rohanz in tailored black Italian taxedo on redcarpet of an award show
output:
url: images/example_9wassh82c.png
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: rohanz
license: other
license_name: flux-1-dev-non-commercial-license
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
---
# rohanz
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
<Gallery />
## Trigger words
You should use `rohanz` to trigger the image generation.
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
Weights for this model are available in Safetensors format.
[Download](/None/tree/main) them in the Files & versions tab.
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
```py
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('None', weight_name='rohanz')
image = pipeline('model in a bustling cafe ').images[0]
image.save("my_image.png")
```
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|