lllyasviel / lllyasviel/ControlNet

Colored Scribble input

Open
#58 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
34.1k
Forks
3k
PR merge metrics
No merged PRs in 30d

Description

Hey,
Thanks for your nice work. Scrilbble works really well for generation. But there are a lot of scenarios where we want the input image to contain colors and strokes and we want sd to process it. For example this image.
![image](https://user-images.githubusercontent.com/110412845/219033044-f602ab4e-6fe7-4199-a48d-f76b1ee5f9fe.png)
It has scribble and the color as well, and the model should take input the color and the the sketch as well, but current implementation does not consider the color and only consider sketches and hence input color is not being considered.
![image](https://user-images.githubusercontent.com/110412845/219033287-ba44c79c-dae0-46d9-8512-28d8479a332b.png)
Example is above.

If you can train a model that takes the colored scribbled and produces results according to it would be perfect.

Thanks

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by locating the Scribble input-processing and model-training entry points, then determine how colored pixels are currently discarded. Done means a trained model processes both the scribble strokes and their colors, producing results that reflect the colored input.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-vision, machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.