Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
diffusion
free
freeai
ai
interdiffusion
Instructions to use cutycat2000x/InterDiffusion-3.8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cutycat2000x/InterDiffusion-3.8 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cutycat2000x/InterDiffusion-3.8", dtype=torch.bfloat16, device_map="cuda") prompt = "a smiling girl with sparkles in her eyes, walking in a garden, in the morning --style anime" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
| license: mit | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - diffusion | |
| - free | |
| - freeai | |
| - ai | |
| - interdiffusion | |
| widget: | |
| - text: >- | |
| a smiling girl with sparkles in her eyes, walking in a garden, in the morning --style anime | |
| output: | |
| url: example1.png | |
| - text: >- | |
| firewatch landscape, Graphic Novel, Pastel Art, Poster, Golden Hour, Electric Colors, 4k, RGB, Geometric, Volumetric, Lumen Global Illumination, Ray Tracing Reflections, Twisted Rays, Glowing Edges, RTX --raw | |
| output: | |
| url: example2.png | |
| - text: >- | |
| Samsung Galaxy S9 | |
| output: | |
| url: example3.png | |
| - text: >- | |
| cat, 4k, 8k, hyperrealistic, realistic, High-resolution, unreal engine 5, rtx, 16k, taken on a sony camera, Cinematic, dramatic lighting | |
| output: | |
| url: example4.png | |
| - text: >- | |
| cinimatic closeup of burning skull | |
| output: | |
| url: example5.png | |
| - text: >- | |
| frozen elsa | |
| output: | |
| url: example6.png | |
| - text: >- | |
| A rainbow tree, anime style, tree in focus | |
| output: | |
| url: example7.png | |
| - text: >- | |
| A cat holding a sign that reads "Hello World" in cursive text | |
| output: | |
| url: example8.png | |
| - text: >- | |
| A birthday card for "Meow" | |
| output: | |
| url: example9.png | |
| - Size: 6.9 GB | |
| - Text: Partly | |
| - Base: InterDiffusion-3.5 | |
| - Recommended Size: 1024x1024 | |
| - Recommended Steps: 25 | |
| - Demo: [https://discord.gg/9vvZVjBHAN](https://discord.gg/9vvZVjBHAN) | |
| ## Examples: | |
| These examples use a custom made LoRA to mimic the Dall-E 3 style. | |
| Use different prompts for different results. | |
| To access the LoRA, you can use it here: [https://huggingface.co/cutycat2000x/LoRA](https://huggingface.co/cutycat2000x/LoRA) | |
| <Gallery /> | |