Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Kokoboyaw
/
PanelPainter-Project

Image-to-Image
Diffusers
TensorBoard
lora
manga
coloring
anime
qwen
dataset
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Kokoboyaw/PanelPainter-Project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Kokoboyaw/PanelPainter-Project with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Kokoboyaw/PanelPainter-Project")
    
    prompt = "Turn this cat into a dog"
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
    
    image = pipe(image=input_image, prompt=prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
PanelPainter-Project / workflows
59.5 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Kokoboyaw's picture
Kokoboyaw
Upload folder using huggingface_hub
89ca596 verified 5 months ago
  • PanelPainter_V3_QIE_2511_AIO.json
    27.1 kB
    Upload folder using huggingface_hub 5 months ago
  • PanelPainter_V3_QIE_2511_BF16.json
    32.4 kB
    Upload folder using huggingface_hub 5 months ago