Instructions to use FFusion/400GB-LoraXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FFusion/400GB-LoraXL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("FFusion/FFXL400", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("FFusion/400GB-LoraXL") prompt = "cyber bunny solo, looking at viewer, long sleeves, 1girl, holding, animal ears, jewelry, closed mouth, standing, latex jacket, upper body, weapon, female focus, outdoors, open clothes, solo focus, belt, necklace, holding weapon, rabbit ears, blurry . graphic illustration, comic art, graphic novel art, vibrant, highly detailed" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
request meta data
#1 opened almost 3 years ago
by
ke99L