Instructions to use dataautogpt3/FLUX-MonochromeManga with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/FLUX-MonochromeManga with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dataautogpt3/FLUX-MonochromeManga", dtype=torch.bfloat16, device_map="cuda") prompt = "a monochrome manga of a girl" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 136 Bytes
ad21e90 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:deb9f0d3004915d9481e903e1f83c4173840d92acc3c5fbefb35852a2094229d
size 17078871494
|