Add tree for seawolf2357/audrey-hepburn
Browse files
seawolf2357_audrey-hepburn_tree.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model": "seawolf2357/audrey-hepburn",
|
| 3 |
+
"tree": [
|
| 4 |
+
{
|
| 5 |
+
"model_id": "seawolf2357/audrey-hepburn",
|
| 6 |
+
"gated": "False",
|
| 7 |
+
"card": "---\ntags:\n- text-to-image\n- flux\n- lora\n- diffusers\n- template:sd-lora\n- ai-toolkit\nwidget:\n- text: Audrey Hepburn wearing a red dress with a white teddy bear on it, set against\n a grey background. [trigger]\n output:\n url: samples/1729042685626__000001000_0.jpg\nbase_model: black-forest-labs/FLUX.1-dev\ninstance_prompt: Audrey Hepburn\nlicense: other\nlicense_name: flux-1-dev-non-commercial-license\nlicense_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md\n---\n\n# audrey-hepburn\n\n<Gallery />\n\n## Trigger words\n\nYou should use `Audrey Hepburn` to trigger the image generation.\n\n## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.\n\nWeights for this model are available in Safetensors format.\n\n[Download](/seawolf2357/audrey-hepburn/tree/main) them in the Files & versions tab.\n\n## Use it with the [\ud83e\udde8 diffusers library](https://github.com/huggingface/diffusers)\n\n```py\nfrom diffusers import AutoPipelineForText2Image\nimport torch\n\npipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')\npipeline.load_lora_weights('seawolf2357/audrey-hepburn', weight_name='audrey-hepburn.safetensors')\nimage = pipeline('Audrey Hepburn wearing a red dress with a white teddy bear on it, set against a grey background. [trigger]').images[0]\nimage.save(\"my_image.png\")\n```\n\nFor 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)\n\n",
|
| 8 |
+
"metadata": "\"N/A\"",
|
| 9 |
+
"depth": 0,
|
| 10 |
+
"children": [],
|
| 11 |
+
"children_count": 0,
|
| 12 |
+
"adapters": [],
|
| 13 |
+
"adapters_count": 0,
|
| 14 |
+
"quantized": [],
|
| 15 |
+
"quantized_count": 0,
|
| 16 |
+
"merges": [],
|
| 17 |
+
"merges_count": 0,
|
| 18 |
+
"total_derivatives": 0,
|
| 19 |
+
"spaces": [],
|
| 20 |
+
"spaces_count": 0,
|
| 21 |
+
"parents": [],
|
| 22 |
+
"base_model": "seawolf2357/audrey-hepburn",
|
| 23 |
+
"base_model_relation": "base"
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|