Avatar
![](https://huggingface.co/Woogiepark/avatar/resolve/main/47670033.jpeg)
- Prompt
- avatarlora. this image features a na'vi interacting with the glowing flora of Pandora. Their touch activates the plant's light
![](https://huggingface.co/Woogiepark/avatar/resolve/main/47670034.jpeg)
- Prompt
- with the ambient sound of Pandora's wildlife softly filling the scene. The style is in high-quality definition with high-quality details
![](https://huggingface.co/Woogiepark/avatar/resolve/main/47670032.jpeg)
- Prompt
- avatarlora. this image features a na'vi crouching by a glowing pond
![](https://huggingface.co/Woogiepark/avatar/resolve/main/47677464.jpeg)
- Prompt
- ,avatarlora,this image features a na'vi curiously watching glowing butterflies flutter around them.
![](https://huggingface.co/Woogiepark/avatar/resolve/main/47677465.jpeg)
- Prompt
- ,avatarlora,this image features a na'vi curiously watching glowing butterflies flutter around them.
![](https://huggingface.co/Woogiepark/avatar/resolve/main/47677466.jpeg)
- Prompt
- ,avatarlora,this image features a na'vi curiously watching glowing butterflies flutter around them.
![](https://huggingface.co/Woogiepark/avatar/resolve/main/47677485.jpeg)
- Prompt
- ,avatarlora,this image features a na'vi hanging glowing ornaments made from plants in their dwelling.
![](https://huggingface.co/Woogiepark/avatar/resolve/main/47677486.jpeg)
- Prompt
- ,avatarlora,this image features a na'vi hanging glowing ornaments made from plants in their dwelling.
![](https://huggingface.co/Woogiepark/avatar/resolve/main/47677487.jpeg)
- Prompt
- ,avatarlora,this image features a na'vi guiding glowing creatures back into the safety of the plants.
Model description
Generates avatars inspired by Avatar movie
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Woogiepark/avatar', weight_name='Avatar-000001.safetensors')
image = pipeline(',avatarlora,this image features a na'vi guiding glowing creatures back into the safety of the plants.').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 8
Model tree for Woogiepark/avatar
Base model
black-forest-labs/FLUX.1-dev