FLUX-AestheticAnime / README.md
dataautogpt3's picture
Update README.md
e343268 verified
|
raw
history blame
1.76 kB
metadata
license: other
license_name: flux1dev
tags:
  - text-to-image
  - diffusers
  - lora
  - flux
  - flux-diffusers
  - template:sd-lora
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: None
widget:
  - text: anime girl
    output:
      url: assets/girl.png
  - text: >-
      Still frame from a 1980s vintage manga, cell shaded, a wall made of eyes,
      VHS quality,
    output:
      url: assets/eyes.png
  - text: >-
      Still frame from a 1980s vintage manga, cell shaded, where a girl is
      holding a lantern to a wall made out of faces, VHS quality,
    output:
      url: assets/wall.png
  - text: >-
      Still frame from a 1980s vintage manga where an anime couple dip their
      toes in a galaxy lake, nature, VHS quality
    output:
      url: assets/galaxy.png
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
Prompt
anime girl
Prompt
a girl on a sailboat
Prompt
1813 rustic rural town with a steam train going through the middle of it, aerial view, bustling, steampunk anime, studio ghibli

Model description

Lora trained on the unique style and aesthetic of ghibli retro anime.

16 rank lora

Trigger words

No trigger word

Use it with the :firecracker: diffusers library

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('dataautogpt3/FLUX-AestheticAnime', weight_name='Flux_1_Dev_LoRA_AestheticAnime.safetensors')
image = pipeline('anime girl').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers

License

Please adhere to the licensing terms as described here.