Instructions to use krprmf/KEPTJAI-Anticipation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use krprmf/KEPTJAI-Anticipation with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("krprmf/KEPTJAI-Anticipation") prompt = "Create a cartoon-style <<COLOR>> -colored <<CHARACTER>> character that represents the emotional tone of the following <<DIARY ENTRY>>. Use the character as a \"mood agent\" with traits that align with the mood described in <<MOOD>>. Ensure the character’s design, pose, expression, and background align with the diary's mood and location. The background must correspond to <<LOCATION>>. <<COLOR>> : Orange <<CHARACTER>>: Fox <<DIARY ENTRY>>: My entrance exam results are coming out soon and I check the website every day. <<MOOD>>: Anticipation <<LOCATION>>: Dormitory room or computer station in the library" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Lora-diffusion_Anticipation

- Prompt
- Create a cartoon-style <<COLOR>> -colored <<CHARACTER>> character that represents the emotional tone of the following <<DIARY ENTRY>>. Use the character as a "mood agent" with traits that align with the mood described in <<MOOD>>. Ensure the character’s design, pose, expression, and background align with the diary's mood and location. The background must correspond to <<LOCATION>>. <<COLOR>> : Orange <<CHARACTER>>: Fox <<DIARY ENTRY>>: My entrance exam results are coming out soon and I check the website every day. <<MOOD>>: Anticipation <<LOCATION>>: Dormitory room or computer station in the library
Model description
Lora-diffusion for mood character in anticipation mood
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 1
Model tree for krprmf/KEPTJAI-Anticipation
Base model
black-forest-labs/FLUX.1-dev