Instructions to use noema-art/cultkatflux2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use noema-art/cultkatflux2 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("noema-art/cultkatflux2") prompt = "cultkat This image is a digital pixel art drawing with a playful, retro aesthetic. The central subject is a cute, anthropomorphic white cultkat character with large, black eyes and a small, triangular nose. The cultkat is dressed in a light blue dress with a bow on the right shoulder and wears a pair of white gloves. The cultkat stands in the lower center of the image, facing forward with a friendly expression." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!