Instructions to use SpiderIerusalem/jojack_diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SpiderIerusalem/jojack_diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lykon/AnyLoRA", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("SpiderIerusalem/jojack_diffusion") prompt = "cute gingerbread cookie in the form of jojenya, chibi, nendoroid, wearing gray peaked cap with star logo, gray jacket, red hair, bob cut, looking at viewer <lora:Jojenya:0.9>, rim light <lora:ral-cofzee:0.8> <lora:GingerbreadFashion:0.6>, sparkly starry eyes, smiling, sweet" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!