Instructions to use gsdf/CounterfeitXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gsdf/CounterfeitXL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("gsdf/CounterfeitXL", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
SDXL Textual Inversion Trainer
#1
by Nerfgun3 - opened
Just a small question. Which Textual Inversion Trainer do you use? I wasnt able to train SDXL Textual Inversion with the standard ones yet.
Negative Embeddings
A:Standard
B:Realistic
C:Anime like
D: ???
I have published a stand-alone textual inversion implementation for Stable Diffusion XL that works - NO additional frameworks, just a Jupyter notebook, works on your local 24GB GPU e.g. RTX 3090:
https://github.com/oss-roettger/XL-Textual-Inversion